diff options
author | pi <pi@FreeBSD.org> | 2016-01-23 05:03:11 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-01-23 05:03:11 +0800 |
commit | 4afecc9c48d05d73e3fc58c3d4820553ce1ed2e7 (patch) | |
tree | 81c819f70763d472cc5b2e1c52f1e328934659ee /www | |
parent | 8bb4e09469f1f18906066beda2679fae99402ffe (diff) | |
download | freebsd-ports-gnome-4afecc9c48d05d73e3fc58c3d4820553ce1ed2e7.tar.gz freebsd-ports-gnome-4afecc9c48d05d73e3fc58c3d4820553ce1ed2e7.tar.zst freebsd-ports-gnome-4afecc9c48d05d73e3fc58c3d4820553ce1ed2e7.zip |
www/privoxy: 3.0.23 -> 3.0.24
Changes:
http://www.privoxy.org/3.0.24/user-manual/whatsnew.html
- Use Uses=autoreconf.
- Unbreak installation with DOCS=off.
- Add PRIVOXY_TOOLS to the default options.
- Remove BROKEN_STRPTIME from the default options.
FreeBSD bug #173421 is fixed in all supported releases.
PR: 206504
Submitted by: Fabian Keil <fk@fabiankeil.de> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/privoxy/Makefile | 14 | ||||
-rw-r--r-- | www/privoxy/distinfo | 4 |
2 files changed, 10 insertions, 8 deletions
diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index a57afe78caa0..c88cab6fc968 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= privoxy -PORTVERSION= 3.0.23 +PORTVERSION= 3.0.24 CATEGORIES= www ipv6 MASTER_SITES= SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29 DISTNAME= privoxy-${PORTVERSION}-stable-src @@ -14,8 +14,8 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre WRKSRC= ${WRKDIR}/privoxy-${PORTVERSION}-stable -USES= cpe gmake shebangfix -USE_AUTOTOOLS= autoconf +USES= autoreconf cpe gmake shebangfix +GNU_CONFIGURE= yes SHEBANG_FILES= tools/privoxy-log-parser.pl tools/privoxy-regression-test.pl tools/uagen.pl USE_RC_SUBR= privoxy @@ -45,7 +45,7 @@ FORCE_DESC= Support bypassing of blocks PRIVOXY_TOOLS_DESC= Install Privoxy-Log-Parser, uagen, etc. TOGGLE_DESC= Support for remote toggling -OPTIONS_DEFAULT= BROKEN_STRPTIME EDITOR DOCS FORCE TOGGLE +OPTIONS_DEFAULT= EDITOR DOCS FORCE TOGGLE PRIVOXY_TOOLS OPTIONS_SUB= yes @@ -75,10 +75,12 @@ post-patch: -e 's,^\(filterfile user\),#\1,' \ ${WRKSRC}/config ${REINPLACE_CMD} \ + -e 's,\(/etc/privoxy\),${PREFIX}\1,' ${WRKSRC}/tools/uagen.pl + +post-patch-DOCS-on: + ${REINPLACE_CMD} \ -e 's,^#\(user-manual\) http://www.privoxy.org/user-manual/,\1 ${DOCSDIR}/user-manual,' \ ${WRKSRC}/config - ${REINPLACE_CMD} \ - -e 's,\(/etc/privoxy\),${PREFIX}\1,' ${WRKSRC}/tools/uagen.pl pre-configure: @(cd ${WRKSRC}; ${AUTOHEADER}) diff --git a/www/privoxy/distinfo b/www/privoxy/distinfo index 8f6257025c24..13b690f66eb3 100644 --- a/www/privoxy/distinfo +++ b/www/privoxy/distinfo @@ -1,2 +1,2 @@ -SHA256 (privoxy-3.0.23-stable-src.tar.gz) = 80b1a172d0518a9f95cde83d18dc62b9c7f117b9ada77bdcd3d310107f28f964 -SIZE (privoxy-3.0.23-stable-src.tar.gz) = 1715099 +SHA256 (privoxy-3.0.24-stable-src.tar.gz) = a381f6dc78f08de0d4a2342d47a5949a6608073ada34b933137184f3ca9fb012 +SIZE (privoxy-3.0.24-stable-src.tar.gz) = 1728265 |