From owner-svn-ports-all@freebsd.org Tue Jan 26 03:32:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBA33A4665A; Tue, 26 Jan 2016 03:32:54 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9246BDBF; Tue, 26 Jan 2016 03:32:54 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0Q3Wrl9052975; Tue, 26 Jan 2016 03:32:53 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0Q3Wrim052973; Tue, 26 Jan 2016 03:32:53 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201601260332.u0Q3Wrim052973@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 26 Jan 2016 03:32:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407257 - branches/2016Q1/www/privoxy X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2016 03:32:55 -0000 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 (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