Date: Wed, 28 May 2014 21:54:01 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355658 - in head: security/regripper x11-toolkits/blt Message-ID: <201405282154.s4SLs1Q3090361@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Wed May 28 21:54:01 2014 New Revision: 355658 URL: http://svnweb.freebsd.org/changeset/ports/355658 QAT: https://qat.redports.org/buildarchive/r355658/ Log: 2 more ports: convert to USES+= zip USES=zip is required when at least one distfile is a zip archive. Approved by: general infrastructure blanket Modified: head/security/regripper/Makefile head/x11-toolkits/blt/Makefile Modified: head/security/regripper/Makefile ============================================================================== --- head/security/regripper/Makefile Wed May 28 21:32:40 2014 (r355657) +++ head/security/regripper/Makefile Wed May 28 21:54:01 2014 (r355658) @@ -6,7 +6,6 @@ DISTVERSION= 2.8 CATEGORIES= security MASTER_SITES= GOOGLE_CODE DISTNAME= rrv${DISTVERSION} -EXTRACT_SUFX= .zip MAINTAINER= antoine@FreeBSD.org COMMENT= Tool for registry analysis in forensics examinations @@ -17,7 +16,7 @@ RUN_DEPENDS= p5-Parse-Win32Registry>=0:$ NO_WRKSUBDIR= yes NO_BUILD= yes -USES= dos2unix perl5 +USES= dos2unix perl5 zip USE_PERL5= run PLIST_FILES= bin/rip.pl Modified: head/x11-toolkits/blt/Makefile ============================================================================== --- head/x11-toolkits/blt/Makefile Wed May 28 21:32:40 2014 (r355657) +++ head/x11-toolkits/blt/Makefile Wed May 28 21:54:01 2014 (r355658) @@ -7,7 +7,6 @@ PORTREVISION= 1 CATEGORIES= x11-toolkits tk MASTER_SITES= SF/wize DISTNAME= ${PORTNAME}-src-${PORTVERSION} -EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= Extension to the Tk toolkit @@ -18,7 +17,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/grap WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:R} -USES= gmake tk +USES= gmake tk zip USE_LDCONFIG= yes GNU_CONFIGURE= yes CFLAGS+= -I${TCL_INCLUDEDIR}/generic \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405282154.s4SLs1Q3090361>