Date: Tue, 26 Jan 2016 03:32:53 +0000 (UTC) From: Jason Unovitch <junovitch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407257 - branches/2016Q1/www/privoxy Message-ID: <201601260332.u0Q3Wrim052973@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: junovitch Date: Tue Jan 26 03:32:53 2016 New Revision: 407257 URL: https://svnweb.freebsd.org/changeset/ports/407257 Log: MFH: r406944 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) Approved by: ports-secteam (feld) Security: CVE-2016-1982 Security: CVE-2016-1983 Security: https://vuxml.FreeBSD.org/freebsd/a763a0e7-c3d9-11e5-b5fe-002590263bf5.html Modified: branches/2016Q1/www/privoxy/Makefile branches/2016Q1/www/privoxy/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/www/privoxy/Makefile ============================================================================== --- branches/2016Q1/www/privoxy/Makefile Tue Jan 26 03:13:31 2016 (r407256) +++ branches/2016Q1/www/privoxy/Makefile Tue Jan 26 03:32:53 2016 (r407257) @@ -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}/deve 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}) Modified: branches/2016Q1/www/privoxy/distinfo ============================================================================== --- branches/2016Q1/www/privoxy/distinfo Tue Jan 26 03:13:31 2016 (r407256) +++ branches/2016Q1/www/privoxy/distinfo Tue Jan 26 03:32:53 2016 (r407257) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601260332.u0Q3Wrim052973>