Date: Wed, 22 Jan 2025 14:28:22 GMT From: Philippe Audeoud <jadawin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9d8220a65f6c - main - www/privoxy: Update to 4.0.0 Message-ID: <202501221428.50MESMPs083831@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jadawin: URL: https://cgit.FreeBSD.org/ports/commit/?id=9d8220a65f6cd1f75237e39ff8288c1c98bfb6ae commit 9d8220a65f6cd1f75237e39ff8288c1c98bfb6ae Author: Fabian Keil <fk@fabiankeil.de> AuthorDate: 2023-08-03 09:30:10 +0000 Commit: Philippe Audeoud <jadawin@FreeBSD.org> CommitDate: 2025-01-22 13:25:01 +0000 www/privoxy: Update to 4.0.0 While at it, add an option to enable external-filter support. changeLog: https://lists.privoxy.org/pipermail/privoxy-announce/2025-January/000011.html PR: 284251 --- www/privoxy/Makefile | 11 +++++++---- www/privoxy/distinfo | 6 +++--- www/privoxy/pkg-plist | 1 + 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index 96e72acf9b15..5b26a54074c3 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/Makefile @@ -1,6 +1,5 @@ PORTNAME= privoxy -PORTVERSION= 3.0.34 -PORTREVISION= 1 +PORTVERSION= 4.0.0 CATEGORIES= www MASTER_SITES= https://www.privoxy.org/sf-download-mirror/Sources/${PORTVERSION}%20(stable)/ \ SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29 @@ -10,7 +9,7 @@ MAINTAINER= fk@fabiankeil.de COMMENT= Web proxy with advanced filtering capabilities WWW= https://www.privoxy.org/ -LIB_DEPENDS= libpcre.so:devel/pcre +LIB_DEPENDS= libpcre2-8.so:devel/pcre2 USES= autoreconf cpe gmake shebangfix ssl USE_RC_SUBR= privoxy @@ -38,7 +37,8 @@ USERS= privoxy GROUPS= privoxy OPTIONS_DEFINE= ACCEPT_FILTER BROKEN_STRPTIME BROTLI COMPRESSION DEBUG \ - DOCS EDITOR FORCE HTTPS_INSPECTION PRIVOXY_TOOLS TOGGLE + DOCS EDITOR EXTERNAL_FILTERS FORCE HTTPS_INSPECTION \ + PRIVOXY_TOOLS TOGGLE OPTIONS_DEFAULT= ACCEPT_FILTER BROTLI DOCS EDITOR FORCE \ HTTPS_INSPECTION TOGGLE PRIVOXY_TOOLS @@ -50,6 +50,7 @@ BROTLI_DESC= Support decompression of Brotli-encoded content 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 +EXTERNAL_FILTERS_DESC= Support for external filters FORCE_DESC= Support bypassing of blocks HTTPS_INSPECTION_DESC= Support filtering of encrypted content PRIVOXY_TOOLS_DESC= Install Privoxy-Log-Parser, uagen, etc. @@ -68,6 +69,8 @@ DEBUG_CONFIGURE_ON= --with-debug EDITOR_CONFIGURE_OFF= --disable-editor +EXTERNAL_FILTERS_CONFIGURE_ON= --enable-external-filters + FORCE_CONFIGURE_OFF= --disable-force HTTPS_INSPECTION_CONFIGURE_ON= --with-openssl diff --git a/www/privoxy/distinfo b/www/privoxy/distinfo index 294a8062e88f..613546457cdd 100644 --- a/www/privoxy/distinfo +++ b/www/privoxy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1675573325 -SHA256 (privoxy-3.0.34-stable-src.tar.gz) = e6ccbca1656f4e616b4657f8514e33a70f6697e9d7294356577839322a3c5d2c -SIZE (privoxy-3.0.34-stable-src.tar.gz) = 1589785 +TIMESTAMP = 1737205948 +SHA256 (privoxy-4.0.0-stable-src.tar.gz) = c08e2ba0049307017bf9d8a63dd2a0dfb96aa0cdeb34ae007776e63eba62a26f +SIZE (privoxy-4.0.0-stable-src.tar.gz) = 1746840 diff --git a/www/privoxy/pkg-plist b/www/privoxy/pkg-plist index 647e5210fa84..f819a04b47ec 100644 --- a/www/privoxy/pkg-plist +++ b/www/privoxy/pkg-plist @@ -54,6 +54,7 @@ etc/privoxy/templates/wpad.dat %%PORTDOCS%%%%DOCSDIR%%/user-manual/copyright.html %%PORTDOCS%%%%DOCSDIR%%/user-manual/files-in-use.jpg %%PORTDOCS%%%%DOCSDIR%%/user-manual/filter-file.html +%%PORTDOCS%%%%DOCSDIR%%/user-manual/howto.html %%PORTDOCS%%%%DOCSDIR%%/user-manual/index.html %%PORTDOCS%%%%DOCSDIR%%/user-manual/installation.html %%PORTDOCS%%%%DOCSDIR%%/user-manual/introduction.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501221428.50MESMPs083831>