diff options
author | mandree <mandree@FreeBSD.org> | 2011-07-14 17:51:29 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2011-07-14 17:51:29 +0800 |
commit | f618894ddd064c38c1e706db5b2e5be06b12b917 (patch) | |
tree | 6891ed3d389b6aacfb6e568024c323af3887b26b /sysutils/busybox | |
parent | 5cf6051c595757a77bb469bcaaeaab61b0b8eee0 (diff) | |
download | freebsd-ports-gnome-f618894ddd064c38c1e706db5b2e5be06b12b917.tar.gz freebsd-ports-gnome-f618894ddd064c38c1e706db5b2e5be06b12b917.tar.zst freebsd-ports-gnome-f618894ddd064c38c1e706db5b2e5be06b12b917.zip |
Update to new upstream release 1.18.5.
Changes: Bug fix release. 1.18.5 has fixes for fuser (fix error in handling of
PORT/PROTO argument), hush (fix handling of while loop with empty body), build
system fix (was using non-portable invocation of grep).
Submitted by: sunpoet@
PR: ports/158883
Diffstat (limited to 'sysutils/busybox')
-rw-r--r-- | sysutils/busybox/Makefile | 6 | ||||
-rw-r--r-- | sysutils/busybox/distinfo | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sysutils/busybox/Makefile b/sysutils/busybox/Makefile index f5d1b2804c10..5e83f5c90ede 100644 --- a/sysutils/busybox/Makefile +++ b/sysutils/busybox/Makefile @@ -6,11 +6,9 @@ # PORTNAME= busybox -PORTVERSION= 1.18.4 +PORTVERSION= 1.18.5 CATEGORIES= sysutils misc shells -MASTER_SITES= http://www.busybox.net/downloads/ \ - ${MASTER_SITE_GENTOO} -MASTER_SITE_SUBDIR= distfiles +MASTER_SITES= http://www.busybox.net/downloads/ MAINTAINER= mandree@FreeBSD.org COMMENT= Busybox for FreeBSD diff --git a/sysutils/busybox/distinfo b/sysutils/busybox/distinfo index b42b6fda6766..3835c7eba3ae 100644 --- a/sysutils/busybox/distinfo +++ b/sysutils/busybox/distinfo @@ -1,2 +1,2 @@ -SHA256 (busybox-1.18.4.tar.bz2) = 4d24d37bd6f1bd153e8cf9a984ec2f32f18464f73ca535e2cc2e8be9694097fa -SIZE (busybox-1.18.4.tar.bz2) = 2130598 +SHA256 (busybox-1.18.5.tar.bz2) = 10954fcd5c48d8a262a3497b16227bf983a05658bf2bf661af2fdeca773f2fc0 +SIZE (busybox-1.18.5.tar.bz2) = 2130681 |