cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/privoxy/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile 22 Jun 2003 17:24:42 -0000 1.5
+++ Makefile 28 Sep 2003 18:33:41 -0000
@@ -3,7 +3,7 @@
COMMENT= "web proxy with advanced filtering capabilities"
DISTNAME= privoxy-3.0.2-stable
-PKGNAME= ${DISTNAME:S/-stable//}p0
+PKGNAME= ${DISTNAME:S/-stable//}p1
CATEGORIES= www
HOMEPAGE= http://www.privoxy.org/
cvs server: Diffing patches
cvs server: Diffing pkg
Index: pkg/DEINSTALL
===================================================================
RCS file: /cvs/ports/www/privoxy/pkg/DEINSTALL,v
retrieving revision 1.2
diff -u -r1.2 DEINSTALL
--- pkg/DEINSTALL 22 Jun 2003 17:24:42 -0000 1.2
+++ pkg/DEINSTALL 28 Sep 2003 18:33:41 -0000
@@ -14,8 +14,12 @@
echo "| To completely deinstall the $1 package you need to perform"
echo "| these steps as root:"
echo "|"
-echo "| rm -rf $CONFIG_DIR"
-echo "| rm -rf $LOG_DIR"
+if [ "$PKG_DELETE_EXTRA" != Yes -a -d $CONFIG_DIR ]; then
+ echo "| rm -rf $CONFIG_DIR"
+fi
+if [ "$PKG_DELETE_EXTRA" != Yes -a -d $LOG_DIR ]; then
+ echo "| rm -rf $LOG_DIR"
+fi
echo "| rmuser _privoxy"
echo "|"
echo "| Do not do this if you plan on re-installing $1"
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/privoxy/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST 29 Nov 2002 09:41:39 -0000 1.1.1.1
+++ pkg/PLIST 28 Sep 2003 18:33:41 -0000
@@ -43,3 +43,47 @@
@dirrm share/examples/privoxy/templates
@dirrm share/examples/privoxy
@dirrm share/doc/privoxy
+@cwd ${SYSCONFDIR}
+@extra privoxy/templates/blocked
+@extra privoxy/templates/cgi-error-404
+@extra privoxy/templates/cgi-error-bad-param
+@extra privoxy/templates/cgi-error-disabled
+@extra privoxy/templates/cgi-error-file
+@extra privoxy/templates/cgi-error-file-read-only
+@extra privoxy/templates/cgi-error-modified
+@extra privoxy/templates/cgi-error-parse
+@extra privoxy/templates/cgi-style.css
+@extra privoxy/templates/connect-failed
+@extra privoxy/templates/default
+@extra privoxy/templates/edit-actions-add-url-form
+@extra privoxy/templates/edit-actions-for-url
+@extra privoxy/templates/edit-actions-for-url-filter
+@extra privoxy/templates/edit-actions-list
+@extra privoxy/templates/edit-actions-list-button
+@extra privoxy/templates/edit-actions-list-section
+@extra privoxy/templates/edit-actions-list-url
+@extra privoxy/templates/edit-actions-remove-url-form
+@extra privoxy/templates/edit-actions-url-form
+@extra privoxy/templates/mod-local-help
+@extra privoxy/templates/mod-support-and-service
+@extra privoxy/templates/mod-title
+@extra privoxy/templates/mod-unstable-warning
+@extra privoxy/templates/no-such-domain
+@extra privoxy/templates/show-request
+@extra privoxy/templates/show-status
+@extra privoxy/templates/show-status-file
+@extra privoxy/templates/show-url-info
+@extra privoxy/templates/show-version
+@extra privoxy/templates/toggle
+@extra privoxy/templates/toggle-mini
+@extra privoxy/templates/untrusted
+@extra privoxy/templates/
+@extra privoxy/config
+@extra privoxy/default.action
+@extra privoxy/standard.action
+@extra privoxy/user.action
+@extra privoxy/default.filter
+@extra privoxy/
+@cwd /var/log
+@extraunexec rm -rf /var/log/privoxy/*
+@extra privoxy/
|