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

(-)b/www/privoxy/Makefile (-8 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	privoxy
4
PORTNAME=	privoxy
5
PORTVERSION=	3.0.22
5
PORTVERSION=	3.0.23
6
CATEGORIES=	www ipv6
6
CATEGORIES=	www ipv6
7
MASTER_SITES=	SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29
7
MASTER_SITES=	SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29
8
DISTNAME=	privoxy-${PORTVERSION}-stable-src
8
DISTNAME=	privoxy-${PORTVERSION}-stable-src
Lines 79-91 post-patch: Link Here
79
		${WRKSRC}/config
79
		${WRKSRC}/config
80
	${REINPLACE_CMD} \
80
	${REINPLACE_CMD} \
81
		-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
89
82
90
pre-configure:
83
pre-configure:
91
	@(cd ${WRKSRC}; ${AUTOHEADER})
84
	@(cd ${WRKSRC}; ${AUTOHEADER})
(-)b/www/privoxy/distinfo (-3 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (privoxy-3.0.22-stable-src.tar.gz) = 1a214fec1f3616ea7ff42f1ecdb67ce82690199ec403de9d34b99d0896efcc41
1
SHA256 (privoxy-3.0.23-stable-src.tar.gz) = 80b1a172d0518a9f95cde83d18dc62b9c7f117b9ada77bdcd3d310107f28f964
2
SIZE (privoxy-3.0.22-stable-src.tar.gz) = 1737251
2
SIZE (privoxy-3.0.23-stable-src.tar.gz) = 1715099
3
- 

Return to bug 197089