svn commit: r310790 - in head/sysutils: busybox busybox-unstable

Matthias Andree mandree at FreeBSD.org
Tue Jan 22 00:56:10 UTC 2013


Author: mandree
Date: Tue Jan 22 00:56:09 2013
New Revision: 310790
URL: http://svnweb.freebsd.org/changeset/ports/310790

Log:
  Add PORTSCOUT variables.

Modified:
  head/sysutils/busybox-unstable/Makefile
  head/sysutils/busybox/Makefile

Modified: head/sysutils/busybox-unstable/Makefile
==============================================================================
--- head/sysutils/busybox-unstable/Makefile	Tue Jan 22 00:54:14 2013	(r310789)
+++ head/sysutils/busybox-unstable/Makefile	Tue Jan 22 00:56:09 2013	(r310790)
@@ -20,6 +20,8 @@ BUILD_DEPENDS=	gsed:${PORTSDIR}/textproc
 
 CONFLICTS_INSTALL=	busybox-[1-9]*
 
+PORTSCOUT=	limitw:1,ODD
+
 MAKE_JOBS_SAFE=	yes
 MAKE_ARGS+=	SKIP_STRIP=y CC="${CC}" HOSTCC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}"
 USE_BZIP2=	yes

Modified: head/sysutils/busybox/Makefile
==============================================================================
--- head/sysutils/busybox/Makefile	Tue Jan 22 00:54:14 2013	(r310789)
+++ head/sysutils/busybox/Makefile	Tue Jan 22 00:56:09 2013	(r310790)
@@ -22,6 +22,8 @@ BUILD_DEPENDS=	gsed:${PORTSDIR}/textproc
 
 CONFLICTS_INSTALL=	busybox-unstable-*
 
+PORTSCOUT=	limitw:1,EVEN
+
 MAKE_JOBS_SAFE=	yes
 MAKE_ARGS+=	SKIP_STRIP=y CC="${CC}" HOSTCC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}"
 USE_BZIP2=	yes


More information about the svn-ports-head mailing list