Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2014 17:01:37 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347784 - in head: science/bddsolve science/bft science/brian science/ecs science/fvm science/liblinear science/libsvm science/ncs science/psychopy science/py-obspy security/bsp_upektfm...
Message-ID:  <201403101701.s2AH1beH054120@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Mar 10 17:01:36 2014
New Revision: 347784
URL: http://svnweb.freebsd.org/changeset/ports/347784
QAT: https://qat.redports.org/buildarchive/r347784/

Log:
  Convert s* to USES=zip

Modified:
  head/science/bddsolve/Makefile
  head/science/bft/Makefile
  head/science/brian/Makefile
  head/science/ecs/Makefile
  head/science/fvm/Makefile
  head/science/liblinear/Makefile
  head/science/libsvm/Makefile
  head/science/ncs/Makefile
  head/science/psychopy/Makefile
  head/science/py-obspy/Makefile
  head/security/bsp_upektfmess/Makefile
  head/security/chntpw/Makefile
  head/security/cryptlib/Makefile
  head/security/cryptopp/Makefile
  head/security/dirbuster/Makefile
  head/security/httprint/Makefile
  head/security/iaikpkcs11wrapper/Makefile
  head/security/jbrofuzz/Makefile
  head/security/mindterm-binary/Makefile
  head/security/phpsecinfo/Makefile
  head/security/py-AccessControl/Makefile
  head/security/py-Products.PlonePAS/Makefile
  head/security/py-RestrictedPython/Makefile
  head/security/py-borg.localrole/Makefile
  head/security/py-keyring/Makefile
  head/security/py-plone.keyring/Makefile
  head/security/py-plone.openid/Makefile
  head/security/py-plone.protect/Makefile
  head/security/py-plone.session/Makefile
  head/security/py-zope.authentication/Makefile
  head/security/py-zope.login/Makefile
  head/security/quantis-kmod/Makefile
  head/security/quantis/Makefile
  head/security/webscarab/Makefile
  head/security/xml-security/Makefile
  head/security/xorsearch/Makefile
  head/security/yassl/Makefile
  head/sysutils/areca-cli/Makefile
  head/sysutils/daa2iso/Makefile
  head/sysutils/dupmerge/Makefile
  head/sysutils/hfsexplorer/Makefile
  head/sysutils/jdiskreport/Makefile
  head/sysutils/jtopen/Makefile
  head/sysutils/kshutdown-kde4/Makefile
  head/sysutils/ods2/Makefile
  head/sysutils/pdixtract/Makefile
  head/sysutils/rfstool/Makefile
  head/sysutils/rsyncbackup/Makefile
  head/sysutils/searchmonkey/Makefile
  head/sysutils/uif2iso/Makefile
  head/sysutils/vstrip/Makefile

Modified: head/science/bddsolve/Makefile
==============================================================================
--- head/science/bddsolve/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/science/bddsolve/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -14,7 +14,7 @@ COMMENT=	BDD-based satisfiability and re
 LIB_DEPENDS+=	libbdd.so:${PORTSDIR}/science/buddy \
 		libboost_program_options.so:${PORTSDIR}/devel/boost-libs
 
-USE_ZIP=	yes
+USES=		zip
 NO_WRKSUBDIR=	yes
 
 NO_STAGE=	yes

Modified: head/science/bft/Makefile
==============================================================================
--- head/science/bft/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/science/bft/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -14,7 +14,7 @@ LICENSE=	LGPL21
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-USE_ZIP=	yes
+USES=		zip
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 

