diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-06 08:52:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-06 08:52:27 +0000 |
commit | a3a66c65f8eb5402446364896e14ac9265ba5035 (patch) | |
tree | 49b333e6a7125ec0da4899c5c07e1f23be48f5a7 /www/privoxy | |
parent | cac12ac2695bf2c015e403ca701c69e280f9c998 (diff) | |
download | ports-a3a66c65f8eb5402446364896e14ac9265ba5035.tar.gz ports-a3a66c65f8eb5402446364896e14ac9265ba5035.zip |
- Update to 3.0.6
PR: ports/106396
Submitted by: Fabian Keil<fk@fabiankeil.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=179006
Diffstat (limited to 'www/privoxy')
-rw-r--r-- | www/privoxy/Makefile | 45 | ||||
-rw-r--r-- | www/privoxy/distinfo | 6 | ||||
-rw-r--r-- | www/privoxy/pkg-plist | 21 |
3 files changed, 55 insertions, 17 deletions
diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index f0eb9c4862f2..202339707818 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/Makefile @@ -6,8 +6,7 @@ # PORTNAME= privoxy -PORTVERSION= 3.0.3 -PORTREVISION= 5 +PORTVERSION= 3.0.6 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ijbswa @@ -26,14 +25,47 @@ SUB_FILES= pkg-message MAKEFILE= GNUmakefile +# privoxy-devel is the development release available at the Privoxy website. +# It's not (yet) part of the FreeBSD ports collection. +CONFLICTS= privoxy-devel-[0-9]* + MAN1= privoxy.1 +OPTIONS= FORCE "Allows to optionally bypass blocks" On \ + TOGGLE "Support for remote toggling" On \ + EDITOR "Enable webbased action editor" On \ + DEBUG "Build with debugging symbols" Off + +.include <bsd.port.pre.mk> + +.if defined(WITHOUT_FORCE) +CONFIGURE_ARGS+= --disable-force +.endif + +.if defined(WITHOUT_TOGGLE) +CONFIGURE_ARGS+= --disable-toggle +.endif + +.if defined(WITHOUT_EDITOR) +CONFIGURE_ARGS+= --disable-editor +.endif + +.if defined(WITH_DEBUG) +CONFIGURE_ARGS+= --with-debug +.endif + post-patch: ${REINPLACE_CMD} \ -e 's,^\(confdir\) \.,\1 ${PREFIX}/etc/privoxy,' \ -e 's,^\(logdir\) \.,\1 /var/log/privoxy,' \ -e 's,^\(actionsfile user\),#\1,' \ ${WRKSRC}/config +.if !defined(NOPORTDOCS) + ${REINPLACE_CMD} \ + -e 's,^#\(user-manual\) http://www.privoxy.org/user-manual/,\1 ${PREFIX}/share/doc/privoxy-manual,' \ + ${WRKSRC}/config + +.endif pre-configure: @cd ${WRKSRC}; ${AUTOHEADER} @@ -50,11 +82,12 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/etc/privoxy .endfor @${INSTALL_MAN} ${WRKSRC}/privoxy.1 ${MANPREFIX}/man/man1 +# @${MKDIR} ${PREFIX}/share/examples/privoxy +# @${INSTALL_DATA} ${WRKSRC}/user.action ${PREFIX}/share/examples/privoxy .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/privoxy-manual - @if [ -d ${WRKSRC}/doc/webserver/user-manual ]; then \ - ${INSTALL_DATA} ${WRKSRC}/doc/webserver/user-manual/[a-z]* ${PREFIX}/share/doc/privoxy-manual; \ - fi + ${INSTALL_DATA} ${WRKSRC}/doc/webserver/user-manual/[a-z]* ${PREFIX}/share/doc/privoxy-manual + ${INSTALL_DATA} ${WRKSRC}/doc/webserver/p_doc.css ${PREFIX}/share/doc/privoxy-manual .endif post-install: @@ -66,4 +99,4 @@ post-install: ${CHMOD} 0750 /var/run/privoxy @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/www/privoxy/distinfo b/www/privoxy/distinfo index e037cf1f90af..3a49ca9c4268 100644 --- a/www/privoxy/distinfo +++ b/www/privoxy/distinfo @@ -1,3 +1,3 @@ -MD5 (privoxy-3.0.3-stable-src.tar.gz) = b0710be8af09409bfb03f52523a17010 -SHA256 (privoxy-3.0.3-stable-src.tar.gz) = 4dab0049049c1ae6cfb00faea606d981535d0f0a65aab17e3179cc3d75de9f84 -SIZE (privoxy-3.0.3-stable-src.tar.gz) = 1561072 +MD5 (privoxy-3.0.6-stable-src.tar.gz) = c3b34c620e1174f0c0b91aa2a04ceae4 +SHA256 (privoxy-3.0.6-stable-src.tar.gz) = 49e49d92d3b22c0fe730fef0f067668a51bb8a7aae53277ba709f301066e5dc0 +SIZE (privoxy-3.0.6-stable-src.tar.gz) = 1755661 diff --git a/www/privoxy/pkg-plist b/www/privoxy/pkg-plist index 734f86275af5..717fd9131ead 100644 --- a/www/privoxy/pkg-plist +++ b/www/privoxy/pkg-plist @@ -38,20 +38,25 @@ etc/privoxy/templates/toggle etc/privoxy/templates/toggle-mini etc/privoxy/templates/untrusted %%PORTDOCS%%share/doc/privoxy-manual/actions-file.html -%%PORTDOCS%%share/doc/privoxy-manual/configuration.html -%%PORTDOCS%%share/doc/privoxy-manual/filter-file.html -%%PORTDOCS%%share/doc/privoxy-manual/introduction.html -%%PORTDOCS%%share/doc/privoxy-manual/startup.html %%PORTDOCS%%share/doc/privoxy-manual/appendix.html -%%PORTDOCS%%share/doc/privoxy-manual/contact.html -%%PORTDOCS%%share/doc/privoxy-manual/index.html -%%PORTDOCS%%share/doc/privoxy-manual/quickstart.html -%%PORTDOCS%%share/doc/privoxy-manual/templates.html %%PORTDOCS%%share/doc/privoxy-manual/config.html +%%PORTDOCS%%share/doc/privoxy-manual/configuration.html +%%PORTDOCS%%share/doc/privoxy-manual/contact.html %%PORTDOCS%%share/doc/privoxy-manual/copyright.html +%%PORTDOCS%%share/doc/privoxy-manual/files-in-use.jpg +%%PORTDOCS%%share/doc/privoxy-manual/filter-file.html +%%PORTDOCS%%share/doc/privoxy-manual/index.html %%PORTDOCS%%share/doc/privoxy-manual/installation.html +%%PORTDOCS%%share/doc/privoxy-manual/introduction.html +%%PORTDOCS%%share/doc/privoxy-manual/p_doc.css +%%PORTDOCS%%share/doc/privoxy-manual/proxy2.jpg +%%PORTDOCS%%share/doc/privoxy-manual/proxy_setup.jpg +%%PORTDOCS%%share/doc/privoxy-manual/quickstart.html %%PORTDOCS%%share/doc/privoxy-manual/seealso.html +%%PORTDOCS%%share/doc/privoxy-manual/startup.html +%%PORTDOCS%%share/doc/privoxy-manual/templates.html %%PORTDOCS%%share/doc/privoxy-manual/upgradersnote.html +%%PORTDOCS%%share/doc/privoxy-manual/whatsnew.html %%PORTDOCS%%@dirrm share/doc/privoxy-manual @dirrm etc/privoxy/templates @dirrm etc/privoxy |