From owner-svn-ports-all@freebsd.org Tue Jan 1 22:17:05 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBEFE142C562; Tue, 1 Jan 2019 22:17:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5E7908DED6; Tue, 1 Jan 2019 22:17:05 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 463F14C5; Tue, 1 Jan 2019 22:17:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x01MH5DW014309; Tue, 1 Jan 2019 22:17:05 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x01MH4t1014304; Tue, 1 Jan 2019 22:17:04 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201901012217.x01MH4t1014304@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 1 Jan 2019 22:17:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489053 - head/www/privoxy X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/www/privoxy X-SVN-Commit-Revision: 489053 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5E7908DED6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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, 01 Jan 2019 22:17:06 -0000 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 (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