svn commit: r355658 - in head: security/regripper x11-toolkits/blt

John Marino marino at FreeBSD.org
Wed May 28 21:54:02 UTC 2014


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 at 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 at 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 \


More information about the svn-ports-all mailing list