Modified: head/science/brian/Makefile
==============================================================================
--- head/science/brian/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/science/brian/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nu
 		${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:${PORTSDIR}/math/py-matplotlib
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_ZIP=	yes
+USES=		zip
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 

Modified: head/science/ecs/Makefile
==============================================================================
--- head/science/ecs/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/science/ecs/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	med.5:${PORTSDIR}/french/me
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-USE_ZIP=	yes
+USES=		gmake zip
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-bft=${LOCALBASE}		\
 		--with-hdf5=${LOCALBASE}	\
@@ -29,7 +29,6 @@ CONFIGURE_ARGS=	--with-bft=${LOCALBASE}	
 		--with-metis=${LOCALBASE}	\
 		--with-metis-include=${LOCALBASE}/include/metis
 CONFIGURE_ENV=	PTHREAD_LIBS=${PTHREAD_LIBS}
-USE_GMAKE=	yes
 
 .if defined(WITH_CCMIO)
 LIB_DEPENDS+=	adf.5:${PORTSDIR}/science/libccmio	\

Modified: head/science/fvm/Makefile
==============================================================================
--- head/science/fvm/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/science/fvm/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	med.5:${PORTSDIR}/french/me
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-USE_ZIP=	yes
+USES=		zip
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-bft=${LOCALBASE}	\

Modified: head/science/liblinear/Makefile
==============================================================================
--- head/science/liblinear/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/science/liblinear/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 OPTIONS_DEFINE=	OPTIMIZED_CFLAGS
 OPTIONS_DEFAULT=	OPTIMIZED_CFLAGS
 
-USE_ZIP=	yes
+USES=		zip
 
 TXT_DOCS=	COPYRIGHT README
 

Modified: head/science/libsvm/Makefile
==============================================================================
--- head/science/libsvm/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/science/libsvm/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -18,7 +18,7 @@ LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 OPTIONS_DEFINE=	OPTIMIZED_CFLAGS DOCS
 OPTIONS_DEFAULT=	OPTIMIZED_CFLAGS
 
-USE_ZIP=	yes
+USES=		zip
 
 USE_LDCONFIG=	yes
 ALL_TARGET=	all lib

Modified: head/science/ncs/Makefile
==============================================================================
--- head/science/ncs/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/science/ncs/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -23,8 +23,7 @@ RUN_DEPENDS=	xmgrace:${PORTSDIR}/math/gr
 		xterm:${PORTSDIR}/x11/xterm	\
 		cs_preprocess:${PORTSDIR}/science/ecs
 
-USE_ZIP=	yes
-USES=		fortran gettext gmake iconv
+USES=		fortran gettext gmake iconv zip
 USE_GNOME=	libxml2
 USE_PYTHON=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

Modified: head/science/psychopy/Makefile
==============================================================================
--- head/science/psychopy/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/science/psychopy/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -19,7 +19,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nu
 		${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:${PORTSDIR}/math/py-matplotlib
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_ZIP=		yes
+USES=			zip
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	easy_install
 PYDISTUTILS_PKGNAME=	PsychoPy

Modified: head/science/py-obspy/Makefile
==============================================================================
--- head/science/py-obspy/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/science/py-obspy/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -19,8 +19,7 @@ BUILD_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0:${PORTSDIR}/databases/py-sqlalchemy
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=			fortran
-USE_ZIP=		yes
+USES=			fortran zip
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	easy_install
 PYEASYINSTALL_ARCHDEP=	yes

Modified: head/security/bsp_upektfmess/Makefile
==============================================================================
--- head/security/bsp_upektfmess/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/bsp_upektfmess/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -17,9 +17,8 @@ RUN_DEPENDS=	${LOCALBASE}/libdata/pkgcon
 
 PLIST_FILES=	lib/libtfmessbsp.so
 
-USE_ZIP=	yes
 USE_LDCONFIG=	yes
-USES=		gettext iconv
+USES=		gettext iconv zip
 # Maintainer note
 # Both the gui and the non-gui object are linked to libX11
 USE_XORG=	x11 xext

Modified: head/security/chntpw/Makefile
==============================================================================
--- head/security/chntpw/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/chntpw/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -15,9 +15,8 @@ LICENSE=	GPLv2
 
 OPTIONS_DEFINE=	DOCS
 
-USE_ZIP=	yes
 USE_OPENSSL=	yes
-USES=		gmake
+USES=		gmake zip
 
 ONLY_FOR_ARCHS=	i386 amd64
 

Modified: head/security/cryptlib/Makefile
==============================================================================
--- head/security/cryptlib/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/cryptlib/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -14,7 +14,7 @@ ONLY_FOR_ARCHS=		i386 amd64
 
 OPTIONS_DEFINE=		DOCS
 
-USE_ZIP=		yes
+USES=		zip
 EXTRACT_BEFORE_ARGS=	-aq
 NO_WRKSUBDIR=		yes
 MAKEFILE=		makefile

Modified: head/security/cryptopp/Makefile
==============================================================================
--- head/security/cryptopp/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/cryptopp/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -20,9 +20,8 @@ GCC_DESC=		Build with current GCC
 .include <bsd.port.options.mk>
 
 NO_WRKSUBDIR=		yes
-USE_ZIP=		yes
 EXTRACT_BEFORE_ARGS=	-aq
-USES=			gmake
+USES=			gmake zip
 MAKEFILE=		GNUmakefile
 
 LIBVERSION=		0

Modified: head/security/dirbuster/Makefile
==============================================================================
--- head/security/dirbuster/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/dirbuster/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -10,7 +10,7 @@ DISTNAME=	DirBuster-1.0-RC1
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	DirBuster allows file and directory brute forcing on web servers
 
-USE_ZIP=	YES
+USES=		zip
 USE_JAVA=	YES
 JAVA_VERSION=	1.6+
 NO_BUILD=	yes

Modified: head/security/httprint/Makefile
==============================================================================
--- head/security/httprint/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/httprint/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -11,7 +11,7 @@ MAINTAINER=	onatan@gmail.com
 COMMENT=	Web server fingerprinting tool
 
 WRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVERSION}/freebsd/
-USE_ZIP=	yes
+USES=		zip
 
 RESTRICTED=	No cost for personal, education and non-commercial use.
 NO_BUILD=	yes

Modified: head/security/iaikpkcs11wrapper/Makefile
==============================================================================
--- head/security/iaikpkcs11wrapper/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/iaikpkcs11wrapper/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -13,12 +13,11 @@ COMMENT=	PKCS\#11 Java wrapper
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
-USE_ZIP=	yes
+USES=		dos2unix gmake zip
 USE_JAVA=	yes
-USE_DOS2UNIX=	Makefile
+DOS2UNIX_FILES=	Makefile
 JAVA_VERSION=	1.6+
 JAVA_OS=	native
-USE_GMAKE=	yes
 ALL_TARGET=	release
 
 PLIST_FILES=	lib/libpkcs11wrapper.so %%JAVAJARDIR%%/iaikPkcs11Wrapper.jar

Modified: head/security/jbrofuzz/Makefile
==============================================================================
--- head/security/jbrofuzz/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/jbrofuzz/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -10,7 +10,7 @@ DISTNAME=	${PORTNAME}-jar-21
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	JBroFuzz is a web application fuzzer
 
-USE_ZIP=	YES
+USES=		zip
 USE_JAVA=	YES
 NO_BUILD=	YES
 JAVA_VERSION=	1.6+

Modified: head/security/mindterm-binary/Makefile
==============================================================================
--- head/security/mindterm-binary/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/mindterm-binary/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -14,7 +14,7 @@ EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Full vt220 compatible Java SSH-1 client (not only for websites)
 
-USE_ZIP=	yes
+USES=		zip
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 NO_CDROM=	Do not sell for profit

Modified: head/security/phpsecinfo/Makefile
==============================================================================
--- head/security/phpsecinfo/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/phpsecinfo/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -9,7 +9,7 @@ MASTER_SITES=	LOCAL/chinsan
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	PHP environment security auditing tool
 
-USE_ZIP=	yes
+USES=		zip
 USE_PHP=	pcre
 WANT_PHP_WEB=	yes
 NO_BUILD=	yes

Modified: head/security/py-AccessControl/Makefile
==============================================================================
--- head/security/py-AccessControl/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/py-AccessControl/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -31,9 +31,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Acqu
 		${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security \
 		${PYTHON_PKGNAMEPREFIX}zope.testing>=0:${PORTSDIR}/devel/py-zope.testing
 
+USES=		zip
 USE_PYTHON=		2
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-USE_ZIP=		yes
 
 .include <bsd.port.mk>

Modified: head/security/py-Products.PlonePAS/Makefile
==============================================================================
--- head/security/py-Products.PlonePAS/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/py-Products.PlonePAS/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -23,7 +23,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}plon
 USE_PYTHON=		2
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-USE_ZIP=		yes
-USES=			zope
+USES=			zope zip
 
 .include <bsd.port.mk>

Modified: head/security/py-RestrictedPython/Makefile
==============================================================================
--- head/security/py-RestrictedPython/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/py-RestrictedPython/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -13,9 +13,9 @@ COMMENT=	Restricted execution environmen
 
 LICENSE=	ZPL21
 
+USES=		zip
 USE_PYTHON=		2
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-USE_ZIP=		yes
 
 .include <bsd.port.mk>

Modified: head/security/py-borg.localrole/Makefile
==============================================================================
--- head/security/py-borg.localrole/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/py-borg.localrole/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -24,10 +24,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}plone.memoize>=0:${PORTSDIR}/www/py-plone.memoize \
 		${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition
 
+USES=		zip
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-USE_ZIP=		yes
 #USE_ZOPE=		yes
 
 .include <bsd.port.mk>

Modified: head/security/py-keyring/Makefile
==============================================================================
--- head/security/py-keyring/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/py-keyring/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}py
 
 LATEST_LINK=	py-${PORTNAME}
 
