diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-08-18 00:47:17 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-08-18 00:47:17 +0000 |
commit | 584c05109adac8e99340806edceb57d36925d7d3 (patch) | |
tree | 10bf68c447b25b627bd18c4ed6b271b280bb93cb /www/privoxy | |
parent | f3dfcb7755ad329e43f184c249ef113f4bbf4f5d (diff) |
[MAINTAINER] Update www/privoxy to 3.0.10
The attached patch updates www/privoxy from 3.0.8
to 3.0.10 (3.0.9 was a beta). The ChangeLog is available
at: http://www.privoxy.org/announce.txt
PR: ports/126607
Submitted by: Fabian Keil <fk@fabiankeil.de>
Notes
Notes:
svn path=/head/; revision=218739
Diffstat (limited to 'www/privoxy')
-rw-r--r-- | www/privoxy/Makefile | 5 | ||||
-rw-r--r-- | www/privoxy/distinfo | 6 | ||||
-rw-r--r-- | www/privoxy/pkg-plist | 1 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index 24ed3cef080b..041db82e6dde 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= privoxy -PORTVERSION= 3.0.8 +PORTVERSION= 3.0.10 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ijbswa @@ -33,13 +33,12 @@ CONFLICTS= privoxy-devel-[0-9]* MAN1= privoxy.1 -CONFIGURE_ARGS= --enable-zlib CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib \ CPPFLAGS=-I${LOCALBASE}/include/ OPTIONS= FORCE "Allows to optionally bypass blocks" On \ TOGGLE "Support for remote toggling" On \ - EDITOR "Enable webbased action editor" On \ + EDITOR "Allow to enable the webbased action editor" On \ DEBUG "Build with debugging symbols" Off .include <bsd.port.pre.mk> diff --git a/www/privoxy/distinfo b/www/privoxy/distinfo index 37567ba4c2c7..34d011015642 100644 --- a/www/privoxy/distinfo +++ b/www/privoxy/distinfo @@ -1,3 +1,3 @@ -MD5 (privoxy-3.0.8-stable-src.tar.gz) = 252c0e085218fb930c4bc7563e9cedd9 -SHA256 (privoxy-3.0.8-stable-src.tar.gz) = ecd51cb2785691f4e90e07d147f5ec89a151b2e578f71afb26bdd90195478499 -SIZE (privoxy-3.0.8-stable-src.tar.gz) = 2007961 +MD5 (privoxy-3.0.10-stable-src.tar.gz) = 01281017f28be2c7133124d1768da364 +SHA256 (privoxy-3.0.10-stable-src.tar.gz) = 3d9f9f56482012ddab396caf73f4c401746a4eeebd6c763b04f6108e48a9094f +SIZE (privoxy-3.0.10-stable-src.tar.gz) = 1957465 diff --git a/www/privoxy/pkg-plist b/www/privoxy/pkg-plist index 4f3784ff9fd9..df7d42aebae8 100644 --- a/www/privoxy/pkg-plist +++ b/www/privoxy/pkg-plist @@ -36,6 +36,7 @@ etc/privoxy/templates/show-version etc/privoxy/templates/toggle etc/privoxy/templates/toggle-mini etc/privoxy/templates/untrusted +etc/privoxy/templates/url-info-osd.xml %%PORTDOCS%%%%DOCSDIR%%/user-manual/actions-file.html %%PORTDOCS%%%%DOCSDIR%%/user-manual/appendix.html %%PORTDOCS%%%%DOCSDIR%%/user-manual/config.html |