View | Details | Raw Unified | Return to bug 195468
Collapse All | Expand All

(-)b/www/privoxy/Makefile (-2 / +8 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	privoxy
4
PORTNAME=	privoxy
5
PORTVERSION=	3.0.21
5
PORTVERSION=	3.0.22
6
PORTREVISION=	2
7
CATEGORIES=	www ipv6
6
CATEGORIES=	www ipv6
8
MASTER_SITES=	SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29
7
MASTER_SITES=	SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29
9
DISTNAME=	privoxy-${PORTVERSION}-stable-src
8
DISTNAME=	privoxy-${PORTVERSION}-stable-src
Lines 80-85 post-patch: Link Here
80
		${WRKSRC}/config
79
		${WRKSRC}/config
81
	${REINPLACE_CMD} \
80
	${REINPLACE_CMD} \
82
		-e 's,\(/etc/privoxy\),${PREFIX}\1,' ${WRKSRC}/tools/uagen.pl
81
		-e 's,\(/etc/privoxy\),${PREFIX}\1,' ${WRKSRC}/tools/uagen.pl
82
	# Mimic upstream commit v1.209 to fix compilation with --disable-force.
83
	${REINPLACE_CMD} \
84
		-E 's@#(ifdef|endif).*FEATURE_FORCE_LOAD.*@@' ${WRKSRC}/project.h
85
	# Mimic upstream commit v1.57 to get the tests working with the default config.
86
	${REINPLACE_CMD} \
87
		-e 's@\(keep-alive-timeout\\s\+\).*@\1(2[1-9]+|[3-9]\\d+|1\\d{2,})@' \
88
		${WRKSRC}/regression-tests.action
83
89
84
pre-configure:
90
pre-configure:
85
	@(cd ${WRKSRC}; ${AUTOHEADER})
91
	@(cd ${WRKSRC}; ${AUTOHEADER})
(-)b/www/privoxy/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (privoxy-3.0.21-stable-src.tar.gz) = 5ec7e601948d2bd0ebf0ebe90eed7d49e7663c395ce16d0403e91ea2d459ddb8
1
SHA256 (privoxy-3.0.22-stable-src.tar.gz) = 1a214fec1f3616ea7ff42f1ecdb67ce82690199ec403de9d34b99d0896efcc41
2
SIZE (privoxy-3.0.21-stable-src.tar.gz) = 1733120
2
SIZE (privoxy-3.0.22-stable-src.tar.gz) = 1737251
(-)b/www/privoxy/pkg-plist (-6 lines)
Lines 66-73 etc/privoxy/templates/url-info-osd.xml Link Here
66
%%EXAMPLESDIR%%/match-all.action
66
%%EXAMPLESDIR%%/match-all.action
67
%%EXAMPLESDIR%%/trust
67
%%EXAMPLESDIR%%/trust
68
%%EXAMPLESDIR%%/user.action
68
%%EXAMPLESDIR%%/user.action
69
@dirrmtry %%EXAMPLESDIR%%
70
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/user-manual
71
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
72
@dirrmtry etc/privoxy/templates
73
@dirrmtry etc/privoxy
74
- 

Return to bug 195468