-USE_ZIP=	yes
+USES=		zip
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
 PYDISTUTILS_AUTOPLIST=	yes

Modified: head/security/py-plone.keyring/Makefile
==============================================================================
--- head/security/py-plone.keyring/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/py-plone.keyring/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -18,9 +18,9 @@ RUN_DEPENDS=	zodb${PYTHON_PKGNAMESUFFIX}
 		${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
 		${PYTHON_PKGNAMEPREFIX}zope.location>=0:${PORTSDIR}/devel/py-zope.location
 
+USES=		zip
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-USE_ZIP=		yes
 
 .include <bsd.port.mk>

Modified: head/security/py-plone.openid/Makefile
==============================================================================
--- head/security/py-plone.openid/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/py-plone.openid/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -19,10 +19,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}open
 		${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:${PORTSDIR}/security/py-Products.PluggableAuthService \
 		zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3
 
+USES=		zip
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-USE_ZIP=		yes
 #USES=			zope
 
 .include <bsd.port.mk>

Modified: head/security/py-plone.protect/Makefile
==============================================================================
--- head/security/py-plone.protect/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/py-plone.protect/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -17,10 +17,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}plon
 		${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \
 		${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface
 
+USES=		zip
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-USE_ZIP=		yes
 #USES=			zope
 
 .include <bsd.port.mk>

Modified: head/security/py-plone.session/Makefile
==============================================================================
--- head/security/py-plone.session/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/py-plone.session/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -18,10 +18,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}plon
 		${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
 		${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:${PORTSDIR}/security/py-Products.PluggableAuthService
 
+USES=		zip
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-USE_ZIP=		yes
 #USES=			zope
 
 .include <bsd.port.mk>

Modified: head/security/py-zope.authentication/Makefile
==============================================================================
--- head/security/py-zope.authentication/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/py-zope.authentication/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -20,9 +20,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \
 		${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security
 
+USES=		zip
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-USE_ZIP=		yes
 
 .include <bsd.port.mk>

Modified: head/security/py-zope.login/Makefile
==============================================================================
--- head/security/py-zope.login/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/py-zope.login/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -18,9 +18,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope
 		${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
 		${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:${PORTSDIR}/devel/py-zope.publisher
 
+USES=		zip
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-USE_ZIP=		yes
 
 .include <bsd.port.mk>

Modified: head/security/quantis-kmod/Makefile
==============================================================================
--- head/security/quantis-kmod/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/quantis-kmod/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -17,7 +17,7 @@ LICENSE=	BSD3CLAUSE GPLv2
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKDIR}/Quantis-${DISTVERSION}/License.txt
 
-USE_ZIP=	yes
+USES=		zip:infozip
 EXTRACT_BEFORE_ARGS=	-aqo
 
 WRKSRC=		${WRKDIR}/Quantis-${DISTVERSION}/Drivers/Unix/QuantisPci

Modified: head/security/quantis/Makefile
==============================================================================
--- head/security/quantis/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/quantis/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -27,9 +27,8 @@ COMPAT_DESC=	Build API v1 compatibility 
 TOOL_DESC=	Build EasyQuantis application
 GUI_DESC=	Build QT4 GUI for EasyQuantis application
 
-USE_ZIP=	yes
 EXTRACT_BEFORE_ARGS=	-aqo
-USES=		cmake
+USES=		cmake zip:infozip
 USE_QT4=	# empty but required
 USE_LDCONFIG=	yes
 

Modified: head/security/webscarab/Makefile
==============================================================================
--- head/security/webscarab/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/webscarab/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR=	niels
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Framework for analysing HTTP and HTTPS web application traffic
 
-USE_ZIP=	YES
+USES=		zip
 USE_JAVA=	YES
 JAVA_VERSION=	1.6+
 NO_BUILD=	yes

Modified: head/security/xml-security/Makefile
==============================================================================
--- head/security/xml-security/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/xml-security/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${JAVALIBDIR}/commons-loggi
 LICENSE=	APACHE20
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
-USE_ZIP=	yes
+USES=		zip
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:S/./_/g}

Modified: head/security/xorsearch/Makefile
==============================================================================
--- head/security/xorsearch/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/xorsearch/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -10,7 +10,7 @@ DISTNAME=	XORSearch_V1_2_0
 MAINTAINER=	edwin@mavetju.org
 COMMENT=	Search for a given string in an XOR or ROL encoded binary file
 
-USE_ZIP=	yes
+USES=		zip
 WRKSRC=		${WRKDIR}
 
 PLIST_FILES=	bin/xorsearch

Modified: head/security/yassl/Makefile
==============================================================================
--- head/security/yassl/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/security/yassl/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -10,7 +10,7 @@ COMMENT=	Embedded SSL C-Library
 
 LICENSE=	GPLv2
 
-USE_ZIP=	yes
+USES=		zip
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-dependency-tracking \

Modified: head/sysutils/areca-cli/Makefile
==============================================================================
--- head/sysutils/areca-cli/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/sysutils/areca-cli/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -17,7 +17,7 @@ ONLY_FOR_ARCHS=	i386 amd64
 
 PERIODICSCRIPT=	407.status-areca-raid
 
-USE_ZIP=	yes
+USES=		zip
 NO_BUILD=	yes
 
 CLI_VER=	1.9.0

Modified: head/sysutils/daa2iso/Makefile
==============================================================================
--- head/sysutils/daa2iso/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/sysutils/daa2iso/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -10,7 +10,7 @@ DISTNAME=	${PORTNAME}
 MAINTAINER=	sylvio@FreeBSD.org
 COMMENT=	Convert PowerISO DAA files to ISO9660
 
-USE_ZIP=	yes
+USES=		zip
 
 WRKSRC=		${WRKDIR}/src
 

Modified: head/sysutils/dupmerge/Makefile
==============================================================================
--- head/sysutils/dupmerge/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/sysutils/dupmerge/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -9,7 +9,7 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}
 MAINTAINER=	dinoex@FreeBSD.org
 COMMENT=	Searches for files with equal content
 
-USE_ZIP=	yes
+USES=		zip
 MAKE_FLAGS=
 MAKEFILE=
 LDFLAGS+=	-lroken -lcrypt

Modified: head/sysutils/hfsexplorer/Makefile
==============================================================================
--- head/sysutils/hfsexplorer/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/sysutils/hfsexplorer/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -19,7 +19,7 @@ DESKTOP_ENTRIES="hfsexplorer" "reader Ma
 		"${DATADIR}/res/icon.png" "${PORTNAME}" \
 		"System;Utility;Java;" false
 
-USE_ZIP=	yes
+USES=		zip
 USE_JAVA=	yes
 JAVA_VERSION=	1.6
 

Modified: head/sysutils/jdiskreport/Makefile
==============================================================================
--- head/sysutils/jdiskreport/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/sysutils/jdiskreport/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -13,7 +13,7 @@ COMMENT=	Java program to graphically dis
 
 RUN_DEPENDS=	${JAVAVM}:${PORTSDIR}/java/javavmwrapper
 
-USE_ZIP=	YES
+USES=		zip
 USE_JAVA=	YES
 JAVA_VERSION=	1.6+
 

Modified: head/sysutils/jtopen/Makefile
==============================================================================
--- head/sysutils/jtopen/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/sysutils/jtopen/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -10,7 +10,7 @@ DISTNAME=	${PORTNAME}_${PORTVERSION:S/./
 MAINTAINER=	saper@saper.info
 COMMENT=	JTOpen is a Java library to access OS/400 or i5/OS system
 
-USE_ZIP=	yes
+USES=		zip
 NO_WRKSUBDIR=	yes
 USE_JAVA=	1.4+
 

Modified: head/sysutils/kshutdown-kde4/Makefile
==============================================================================
--- head/sysutils/kshutdown-kde4/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/sysutils/kshutdown-kde4/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -10,8 +10,7 @@ DISTNAME=	${PORTNAME}-source-${DISTVERSI
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Advanced shutdown utility for KDE
 
-USE_ZIP=	yes
-USES=		cmake
+USES=		cmake zip
 USE_QT4=	moc_build qmake_build rcc_build uic_build
 USE_KDE4=	automoc4 kdehier kdeprefix workspace
 

Modified: head/sysutils/ods2/Makefile
==============================================================================
--- head/sysutils/ods2/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/sysutils/ods2/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -10,7 +10,7 @@ DISTNAME=	ods2
 MAINTAINER=	dussuett@wigwam.ethz.ch
 COMMENT=	An utility for manipulating ODS-2 filesystems
 
-USE_ZIP=	yes
+USES=		zip
 NO_WRKSUBDIR=	yes
 MAKEFILE=	makefile.unix
 MAKE_ARGS=	CCFLAGS="${CFLAGS}"

Modified: head/sysutils/pdixtract/Makefile
==============================================================================
--- head/sysutils/pdixtract/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/sysutils/pdixtract/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -15,7 +15,7 @@ COMMENT=	Extracts or converts .pdi file 
 LICENSE=	GPLv2
 
 NO_WRKSUBDIR=	yes
-USE_ZIP=	yes
+USES=		zip
 
 PLIST_FILES=	bin/pdixtract
 

Modified: head/sysutils/rfstool/Makefile
==============================================================================
--- head/sysutils/rfstool/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/sysutils/rfstool/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -11,7 +11,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Read from a Reiser file system
 
 PLIST_FILES=	bin/rfstool
-USE_ZIP=	yes
+USES=		zip
 WRKSRC=		${WRKDIR}/rfstool-0.14/RFSTOOL
 MAKEFILE=	makefile.gcc3x
 

Modified: head/sysutils/rsyncbackup/Makefile
==============================================================================
--- head/sysutils/rsyncbackup/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/sysutils/rsyncbackup/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -16,8 +16,7 @@ PROJECTHOST=	rsync-backup
 CONFIGSRC=	${WRKSRC}/config
 CONFIGFILES=	backupset.conf config.conf destinations.conf sources.conf
 
-USE_ZIP=	yes
-USES=		perl5
+USES=		perl5 zip
 NO_BUILD=	yes
 
 SUB_FILES=	pkg-message

Modified: head/sysutils/searchmonkey/Makefile
==============================================================================
--- head/sysutils/searchmonkey/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/sysutils/searchmonkey/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -13,8 +13,7 @@ COMMENT=	Search using regexes for file n
 
 LICENSE=	GPLv3 # (or later)
 
-USES=		qmake dos2unix
-USE_ZIP=	yes
+USES=		qmake dos2unix zip
 DOS2UNIX_GLOB=	*.cpp *.h
 USE_QT4=	corelib gui moc_build rcc_build uic_build
 

Modified: head/sysutils/uif2iso/Makefile
==============================================================================
--- head/sysutils/uif2iso/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/sysutils/uif2iso/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -10,8 +10,7 @@ DISTNAME=	${PORTNAME}
 MAINTAINER=	sylvio@FreeBSD.org
 COMMENT=	Convert MagicISO UIF files to ISO9660
 
-USE_ZIP=	yes
-
+USES=		zip
 WRKSRC=		${WRKDIR}/src
 
 PLIST_FILES=	bin/uif2iso

Modified: head/sysutils/vstrip/Makefile
==============================================================================
--- head/sysutils/vstrip/Makefile	Mon Mar 10 17:01:14 2014	(r347783)
+++ head/sysutils/vstrip/Makefile	Mon Mar 10 17:01:36 2014	(r347784)
@@ -19,7 +19,7 @@ LDFLAGS+=	-lm
 
 PLIST_FILES=	bin/${PORTNAME}
 
-USE_ZIP=	yes
+USES=		zip
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 post-extract:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403101701.s2AH1beH054120>