aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidar Karlsen <vidar@karlsen.tech>2023-08-03 06:51:53 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-08-04 06:13:42 +0000
commit9139f6fc81ad4c8fe86eb83aff2436b04a97eea0 (patch)
tree5f833fe2e09a2e8514bb46f39ef773a666162d2b
parent14114e551acd41bb8718aea2a184bb9a831f9fd4 (diff)
downloadports-9139f6fc81ad4c8fe86eb83aff2436b04a97eea0.tar.gz
ports-9139f6fc81ad4c8fe86eb83aff2436b04a97eea0.zip
sysutils/toybox: update to 0.8.10
ChangeLog: http://landley.net/toybox/#30-07-2023 PR: 272891 Reported by: vidar@karlsen.tech (maintainer)
-rw-r--r--sysutils/toybox/Makefile19
-rw-r--r--sysutils/toybox/distinfo6
-rw-r--r--sysutils/toybox/files/patch-kconfig_freebsd__miniconfig10
-rw-r--r--sysutils/toybox/pkg-plist1
4 files changed, 23 insertions, 13 deletions
diff --git a/sysutils/toybox/Makefile b/sysutils/toybox/Makefile
index 81bc8a72a35c..fcc1c03f4c6a 100644
--- a/sysutils/toybox/Makefile
+++ b/sysutils/toybox/Makefile
@@ -1,5 +1,5 @@
PORTNAME= toybox
-PORTVERSION= 0.8.9
+PORTVERSION= 0.8.10
CATEGORIES= sysutils
MASTER_SITES= http://landley.net/toybox/downloads/
@@ -16,13 +16,12 @@ BUILD_DEPENDS= bash:shells/bash gsed:textproc/gsed
USES= gmake shebangfix
-SHEBANG_FILES= scripts/bloatcheck scripts/mcm-buildall.sh \
- scripts/change.sh scripts/findglobals.sh \
- scripts/genconfig.sh scripts/install.sh \
- scripts/make.sh scripts/mkroot.sh \
- scripts/portability.sh scripts/record-commands \
- scripts/runtest.sh scripts/single.sh \
- scripts/test.sh configure \
+SHEBANG_FILES= mkroot/record-commands scripts/bloatcheck \
+ scripts/mcm-buildall.sh scripts/change.sh \
+ scripts/findglobals.sh scripts/genconfig.sh \
+ scripts/install.sh scripts/make.sh scripts/mkroot.sh \
+ scripts/portability.sh scripts/runtest.sh \
+ scripts/single.sh scripts/test.sh configure \
tests/*
BIN_LINKS= [ cat chgrp chmod chown cksum cpio crc32 date dos2unix echo \
@@ -35,8 +34,8 @@ USRBIN_LINKS= acpi ascii base64 basename bunzip2 bzcat cal chrt chvt \
file find flock fmt groups head hexedit iconv id killall link \
logger logname lspci lsusb makedevs mkfifo mkpasswd nl nohup \
od paste patch pmap printf pwdx readlink realpath renice \
- reset rev seq setsid shred sort split strings tac tee test \
- time timeout truncate tty uniq unlink uudecode uuencode \
+ reset rev seq setsid shred shuf sort split strings tac tee \
+ test time timeout truncate tty uniq unlink uudecode uuencode \
uuidgen w watch wc which who whoami xargs xxd yes
USRSBIN_LINKS= chroot
diff --git a/sysutils/toybox/distinfo b/sysutils/toybox/distinfo
index 3f9053359cfd..bc7591fec2b3 100644
--- a/sysutils/toybox/distinfo
+++ b/sysutils/toybox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1673953133
-SHA256 (toybox-0.8.9.tar.gz) = 06913dde3de7139b40f947bd7f23869dfc8796e9c6ff39de02719f8b7b2d47ad
-SIZE (toybox-0.8.9.tar.gz) = 3517516
+TIMESTAMP = 1690881504
+SHA256 (toybox-0.8.10.tar.gz) = d3afee05ca90bf425ced73f527e418fecd626c5340b5f58711a14531f8d7d108
+SIZE (toybox-0.8.10.tar.gz) = 3534989
diff --git a/sysutils/toybox/files/patch-kconfig_freebsd__miniconfig b/sysutils/toybox/files/patch-kconfig_freebsd__miniconfig
new file mode 100644
index 000000000000..8d866ec5bc8d
--- /dev/null
+++ b/sysutils/toybox/files/patch-kconfig_freebsd__miniconfig
@@ -0,0 +1,10 @@
+--- kconfig/freebsd_miniconfig.orig 2023-07-30 09:41:04 UTC
++++ kconfig/freebsd_miniconfig
+@@ -49,6 +49,7 @@ CONFIG_RENICE=y
+ CONFIG_RM=y
+ CONFIG_RMDIR=y
+ CONFIG_SED=y
++CONFIG_SHUF=y
+ CONFIG_SLEEP=y
+ CONFIG_SORT=y
+ CONFIG_SPLIT=y
diff --git a/sysutils/toybox/pkg-plist b/sysutils/toybox/pkg-plist
index b8a10ee478e8..44e9fef8cdc9 100644
--- a/sysutils/toybox/pkg-plist
+++ b/sysutils/toybox/pkg-plist
@@ -97,6 +97,7 @@ toybox/usr/bin/rev
toybox/usr/bin/seq
toybox/usr/bin/setsid
toybox/usr/bin/shred
+toybox/usr/bin/shuf
toybox/usr/bin/sort
toybox/usr/bin/split
toybox/usr/bin/strings