Date: Tue, 1 Jan 2019 22:17:04 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489053 - head/www/privoxy Message-ID: <201901012217.x01MH4t1014304@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901012217.x01MH4t1014304>