svn commit: r372721 - head/www/privoxy

Kurt Jaeger pi at FreeBSD.org
Tue Nov 18 14:03:58 UTC 2014


Author: pi
Date: Tue Nov 18 14:03:57 2014
New Revision: 372721
URL: https://svnweb.freebsd.org/changeset/ports/372721
QAT: https://qat.redports.org/buildarchive/r372721/

Log:
  www/privoxy: fix shebangfiles
  
  Approved by:	Fabian Keil <fk at fabiankeil.de> (maintainer)

Modified:
  head/www/privoxy/Makefile

Modified: head/www/privoxy/Makefile
==============================================================================
--- head/www/privoxy/Makefile	Tue Nov 18 14:00:18 2014	(r372720)
+++ head/www/privoxy/Makefile	Tue Nov 18 14:03:57 2014	(r372721)
@@ -3,7 +3,7 @@
 
 PORTNAME=	privoxy
 PORTVERSION=	3.0.21
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www ipv6
 MASTER_SITES=	SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29
 DISTNAME=	privoxy-${PORTVERSION}-stable-src
@@ -15,8 +15,9 @@ LIB_DEPENDS=	libpcre.so:${PORTSDIR}/deve
 
 WRKSRC=		${WRKDIR}/privoxy-${PORTVERSION}-stable
 
-USES=		gmake
+USES=		gmake shebangfix
 USE_AUTOTOOLS=	autoconf
+SHEBANG_FILES=	tools/privoxy-log-parser.pl tools/privoxy-regression-test.pl tools/uagen.pl
 
 USE_RC_SUBR=	privoxy
 SUB_FILES=	pkg-message


More information about the svn-ports-all mailing list