svn commit: r489053 - head/www/privoxy

Steve Wills swills at FreeBSD.org
Tue Jan 1 22:17:06 UTC 2019


Author: swills
Date: Tue Jan  1 22:17:04 2019
New Revision: 489053
URL: https://svnweb.freebsd.org/changeset/ports/489053

Log:
  www/privoxy: Update to 3.0.28
  
  While here, pet portlint
  
  PR:		234541
  Submitted by:	Fabian Keil <fk at fabiankeil.de> (maintainer)

Modified:
  head/www/privoxy/Makefile   (contents, props changed)
  head/www/privoxy/distinfo   (contents, props changed)
  head/www/privoxy/pkg-plist   (contents, props changed)

Modified: head/www/privoxy/Makefile
==============================================================================
--- head/www/privoxy/Makefile	Tue Jan  1 22:06:53 2019	(r489052)
+++ head/www/privoxy/Makefile	Tue Jan  1 22:17:04 2019	(r489053)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	privoxy
-PORTVERSION=	3.0.26
+PORTVERSION=	3.0.28
 CATEGORIES=	www ipv6
 MASTER_SITES=	https://www.privoxy.org/sf-download-mirror/Sources/${PORTVERSION}%20(stable)/ \
 		SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29
@@ -13,9 +13,10 @@ COMMENT=	Privoxy is a web proxy with advanced filterin
 
 LIB_DEPENDS=	libpcre.so:devel/pcre
 
+USES=		autoreconf cpe gmake shebangfix
+
 WRKSRC=		${WRKDIR}/privoxy-${PORTVERSION}-stable
 
-USES=		autoreconf cpe gmake shebangfix
 GNU_CONFIGURE=	yes
 SHEBANG_FILES=	tools/privoxy-log-parser.pl tools/privoxy-regression-test.pl tools/uagen.pl
 
@@ -34,7 +35,7 @@ GROUPS=		privoxy
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-OPTIONS_DEFINE=	ACCEPT_FILTER BROKEN_STRPTIME BUMP_FD_SETSIZE COMPRESSION \
+OPTIONS_DEFINE=	ACCEPT_FILTER BROKEN_STRPTIME COMPRESSION \
 		DEBUG DOCS EDITOR FORCE PRIVOXY_TOOLS TOGGLE
 
 ACCEPT_FILTER_DESC=	Support for accf_http(9)
@@ -42,7 +43,6 @@ BROKEN_STRPTIME_DESC=	Enable workaround for standards/
 COMPRESSION_DESC=	Support compression of buffered content
 DOCS_DESC=		Let Privoxy serve the user manual
 EDITOR_DESC=		Support use of the web-based action editor
-BUMP_FD_SETSIZE_DESC=	Support more client connections at the same time
 FORCE_DESC=		Support bypassing of blocks
 PRIVOXY_TOOLS_DESC=	Install Privoxy-Log-Parser, uagen, etc.
 TOGGLE_DESC=		Support for remote toggling
@@ -54,8 +54,6 @@ OPTIONS_SUB=	yes
 ACCEPT_FILTER_CONFIGURE_ON=	--enable-accept-filter
 
 BROKEN_STRPTIME_CONFIGURE_ON=	--enable-strptime-sanity-checks
-
-BUMP_FD_SETSIZE_CONFIGURE_ON=	--with-fdsetsize=8192
 
 COMPRESSION_CONFIGURE_ON=	--enable-compression
 

Modified: head/www/privoxy/distinfo
==============================================================================
--- head/www/privoxy/distinfo	Tue Jan  1 22:06:53 2019	(r489052)
+++ head/www/privoxy/distinfo	Tue Jan  1 22:17:04 2019	(r489053)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1472287144
-SHA256 (privoxy-3.0.26-stable-src.tar.gz) = 57e415b43ee5dfdca74685cc034053eaae962952fdabd086171551a86abf9cd8
-SIZE (privoxy-3.0.26-stable-src.tar.gz) = 1741772
+TIMESTAMP = 1546260542
+SHA256 (privoxy-3.0.28-stable-src.tar.gz) = b5d78cc036aaadb3b7cf860e9d598d7332af468926a26e2d56167f1cb6f2824a
+SIZE (privoxy-3.0.28-stable-src.tar.gz) = 1753809

Modified: head/www/privoxy/pkg-plist
==============================================================================
--- head/www/privoxy/pkg-plist	Tue Jan  1 22:06:53 2019	(r489052)
+++ head/www/privoxy/pkg-plist	Tue Jan  1 22:17:04 2019	(r489053)
@@ -39,7 +39,6 @@ etc/privoxy/templates/show-request
 etc/privoxy/templates/show-status
 etc/privoxy/templates/show-status-file
 etc/privoxy/templates/show-url-info
-etc/privoxy/templates/show-version
 etc/privoxy/templates/toggle
 etc/privoxy/templates/toggle-mini
 etc/privoxy/templates/untrusted


More information about the svn-ports-head mailing list