diff options
author | sahil <sahil@FreeBSD.org> | 2010-11-27 14:49:01 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2010-11-27 14:49:01 +0800 |
commit | aa692e07393a7321dcd468edaa99070abccb67ca (patch) | |
tree | cad843ae41db21247be0bd85e67be306ff55bdcc /www/privoxy | |
parent | cd0aa3a015844c1da2e54312b02a9763b64dcde8 (diff) | |
download | freebsd-ports-gnome-aa692e07393a7321dcd468edaa99070abccb67ca.tar.gz freebsd-ports-gnome-aa692e07393a7321dcd468edaa99070abccb67ca.tar.zst freebsd-ports-gnome-aa692e07393a7321dcd468edaa99070abccb67ca.zip |
- Update to 3.0.17
PR: ports/152233
Submitted by: Fabian Keil <fk@fabiankeil.de> (maintainer)
Diffstat (limited to 'www/privoxy')
-rw-r--r-- | www/privoxy/Makefile | 7 | ||||
-rw-r--r-- | www/privoxy/distinfo | 5 |
2 files changed, 4 insertions, 8 deletions
diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index d77abc7458f9..a3e3a0e1be67 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/Makefile @@ -6,8 +6,7 @@ # PORTNAME= privoxy -PORTVERSION= 3.0.16 -PORTREVISION= 2 +PORTVERSION= 3.0.17 CATEGORIES= www ipv6 MASTER_SITES= SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29 DISTNAME= privoxy-${PORTVERSION}-stable-src @@ -78,6 +77,7 @@ post-patch: -e 's,^\(confdir\) \.,\1 ${PREFIX}/etc/privoxy,' \ -e 's,^\(logdir\) \.,\1 /var/log/privoxy,' \ -e 's,^\(actionsfile user\),#\1,' \ + -e 's,^\(filterfile user\),#\1,' \ ${WRKSRC}/config .if !defined(NOPORTDOCS) ${REINPLACE_CMD} \ @@ -86,9 +86,6 @@ post-patch: .endif ${REINPLACE_CMD} \ -e 's,\(/etc/privoxy\),${PREFIX}\1,' ${WRKSRC}/tools/uagen.pl -# Effectivly apply revision 1.208 to fix a regression test. - ${REINPLACE_CMD} \ - -e 's,\(-fast-redirects -hide-refer\),\1r,' ${WRKSRC}/default.action.master pre-configure: @cd ${WRKSRC}; ${AUTOHEADER} diff --git a/www/privoxy/distinfo b/www/privoxy/distinfo index 4551207d6096..a0657570cf26 100644 --- a/www/privoxy/distinfo +++ b/www/privoxy/distinfo @@ -1,3 +1,2 @@ -MD5 (privoxy-3.0.16-stable-src.tar.gz) = 64d3ffcdf8307e04a375773bb4eb255e -SHA256 (privoxy-3.0.16-stable-src.tar.gz) = 7df74e33cf9263cb8153e5746e4ad09bf82d7c43d175511bb79056b8a4fafee6 -SIZE (privoxy-3.0.16-stable-src.tar.gz) = 1656721 +SHA256 (privoxy-3.0.17-stable-src.tar.gz) = d1de36dc141180a5ab5e910507551564e958cc23a7d8daaa411e1564c208cd77 +SIZE (privoxy-3.0.17-stable-src.tar.gz) = 1670102 |