diff -u -ruN /usr/ports/.zfs/snapshot/2009-02-19/www/privoxy/Makefile www/privoxy/Makefile --- /usr/ports/.zfs/snapshot/2009-02-19/www/privoxy/Makefile 2008-08-21 09:38:34.634777744 +0200 +++ www/privoxy/Makefile 2009-02-22 11:22:18.278201063 +0100 @@ -6,7 +6,7 @@ # PORTNAME= privoxy -PORTVERSION= 3.0.10 +PORTVERSION= 3.0.11 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ijbswa @@ -83,11 +83,11 @@ @${MKDIR} ${PREFIX}/etc/privoxy/templates @${INSTALL_PROGRAM} ${WRKSRC}/privoxy ${PREFIX}/sbin @${INSTALL_DATA} ${WRKSRC}/templates/[a-z]* ${PREFIX}/etc/privoxy/templates -.for defaultfile in default.action standard.action default.filter +.for defaultfile in match-all.action default.action default.filter @${INSTALL_DATA} ${WRKSRC}/${defaultfile} ${PREFIX}/etc/privoxy - @${CHOWN} privoxy:privoxy ${PREFIX}/etc/privoxy/${defaultfile} - @${CHMOD} 0640 ${PREFIX}/etc/privoxy/${defaultfile} .endfor + @${CHOWN} privoxy:privoxy ${PREFIX}/etc/privoxy/match-all.action + @${CHMOD} 0640 ${PREFIX}/etc/privoxy/match-all.action @${MKDIR} ${EXAMPLESDIR} .for examplefile in config trust user.action @${INSTALL_DATA} ${WRKSRC}/${examplefile} ${EXAMPLESDIR}/ diff -u -ruN /usr/ports/.zfs/snapshot/2009-02-19/www/privoxy/distinfo www/privoxy/distinfo --- /usr/ports/.zfs/snapshot/2009-02-19/www/privoxy/distinfo 2008-08-16 20:01:04.644006990 +0200 +++ www/privoxy/distinfo 2009-02-21 22:25:42.971547009 +0100 @@ -1,3 +1,3 @@ -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 +MD5 (privoxy-3.0.11-stable-src.tar.gz) = 438d048de32d80ca7b17e72bdf5c7c3f +SHA256 (privoxy-3.0.11-stable-src.tar.gz) = cd1a3d2be048cba26ba70b4896709d8a0d2d2bbc0adca4b5a260319674098926 +SIZE (privoxy-3.0.11-stable-src.tar.gz) = 2050049 diff -u -ruN /usr/ports/.zfs/snapshot/2009-02-19/www/privoxy/files/pkg-message.in www/privoxy/files/pkg-message.in --- /usr/ports/.zfs/snapshot/2009-02-19/www/privoxy/files/pkg-message.in 2008-01-26 11:25:31.961712639 +0100 +++ www/privoxy/files/pkg-message.in 2009-02-21 22:57:50.373004492 +0100 @@ -14,11 +14,10 @@ For documentation see: %%DOCSDIR%%/user-manual or 'man privoxy' - Note that default.filter, standard.action and - default.action get overwritten with each Privoxy - update. Instead of changing them you should use - your own action and filter files as described in - Privoxy's manual. + Note that default.filter and default.action get + overwritten with each Privoxy update. Instead of + changing them you should use your own action and + filter files as described in Privoxy's manual. If you installed Privoxy as package and are using the default configuration, you have to make sure the diff -u -ruN /usr/ports/.zfs/snapshot/2009-02-19/www/privoxy/files/privoxy.in www/privoxy/files/privoxy.in --- /usr/ports/.zfs/snapshot/2009-02-19/www/privoxy/files/privoxy.in 2007-05-10 22:18:31.000000000 +0200 +++ www/privoxy/files/privoxy.in 2009-02-16 22:44:18.879647895 +0100 @@ -4,7 +4,7 @@ # # # PROVIDE: privoxy -# REQUIRE: NETWORKING +# REQUIRE: DAEMON # BEFORE: LOGIN # # This rc script understands the following variables diff -u -ruN /usr/ports/.zfs/snapshot/2009-02-19/www/privoxy/pkg-plist www/privoxy/pkg-plist --- /usr/ports/.zfs/snapshot/2009-02-19/www/privoxy/pkg-plist 2008-08-16 20:02:37.152355638 +0200 +++ www/privoxy/pkg-plist 2009-02-16 22:47:53.273355106 +0100 @@ -1,7 +1,7 @@ sbin/privoxy etc/privoxy/default.action etc/privoxy/default.filter -etc/privoxy/standard.action +etc/privoxy/match-all.action etc/privoxy/templates/blocked etc/privoxy/templates/cgi-error-404 etc/privoxy/templates/cgi-error-bad-param