svn commit: r406944 - head/www/privoxy

Kurt Jaeger pi at FreeBSD.org
Fri Jan 22 21:03:13 UTC 2016


Author: pi
Date: Fri Jan 22 21:03:11 2016
New Revision: 406944
URL: https://svnweb.freebsd.org/changeset/ports/406944

Log:
  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 at fabiankeil.de> (maintainer)

Modified:
  head/www/privoxy/Makefile
  head/www/privoxy/distinfo

Modified: head/www/privoxy/Makefile
==============================================================================
--- head/www/privoxy/Makefile	Fri Jan 22 20:48:36 2016	(r406943)
+++ head/www/privoxy/Makefile	Fri Jan 22 21:03:11 2016	(r406944)
@@ -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: head/www/privoxy/distinfo
==============================================================================
--- head/www/privoxy/distinfo	Fri Jan 22 20:48:36 2016	(r406943)
+++ head/www/privoxy/distinfo	Fri Jan 22 21:03:11 2016	(r406944)
@@ -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


More information about the svn-ports-head mailing list