aboutsummaryrefslogtreecommitdiff
path: root/sysutils/toybox
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2020-12-01 16:56:56 +0000
committerMikael Urankar <mikael@FreeBSD.org>2020-12-01 16:56:56 +0000
commit7b1a62f35ebfe5a0dc7aa4d640346db7e877ba15 (patch)
tree6391fba167623aadb42a78e06f12f1252b1d6831 /sysutils/toybox
parent612299b4c1030fbc3c64e2abbcc20be8f1e9f4a7 (diff)
downloadports-7b1a62f35ebfe5a0dc7aa4d640346db7e877ba15.tar.gz
ports-7b1a62f35ebfe5a0dc7aa4d640346db7e877ba15.zip
sysutils/toybox: Update to 0.8.4
Changelog: - new commands: sha3sum and watchdog - new command features: - sed -s flag - cpio --no-preserve-owner now affects archive creation - Elliott added tar -I and multi-type find -type a,b,c support - Mark Salyzyn added xargs -P to run parallel job - the ps and top commands now autodetect pid length - top adjusts units for memory display based on system size - toysh and mkroot: lots of new work on toysh: 29 commits to sh.c since last release, adding 1500 lines and deleting 700, plus a bunch of sh.tests entries). Implemented since last release: - wildcards - case/esac and select - brace expansion sequences (ala {1..10..2} and {a..z}) - the remaining variable slice types ${a#y} ${a%y} ${a^y} ${a,y} ${a/search/replace} - the "source" shell builtin - the start of job control - several bugfixes PR: 251507 Submitted by: Vidar Karlsen (maintainer)
Notes
Notes: svn path=/head/; revision=556761
Diffstat (limited to 'sysutils/toybox')
-rw-r--r--sysutils/toybox/Makefile2
-rw-r--r--sysutils/toybox/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/toybox/Makefile b/sysutils/toybox/Makefile
index 41c8fa141cf5..73516a5ff8a4 100644
--- a/sysutils/toybox/Makefile
+++ b/sysutils/toybox/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= toybox
-PORTVERSION= 0.8.3
+PORTVERSION= 0.8.4
CATEGORIES= sysutils
MAINTAINER= vidar@karlsen.tech
diff --git a/sysutils/toybox/distinfo b/sysutils/toybox/distinfo
index d928633b73c0..9ff9940ac170 100644
--- a/sysutils/toybox/distinfo
+++ b/sysutils/toybox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589273785
-SHA256 (landley-toybox-0.8.3_GH0.tar.gz) = 5e5a89888aa04b536a848b701f3abb92eb11ad108f39a41c588247a45412f929
-SIZE (landley-toybox-0.8.3_GH0.tar.gz) = 1106455
+TIMESTAMP = 1606836525
+SHA256 (landley-toybox-0.8.4_GH0.tar.gz) = bea9fe3aae662ef97b7450df8c0333e50c69cd9f626be8f7e245ef322605b1e9
+SIZE (landley-toybox-0.8.4_GH0.tar.gz) = 1141779