Date: Thu, 25 Feb 2021 12:43:03 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r566532 - branches/2021Q1/www/privoxy Message-ID: <202102251243.11PCh3Jt060835@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Thu Feb 25 12:43:03 2021 New Revision: 566532 URL: https://svnweb.freebsd.org/changeset/ports/566532 Log: MFH: r566531 www/privoxy: Update to 3.0.31 stable ChangeLog: https://www.privoxy.org/3.0.31/user-manual/whatsnew.html PR: 253156 Submitted by: fk@fabiankeil.de (maintainer) Modified: branches/2021Q1/www/privoxy/Makefile branches/2021Q1/www/privoxy/distinfo branches/2021Q1/www/privoxy/pkg-plist Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/www/privoxy/Makefile ============================================================================== --- branches/2021Q1/www/privoxy/Makefile Thu Feb 25 12:41:27 2021 (r566531) +++ branches/2021Q1/www/privoxy/Makefile Thu Feb 25 12:43:03 2021 (r566532) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= privoxy -PORTVERSION= 3.0.29 +PORTVERSION= 3.0.31 CATEGORIES= www MASTER_SITES= https://www.privoxy.org/sf-download-mirror/Sources/${PORTVERSION}%20(stable)/ \ SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29 @@ -13,7 +13,7 @@ COMMENT= Web proxy with advanced filtering capabilitie LIB_DEPENDS= libpcre.so:devel/pcre -USES= autoreconf cpe gmake shebangfix +USES= autoreconf cpe gmake shebangfix ssl USE_RC_SUBR= privoxy SHEBANG_FILES= tools/privoxy-log-parser.pl tools/privoxy-regression-test.pl \ @@ -41,7 +41,7 @@ GROUPS= privoxy OPTIONS_DEFINE= ACCEPT_FILTER BROKEN_STRPTIME BROTLI COMPRESSION DEBUG \ DOCS EDITOR FORCE HTTPS_INSPECTION PRIVOXY_TOOLS TOGGLE -OPTIONS_DEFAULT= ACCEPT_FILTER BROTLI EDITOR FORCE \ +OPTIONS_DEFAULT= ACCEPT_FILTER BROTLI DOCS EDITOR FORCE \ HTTPS_INSPECTION TOGGLE PRIVOXY_TOOLS OPTIONS_SUB= yes @@ -109,7 +109,7 @@ do-install: .for examplefile in config match-all.action trust user.action ${INSTALL_DATA} ${WRKSRC}/${examplefile} ${STAGEDIR}${EXAMPLESDIR}/ .endfor - ${INSTALL_MAN} ${WRKSRC}/privoxy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/privoxy.8 ${STAGEDIR}${MAN1PREFIX}/man/man8 @${MKDIR} ${STAGEDIR}${DOCSDIR}/user-manual ${INSTALL_DATA} ${WRKSRC}/doc/webserver/user-manual/[a-z]* ${STAGEDIR}${DOCSDIR}/user-manual ${INSTALL_DATA} ${WRKSRC}/doc/webserver/p_doc.css ${STAGEDIR}${DOCSDIR}/user-manual Modified: branches/2021Q1/www/privoxy/distinfo ============================================================================== --- branches/2021Q1/www/privoxy/distinfo Thu Feb 25 12:41:27 2021 (r566531) +++ branches/2021Q1/www/privoxy/distinfo Thu Feb 25 12:43:03 2021 (r566532) @@ -1,3 +1,3 @@ -TIMESTAMP = 1606563663 -SHA256 (privoxy-3.0.29-stable-src.tar.gz) = 25c6069efdaf577d47c257da63b03cd6d063fb790e19cc39603d82e5db72489d -SIZE (privoxy-3.0.29-stable-src.tar.gz) = 1830550 +TIMESTAMP = 1612028389 +SHA256 (privoxy-3.0.31-stable-src.tar.gz) = 077729a3aac79222a4e8d88a650d9028d16fd4b0d6038da8f5f5e47120d004eb +SIZE (privoxy-3.0.31-stable-src.tar.gz) = 1839901 Modified: branches/2021Q1/www/privoxy/pkg-plist ============================================================================== --- branches/2021Q1/www/privoxy/pkg-plist Thu Feb 25 12:41:27 2021 (r566531) +++ branches/2021Q1/www/privoxy/pkg-plist Thu Feb 25 12:43:03 2021 (r566532) @@ -3,7 +3,7 @@ %%PRIVOXY_TOOLS%%bin/uagen.pl %%PRIVOXY_TOOLS%%bin/url-pattern-translator.pl sbin/privoxy -man/man1/privoxy.1.gz +man/man8/privoxy.8.gz etc/privoxy/default.action etc/privoxy/default.filter etc/privoxy/regression-tests.action @@ -23,6 +23,7 @@ etc/privoxy/templates/default etc/privoxy/templates/edit-actions-add-url-form etc/privoxy/templates/edit-actions-for-url etc/privoxy/templates/edit-actions-for-url-filter +etc/privoxy/templates/edit-actions-for-url-string-filter etc/privoxy/templates/edit-actions-list etc/privoxy/templates/edit-actions-list-button etc/privoxy/templates/edit-actions-list-section
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102251243.11PCh3Jt060835>