Date: Tue, 18 Nov 2014 14:03:58 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372721 - head/www/privoxy Message-ID: <201411181403.sAIE3wWB065759@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411181403.sAIE3wWB065759>