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

(-)www/privoxy/Makefile (-3 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	privoxy
8
PORTNAME=	privoxy
9
PORTVERSION=	3.0.8
9
PORTVERSION=	3.0.10
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	ijbswa
12
MASTER_SITE_SUBDIR=	ijbswa
Lines 33-45 Link Here
33
33
34
MAN1=		privoxy.1
34
MAN1=		privoxy.1
35
35
36
CONFIGURE_ARGS=	--enable-zlib
37
CONFIGURE_ENV=	LDFLAGS=-L${LOCALBASE}/lib \
36
CONFIGURE_ENV=	LDFLAGS=-L${LOCALBASE}/lib \
38
		CPPFLAGS=-I${LOCALBASE}/include/
37
		CPPFLAGS=-I${LOCALBASE}/include/
39
38
40
OPTIONS=	FORCE "Allows to optionally bypass blocks" On \
39
OPTIONS=	FORCE "Allows to optionally bypass blocks" On \
41
		TOGGLE "Support for remote toggling" On \
40
		TOGGLE "Support for remote toggling" On \
42
		EDITOR "Enable webbased action editor" On \
41
		EDITOR "Allow to enable the webbased action editor" On \
43
		DEBUG "Build with debugging symbols" Off
42
		DEBUG "Build with debugging symbols" Off
44
43
45
.include <bsd.port.pre.mk>
44
.include <bsd.port.pre.mk>
(-)www/privoxy/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (privoxy-3.0.8-stable-src.tar.gz) = 252c0e085218fb930c4bc7563e9cedd9
1
MD5 (privoxy-3.0.10-stable-src.tar.gz) = 01281017f28be2c7133124d1768da364
2
SHA256 (privoxy-3.0.8-stable-src.tar.gz) = ecd51cb2785691f4e90e07d147f5ec89a151b2e578f71afb26bdd90195478499
2
SHA256 (privoxy-3.0.10-stable-src.tar.gz) = 3d9f9f56482012ddab396caf73f4c401746a4eeebd6c763b04f6108e48a9094f
3
SIZE (privoxy-3.0.8-stable-src.tar.gz) = 2007961
3
SIZE (privoxy-3.0.10-stable-src.tar.gz) = 1957465
(-)www/privoxy/pkg-plist (+1 lines)
Lines 36-41 Link Here
36
etc/privoxy/templates/toggle
36
etc/privoxy/templates/toggle
37
etc/privoxy/templates/toggle-mini
37
etc/privoxy/templates/toggle-mini
38
etc/privoxy/templates/untrusted
38
etc/privoxy/templates/untrusted
39
etc/privoxy/templates/url-info-osd.xml
39
%%PORTDOCS%%%%DOCSDIR%%/user-manual/actions-file.html
40
%%PORTDOCS%%%%DOCSDIR%%/user-manual/actions-file.html
40
%%PORTDOCS%%%%DOCSDIR%%/user-manual/appendix.html
41
%%PORTDOCS%%%%DOCSDIR%%/user-manual/appendix.html
41
%%PORTDOCS%%%%DOCSDIR%%/user-manual/config.html
42
%%PORTDOCS%%%%DOCSDIR%%/user-manual/config.html

Return to bug 126607