aboutsummaryrefslogtreecommitdiff
path: root/sysutils/busybox/Makefile
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2015-12-20 17:21:10 +0000
committerMatthias Andree <mandree@FreeBSD.org>2015-12-20 17:21:10 +0000
commit5312ded598d527f9c287b8e52a59daac1c94a517 (patch)
tree9895f24963d9160bf098bd39eae84184f3b3696c /sysutils/busybox/Makefile
parentb3d9b62218afa0a42dc6aa1281567d4bc4dd8770 (diff)
downloadports-5312ded598d527f9c287b8e52a59daac1c94a517.tar.gz
ports-5312ded598d527f9c287b8e52a59daac1c94a517.zip
Notes
Diffstat (limited to 'sysutils/busybox/Makefile')
-rw-r--r--sysutils/busybox/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/busybox/Makefile b/sysutils/busybox/Makefile
index 7173e6212b2a..0623ab2b1a17 100644
--- a/sysutils/busybox/Makefile
+++ b/sysutils/busybox/Makefile
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= busybox
-PORTVERSION= 1.23.2
+PORTVERSION= 1.24.1
CATEGORIES= sysutils misc shells
-MASTER_SITES= http://www.busybox.net/downloads/
+MASTER_SITES= http://www.busybox.net/downloads/ LOCAL/mandree
PATCH_SITES= http://www.busybox.net/downloads/fixes-${PORTVERSION}/
PATCH_DIST_STRIP= -p1
@@ -18,7 +18,7 @@ BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed
CONFLICTS_INSTALL= busybox-unstable-*
-PORTSCOUT= skipv:1.24.0
+PORTSCOUT= skipv:1.25.0
CFLAGS+= -fno-builtin-mempcpy # avoid -Wshadow warnings
MAKE_ARGS+= SKIP_STRIP=y CC="${CC}" HOSTCC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}"