aboutsummaryrefslogtreecommitdiffstats
path: root/www/privoxy/Makefile
diff options
context:
space:
mode:
authorsahil <sahil@FreeBSD.org>2010-11-27 14:49:01 +0800
committersahil <sahil@FreeBSD.org>2010-11-27 14:49:01 +0800
commitaa692e07393a7321dcd468edaa99070abccb67ca (patch)
treecad843ae41db21247be0bd85e67be306ff55bdcc /www/privoxy/Makefile
parentcd0aa3a015844c1da2e54312b02a9763b64dcde8 (diff)
downloadfreebsd-ports-graphics-aa692e07393a7321dcd468edaa99070abccb67ca.tar.gz
freebsd-ports-graphics-aa692e07393a7321dcd468edaa99070abccb67ca.tar.zst
freebsd-ports-graphics-aa692e07393a7321dcd468edaa99070abccb67ca.zip
- Update to 3.0.17
PR: ports/152233 Submitted by: Fabian Keil <fk@fabiankeil.de> (maintainer)
Diffstat (limited to 'www/privoxy/Makefile')
-rw-r--r--www/privoxy/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile
index d77abc7458f..a3e3a0e1be6 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}