Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Aug 2011 19:42:42 +0800 (CST)
From:      John Chen <johnpupu@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        itetcu@FreeBSD.org
Subject:   ports/159579: [PATCH] mail/dspam: update to 3.10.0
Message-ID:  <201108071142.p77BggeC093650@www.johnpupu.tw>
Resent-Message-ID: <201108071150.p77Bo8XJ049699@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         159579
>Category:       ports
>Synopsis:       [PATCH] mail/dspam: update to 3.10.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 07 11:50:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     John Chen
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
Watcher
>Environment:
System: FreeBSD www.johnpupu.tw 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011
>Description:
- Update to 3.10.0

Removed file(s):
- files/patch-scripts__train.pl

Port maintainer (itetcu@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- dspam-3.10.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/dspam.orig/Makefile /usr/ports/mail/dspam/Makefile
--- /usr/ports/mail/dspam.orig/Makefile	2010-12-04 15:32:29.000000000 +0800
+++ /usr/ports/mail/dspam/Makefile	2011-08-07 19:32:36.000000000 +0800
@@ -11,8 +11,7 @@
 # Thanks.
 
 PORTNAME=	dspam
-PORTVERSION=	3.9.0
-PORTREVISION=	1
+PORTVERSION=	3.10.0
 CATEGORIES=	mail
 MASTER_SITES=	SF \
 		http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/
@@ -21,7 +20,7 @@
 MAINTAINER=	itetcu@FreeBSD.org
 COMMENT=	Bayesian spam filter - stable maintenance version
 
-MIN_OPTIONS_VER=	${PORTNAME}-3.9.0
+MIN_OPTIONS_VER=	${PORTNAME}-3.10.0
 
 ## debug / log / admin options
 OPTIONS=	SYSLOG "Logs via syslog" on
@@ -36,9 +35,6 @@
 OPTIONS+=	CLAMAV_DEVEL "Enable clamav support" off
 OPTIONS+=	CLAMAV_LOCAL "RUN_DEPEND on selected clamav" on
 #
-OPTIONS+=	MYSQL40 "Use MySQL 4.0.x as back-end" off
-OPTIONS+=	MYSQL41 "Use MySQL 4.1.x as back-end" off
-OPTIONS+=	MYSQL50 "Use MySQL 5.0.x as back-end" on
 OPTIONS+=	MYSQL51 "Use MySQL 5.1.x as back-end" off
 OPTIONS+=	MYSQL55 "Use MySQL 5.5.x as back-end" off
 OPTIONS+=	MYSQL_COMPRESS "Compress dspam <--> MySQL" off
@@ -81,9 +77,9 @@
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 #CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ENV=	CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
-		CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib" \
+CFLAGS="${PTHREAD_CFLAGS}"
+CPPFLAGS="-I${LOCALBASE}/include"
+CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib" \
 		LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
 
 .ifdef(GDBS)
@@ -240,16 +236,7 @@
 PLIST_SUB+=	HASH="@comment "
 .endif
 
-.ifdef(WITH_MYSQL40)
-WANT_MYSQL_VER=	40
-#PKGNAMESUFFIX=	-mysql40
-.elifdef(WITH_MYSQL41)
-WANT_MYSQL_VER=	41
-#PKGNAMESUFFIX=	-mysql41
-.elifndef(WITHOUT_MYSQL50)
-WANT_MYSQL_VER=	50
-#PKGNAMESUFFIX=	-mysql50
-.elifdef(WITH_MYSQL51)
+.ifdef(WITH_MYSQL51)
 WANT_MYSQL_VER=	51
 #PKGNAMESUFFIX=	-mysql51
 .elifdef(WITH_MYSQL55)
@@ -257,8 +244,7 @@
 #PKGNAMESUFFIX=	-mysql55
 .endif
 
-.if defined(WITH_MYSQL40) || defined(WITH_MYSQL41) || \
-	!defined(WITHOUT_MYSQL50) || defined(WITH_MYSQL51) || defined(WITH_MYSQL55)
+.if defined(WITH_MYSQL51) || defined(WITH_MYSQL55)
 USE_MYSQL=	yes
 CONFIGURE_ARGS+=	--with-mysql-includes=${LOCALBASE}/include/mysql \
 		--with-mysql-libraries=${LOCALBASE}/lib/mysql
@@ -340,9 +326,7 @@
 .endif
 
 .ifdef(WITH_EXIM_LDA)
-.	ifdef(WITH_MYSQL40) || (WITH_MYSQL41)
-_EXIM_EXT=	-mysql
-.	elifdef(WITH_POSTGRESQL)
+.	ifdef(WITH_POSTGRESQL)
 _EXIM_EXT=	-postgresql
 .	endif
 RUN_DEPENDS+=	exim:${PORTSDIR}/mail/exim${_EXIM_EXT}
@@ -418,7 +402,7 @@
 .endif
 
 MAN1=	dspam.1 dspam_clean.1 dspam_dump.1 dspam_merge.1 dspam_stats.1 \
-	dspam_train.1
+			dspam_train.1 dspam_admin.1 dspam_crc.1 dspam_logrotate.1
 MAN3=	libdspam.3
 MLINKS=		libdspam.3 dspam_init.3
 MLINKS+=	libdspam.3 dspam_create.3
@@ -428,6 +412,7 @@
 MLINKS+=	libdspam.3 dspam_getsource.3
 MLINKS+=	libdspam.3 dspam_destroy.3
 MLINKS+=	libdspam.3 dspam_detach.3
+MLINKS+=	libdspam.3 dspam_clearattributes.3
 
 _DOCS=	CHANGELOG LICENSE README README.FreeBSD RELEASE.NOTES UPGRADING
 _DOCSL=	courier.txt exim.txt markov.txt mysql_drv.txt pgsql_drv.txt \
@@ -482,7 +467,6 @@
 		${WRKSRC}/src/tools.sqlite_drv/purge-2.sql
 	@${REINPLACE_CMD} -e "s|where julianday('now')-julianday(created_on) > 14;|where julianday('now')-julianday(created_on) > ${SIGNATURE_LIFE};|" \
 		 ${WRKSRC}/src/tools.sqlite_drv/purge-3.sql
-	@${REINPLACE_CMD} -e "s^%%PERL%%^${PERL}^; s^%%DSPAM_PATH%%^${PREFIX}/bin^" ${WRKSRC}/scripts/train.pl
 
 pre-configure:
 	@${ECHO_CMD}
@@ -511,7 +495,7 @@
 	@${ECHO_CMD} "You need MySQL, PostgreSQL or Hash for Daemon mode, because multithreading support is needed"
 	@${FALSE}
 .endif
-.if ( defined(WITH_MYSQL40) && defined(WITH_MYSQL41) && !defined(WITHOUT_MYSQL50) && defined(WITH_MYSQL51))
+.if ( defined(WITH_MYSQL51) && defined(WITH_MYSQL55) )
 	@${ECHO_CMD} "You can compile with only one MySQL version driver."
 	@${FALSE}
 .endif
diff -ruN --exclude=CVS /usr/ports/mail/dspam.orig/distinfo /usr/ports/mail/dspam/distinfo
--- /usr/ports/mail/dspam.orig/distinfo	2011-07-03 21:52:48.000000000 +0800
+++ /usr/ports/mail/dspam/distinfo	2011-08-07 19:17:43.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (dspam-3.9.0.tar.gz) = fb2b0d0e49d44e077e665041041035c3a882d858c03265dd0955664c0fa934ae
-SIZE (dspam-3.9.0.tar.gz) = 973232
+SHA256 (dspam-3.10.0.tar.gz) = 9195f584bbfdf8d55efe6b383aac551c1ebbd2024305502f1fd7491da5f7e29b
+SIZE (dspam-3.10.0.tar.gz) = 1027188
diff -ruN --exclude=CVS /usr/ports/mail/dspam.orig/files/patch-scripts__train.pl /usr/ports/mail/dspam/files/patch-scripts__train.pl
--- /usr/ports/mail/dspam.orig/files/patch-scripts__train.pl	2010-01-20 02:25:27.000000000 +0800
+++ /usr/ports/mail/dspam/files/patch-scripts__train.pl	1970-01-01 08:00:00.000000000 +0800
@@ -1,17 +0,0 @@
---- ./scripts/train.pl.orig	2010-01-11 23:21:58.000000000 +0200
-+++ ./scripts/train.pl	2010-01-17 18:52:16.000000000 +0200
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl
-+#!%%PERL%%
- 
- # train.pl
- # This tool trains a corpus of messages (a directory containing a nonspam and
-@@ -14,7 +14,7 @@
- use vars qw { $USER $PATH $REPORTING_WINDOW $CORPUS $TRAINING_MODE };
- 
- $REPORTING_WINDOW  = 250;			# How often to summarize
--$PATH              = "/usr/local/dspam/bin";	# Path to dspam binaries
-+$PATH              = "%%DSPAM_PATH%%";		# Path to dspam binaries
- $TRAINING_MODE     = "teft";			# Training mode
- 
- ### DO NOT CONFIGURE BELOW THIS LINE ###
diff -ruN --exclude=CVS /usr/ports/mail/dspam.orig/files/patch-src__dspam.conf.in /usr/ports/mail/dspam/files/patch-src__dspam.conf.in
--- /usr/ports/mail/dspam.orig/files/patch-src__dspam.conf.in	2010-01-20 02:25:27.000000000 +0800
+++ /usr/ports/mail/dspam/files/patch-src__dspam.conf.in	2011-08-07 19:15:26.000000000 +0800
@@ -1,14 +1,6 @@
---- ./src/dspam.conf.in.orig	2010-01-11 23:21:58.000000000 +0200
-+++ ./src/dspam.conf.in	2010-01-17 18:49:37.000000000 +0200
-@@ -56,6 +56,7 @@
- # necessary if you plan on allowing untrusted processing.
- #
- #UntrustedDeliveryAgent "/usr/bin/procmail -d %u"
-+#QuarantineAgent "@delivery_agent@"
- 
- #
- # SMTP or LMTP Delivery: Alternatively, you may wish to use SMTP or LMTP 
-@@ -330,7 +331,7 @@
+--- src/dspam.conf.in.orig	2011-08-07 16:17:50.000000000 +0800
++++ src/dspam.conf.in	2011-08-07 16:19:51.000000000 +0800
+@@ -350,7 +350,7 @@
  # Storage driver settings: Specific to a particular storage driver. Uncomment
  # the configuration specific to your installation, if applicable.
  #
@@ -17,7 +9,7 @@
  #MySQLPort		
  #MySQLUser		dspam
  #MySQLPass		changeme
-@@ -341,7 +342,7 @@
+@@ -361,7 +361,7 @@
  # If you are using replication for clustering, you can also specify a separate
  # server to perform all writes to.
  #
@@ -26,7 +18,7 @@
  #MySQLWritePort		
  #MySQLWriteUser		dspam
  #MySQLWritePass		changeme
-@@ -778,6 +779,7 @@
+@@ -804,6 +804,7 @@
  #ServerHost		127.0.0.1
  #ServerPort		24
  #ServerQueueSize	32
@@ -34,13 +26,13 @@
  #ServerPID		/var/run/dspam.pid
  
  #
-@@ -814,14 +816,15 @@
+@@ -840,14 +841,15 @@
  # you are running the client and server on the same machine, as it eliminates
  # much of the bandwidth overhead.
  #
 -#ServerDomainSocketPath	"/tmp/dspam.sock"
 +# keep this is sync with /usr/local/etc/rc.d/dspam[.sh] rc.d script
-+#ServerDomainSocketPath  "/var/run/dspam.sock"
++#ServerDomainSocketPath	"/var/run/dspam.sock"
  
  #
  # Client Mode: If you are running DSPAM in client/server mode, uncomment and
diff -ruN --exclude=CVS /usr/ports/mail/dspam.orig/pkg-plist /usr/ports/mail/dspam/pkg-plist
--- /usr/ports/mail/dspam.orig/pkg-plist	2010-01-20 02:25:26.000000000 +0800
+++ /usr/ports/mail/dspam/pkg-plist	2011-08-07 19:18:23.000000000 +0800
@@ -1,9 +1,4 @@
-%%HASH%%bin/cssstat
-%%HASH%%bin/csscompress
-%%HASH%%bin/cssclean
-%%HASH%%bin/cssconvert
 bin/dspam
-bin/dspamc
 bin/dspam_2sql
 bin/dspam_admin
 bin/dspam_clean
@@ -11,10 +6,10 @@
 bin/dspam_dump
 bin/dspam_logrotate
 bin/dspam_merge
-%%PGSQL%%bin/dspam_pg2int8
+bin/dspam_notify
 bin/dspam_stats
 bin/dspam_train
-@unexec if cmp -s %D/etc/dspam.conf %D/etc/dspam.conf.sample; then rm -f %D/etc/dspam.conf; fi
+bin/dspamc
 etc/dspam.conf.sample
 include/dspam/buffer.h
 include/dspam/config.h
@@ -22,7 +17,6 @@
 include/dspam/decode.h
 include/dspam/diction.h
 include/dspam/error.h
-include/dspam/external_lookup.h
 include/dspam/heap.h
 include/dspam/libdspam.h
 include/dspam/libdspam_objects.h
@@ -35,29 +29,14 @@
 lib/libdspam.la
 lib/libdspam.so
 lib/libdspam.so.7
-%%DYNAMIC%%%%HASH%%lib/dspam/libhash_drv.a
-%%DYNAMIC%%%%HASH%%lib/dspam/libhash_drv.la
-%%DYNAMIC%%%%HASH%%lib/dspam/libhash_drv.so
-%%DYNAMIC%%%%HASH%%lib/dspam/libhash_drv.so.7
-%%DYNAMIC%%%%MYSQL%%lib/dspam/libmysql_drv.a
-%%DYNAMIC%%%%MYSQL%%lib/dspam/libmysql_drv.la
-%%DYNAMIC%%%%MYSQL%%lib/dspam/libmysql_drv.so
-%%DYNAMIC%%%%MYSQL%%lib/dspam/libmysql_drv.so.7
-%%DYNAMIC%%%%PGSQL%%lib/dspam/libpgsql_drv.a
-%%DYNAMIC%%%%PGSQL%%lib/dspam/libpgsql_drv.la
-%%DYNAMIC%%%%PGSQL%%lib/dspam/libpgsql_drv.so
-%%DYNAMIC%%%%PGSQL%%lib/dspam/libpgsql_drv.so.7
-%%DYNAMIC%%%%SQLITE%%lib/dspam/libsqlite3_drv.a
-%%DYNAMIC%%%%SQLITE%%lib/dspam/libsqlite3_drv.la
-%%DYNAMIC%%%%SQLITE%%lib/dspam/libsqlite3_drv.so
-%%DYNAMIC%%%%SQLITE%%lib/dspam/libsqlite3_drv.so.7
-@dirrm lib/dspam
 libdata/pkgconfig/dspam.pc
 %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
 %%PORTDOCS%%%%DOCSDIR%%/LICENSE
 %%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/RELEASE.NOTES
 %%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD
+%%PORTDOCS%%%%DOCSDIR%%/RELEASE.NOTES
+%%PORTDOCS%%%%DOCSDIR%%/UPDATING
+%%PORTDOCS%%%%DOCSDIR%%/UPGRADING
 %%PORTDOCS%%%%DOCSDIR%%/courier.txt
 %%PORTDOCS%%%%DOCSDIR%%/exim.txt
 %%PORTDOCS%%%%DOCSDIR%%/markov.txt
@@ -69,143 +48,129 @@
 %%PORTDOCS%%%%DOCSDIR%%/relay.txt
 %%PORTDOCS%%%%DOCSDIR%%/sendmail.txt
 %%PORTDOCS%%%%DOCSDIR%%/sqlite_drv.txt
-%%PORTDOCS%%%%DOCSDIR%%/UPDATING
-%%PORTDOCS%%%%DOCSDIR%%/UPGRADING
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mysql/mysql_objects-4.1.sql
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mysql/mysql_objects-space.sql
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mysql/mysql_objects-speed.sql
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mysql/purge-4.1.sql
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mysql/purge.sql
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mysql/virtual_user_aliases.sql
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mysql/virtual_users.sql
+%%WWWDIR%%/admin.cgi
+%%WWWDIR%%/admingraph.cgi
+%%WWWDIR%%/admins.sample
+%%WWWDIR%%/base.css
+%%WWWDIR%%/configure.pl.sample
+%%WWWDIR%%/default.prefs.sample
+%%WWWDIR%%/dspam-logo-small.gif
+%%WWWDIR%%/dspam.cgi
+%%WWWDIR%%/graph.cgi
+%%WWWDIR%%/rgb.txt
+%%WWWDIR%%/templates/de/nav_admin_error.html
+%%WWWDIR%%/templates/de/nav_admin_preferences.html
+%%WWWDIR%%/templates/de/nav_admin_status.html
+%%WWWDIR%%/templates/de/nav_admin_user.html
+%%WWWDIR%%/templates/de/nav_alerts.html
+%%WWWDIR%%/templates/de/nav_analysis.html
+%%WWWDIR%%/templates/de/nav_error.html
+%%WWWDIR%%/templates/de/nav_fragment.html
+%%WWWDIR%%/templates/de/nav_history.html
+%%WWWDIR%%/templates/de/nav_performance.html
+%%WWWDIR%%/templates/de/nav_preferences.html
+%%WWWDIR%%/templates/de/nav_quarantine.html
+%%WWWDIR%%/templates/de/nav_viewmessage.html
+%%WWWDIR%%/templates/de/strings.pl
+%%WWWDIR%%/templates/es-es/nav_admin_error.html
+%%WWWDIR%%/templates/es-es/nav_admin_preferences.html
+%%WWWDIR%%/templates/es-es/nav_admin_status.html
+%%WWWDIR%%/templates/es-es/nav_admin_user.html
+%%WWWDIR%%/templates/es-es/nav_alerts.html
+%%WWWDIR%%/templates/es-es/nav_analysis.html
+%%WWWDIR%%/templates/es-es/nav_error.html
+%%WWWDIR%%/templates/es-es/nav_fragment.html
+%%WWWDIR%%/templates/es-es/nav_history.html
+%%WWWDIR%%/templates/es-es/nav_performance.html
+%%WWWDIR%%/templates/es-es/nav_preferences.html
+%%WWWDIR%%/templates/es-es/nav_quarantine.html
+%%WWWDIR%%/templates/es-es/nav_viewmessage.html
+%%WWWDIR%%/templates/es-es/strings.pl
+%%WWWDIR%%/templates/fr/nav_admin_error.html
+%%WWWDIR%%/templates/fr/nav_admin_preferences.html
+%%WWWDIR%%/templates/fr/nav_admin_status.html
+%%WWWDIR%%/templates/fr/nav_admin_user.html
+%%WWWDIR%%/templates/fr/nav_alerts.html
+%%WWWDIR%%/templates/fr/nav_analysis.html
+%%WWWDIR%%/templates/fr/nav_error.html
+%%WWWDIR%%/templates/fr/nav_fragment.html
+%%WWWDIR%%/templates/fr/nav_history.html
+%%WWWDIR%%/templates/fr/nav_performance.html
+%%WWWDIR%%/templates/fr/nav_preferences.html
+%%WWWDIR%%/templates/fr/nav_quarantine.html
+%%WWWDIR%%/templates/fr/nav_viewmessage.html
+%%WWWDIR%%/templates/he/nav_admin_error.html
+%%WWWDIR%%/templates/he/nav_admin_preferences.html
+%%WWWDIR%%/templates/he/nav_admin_status.html
+%%WWWDIR%%/templates/he/nav_admin_user.html
+%%WWWDIR%%/templates/he/nav_alerts.html
+%%WWWDIR%%/templates/he/nav_analysis.html
+%%WWWDIR%%/templates/he/nav_error.html
+%%WWWDIR%%/templates/he/nav_fragment.html
+%%WWWDIR%%/templates/he/nav_history.html
+%%WWWDIR%%/templates/he/nav_performance.html
+%%WWWDIR%%/templates/he/nav_preferences.html
+%%WWWDIR%%/templates/he/nav_quarantine.html
+%%WWWDIR%%/templates/he/nav_viewmessage.html
+%%WWWDIR%%/templates/nav_admin_error.html
+%%WWWDIR%%/templates/nav_admin_preferences.html
+%%WWWDIR%%/templates/nav_admin_status.html
+%%WWWDIR%%/templates/nav_admin_user.html
+%%WWWDIR%%/templates/nav_alerts.html
+%%WWWDIR%%/templates/nav_analysis.html
+%%WWWDIR%%/templates/nav_error.html
+%%WWWDIR%%/templates/nav_fragment.html
+%%WWWDIR%%/templates/nav_history.html
+%%WWWDIR%%/templates/nav_performance.html
+%%WWWDIR%%/templates/nav_preferences.html
+%%WWWDIR%%/templates/nav_quarantine.html
+%%WWWDIR%%/templates/nav_viewmessage.html
+%%WWWDIR%%/templates/pt-br/nav_admin_error.html
+%%WWWDIR%%/templates/pt-br/nav_admin_preferences.html
+%%WWWDIR%%/templates/pt-br/nav_admin_status.html
+%%WWWDIR%%/templates/pt-br/nav_admin_user.html
+%%WWWDIR%%/templates/pt-br/nav_alerts.html
+%%WWWDIR%%/templates/pt-br/nav_analysis.html
+%%WWWDIR%%/templates/pt-br/nav_error.html
+%%WWWDIR%%/templates/pt-br/nav_fragment.html
+%%WWWDIR%%/templates/pt-br/nav_history.html
+%%WWWDIR%%/templates/pt-br/nav_performance.html
+%%WWWDIR%%/templates/pt-br/nav_preferences.html
+%%WWWDIR%%/templates/pt-br/nav_quarantine.html
+%%WWWDIR%%/templates/pt-br/nav_viewmessage.html
+%%WWWDIR%%/templates/pt-br/strings.pl
+%%WWWDIR%%/templates/ro/nav_admin_error.html
+%%WWWDIR%%/templates/ro/nav_admin_preferences.html
+%%WWWDIR%%/templates/ro/nav_admin_status.html
+%%WWWDIR%%/templates/ro/nav_admin_user.html
+%%WWWDIR%%/templates/ro/nav_alerts.html
+%%WWWDIR%%/templates/ro/nav_analysis.html
+%%WWWDIR%%/templates/ro/nav_error.html
+%%WWWDIR%%/templates/ro/nav_fragment.html
+%%WWWDIR%%/templates/ro/nav_history.html
+%%WWWDIR%%/templates/ro/nav_performance.html
+%%WWWDIR%%/templates/ro/nav_preferences.html
+%%WWWDIR%%/templates/ro/nav_quarantine.html
+%%WWWDIR%%/templates/ro/nav_viewmessage.html
+%%WWWDIR%%/templates/strings.pl
+@dirrm %%WWWDIR%%/templates/ro
+@dirrm %%WWWDIR%%/templates/pt-br
+@dirrm %%WWWDIR%%/templates/he
+@dirrm %%WWWDIR%%/templates/fr
+@dirrm %%WWWDIR%%/templates/es-es
+@dirrm %%WWWDIR%%/templates/de
+@dirrm %%WWWDIR%%/templates
+@dirrm %%WWWDIR%%
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mysql
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
-%%MYSQL%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mysql/mysql_objects-4.1.sql
-%%MYSQL%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mysql/mysql_objects-space.sql
-%%MYSQL%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mysql/mysql_objects-speed.sql
-%%MYSQL%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mysql/purge-4.1.sql
-%%MYSQL%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mysql/purge.sql
-%%MYSQL%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mysql/virtual_user_aliases.sql
-%%MYSQL%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mysql/virtual_users.sql
-%%MYSQL%%%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mysql
-%%PGSQL%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pgsql/pgsql_objects.sql
-%%PGSQL%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pgsql/purge.sql
-%%PGSQL%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pgsql/purge-pe.sql
-%%PGSQL%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pgsql/virtual_users.sql
-%%PGSQL%%%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pgsql
-%%SQLITE%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sqlite/purge-2.sql
-%%SQLITE%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sqlite/purge-3.sql
-%%SQLITE%%%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sqlite
-@dirrmtry %%PORTEXAMPLES%%%%EXAMPLESDIR%%
-%%WebUI%%%%WWWDIR%%/admins.sample
-%%WebUI%%%%WWWDIR%%/admin.cgi
-%%WebUI%%%%WWWDIR%%/admingraph.cgi
-%%WebUI%%%%WWWDIR%%/base.css
-%%WebUI%%%%WWWDIR%%/configure.pl.sample
-%%WebUI%%%%WWWDIR%%/default.prefs.sample
-%%WebUI%%%%WWWDIR%%/dspam.cgi
-%%WebUI%%%%WWWDIR%%/graph.cgi
-%%WebUI%%%%WWWDIR%%/dspam-logo-small.gif
-%%WebUI%%%%WWWDIR%%/rgb.txt
-%%WebUI%%%%WWWDIR%%/templates/nav_admin_error.html
-%%WebUI%%%%WWWDIR%%/templates/nav_admin_preferences.html
-%%WebUI%%%%WWWDIR%%/templates/nav_admin_status.html
-%%WebUI%%%%WWWDIR%%/templates/nav_admin_user.html
-%%WebUI%%%%WWWDIR%%/templates/nav_alerts.html
-%%WebUI%%%%WWWDIR%%/templates/nav_analysis.html
-%%WebUI%%%%WWWDIR%%/templates/nav_error.html
-%%WebUI%%%%WWWDIR%%/templates/nav_fragment.html
-%%WebUI%%%%WWWDIR%%/templates/nav_history.html
-%%WebUI%%%%WWWDIR%%/templates/nav_performance.html
-%%WebUI%%%%WWWDIR%%/templates/nav_preferences.html
-%%WebUI%%%%WWWDIR%%/templates/nav_quarantine.html
-%%WebUI%%%%WWWDIR%%/templates/nav_viewmessage.html
-%%WebUI%%%%WWWDIR%%/templates/strings.pl
-%%WebUI%%%%WWWDIR%%/templates/de/nav_admin_error.html
-%%WebUI%%%%WWWDIR%%/templates/de/nav_admin_preferences.html
-%%WebUI%%%%WWWDIR%%/templates/de/nav_admin_status.html
-%%WebUI%%%%WWWDIR%%/templates/de/nav_admin_user.html
-%%WebUI%%%%WWWDIR%%/templates/de/nav_alerts.html
-%%WebUI%%%%WWWDIR%%/templates/de/nav_analysis.html
-%%WebUI%%%%WWWDIR%%/templates/de/nav_error.html
-%%WebUI%%%%WWWDIR%%/templates/de/nav_fragment.html
-%%WebUI%%%%WWWDIR%%/templates/de/nav_history.html
-%%WebUI%%%%WWWDIR%%/templates/de/nav_performance.html
-%%WebUI%%%%WWWDIR%%/templates/de/nav_preferences.html
-%%WebUI%%%%WWWDIR%%/templates/de/nav_quarantine.html
-%%WebUI%%%%WWWDIR%%/templates/de/nav_viewmessage.html
-%%WebUI%%%%WWWDIR%%/templates/de/strings.pl
-%%WebUI%%%%WWWDIR%%/templates/es-es/nav_admin_error.html
-%%WebUI%%%%WWWDIR%%/templates/es-es/nav_admin_preferences.html
-%%WebUI%%%%WWWDIR%%/templates/es-es/nav_admin_status.html
-%%WebUI%%%%WWWDIR%%/templates/es-es/nav_admin_user.html
-%%WebUI%%%%WWWDIR%%/templates/es-es/nav_alerts.html
-%%WebUI%%%%WWWDIR%%/templates/es-es/nav_analysis.html
-%%WebUI%%%%WWWDIR%%/templates/es-es/nav_error.html
-%%WebUI%%%%WWWDIR%%/templates/es-es/nav_fragment.html
-%%WebUI%%%%WWWDIR%%/templates/es-es/nav_history.html
-%%WebUI%%%%WWWDIR%%/templates/es-es/nav_performance.html
-%%WebUI%%%%WWWDIR%%/templates/es-es/nav_preferences.html
-%%WebUI%%%%WWWDIR%%/templates/es-es/nav_quarantine.html
-%%WebUI%%%%WWWDIR%%/templates/es-es/nav_viewmessage.html
-%%WebUI%%%%WWWDIR%%/templates/es-es/strings.pl
-%%WebUI%%%%WWWDIR%%/templates/fr/nav_admin_error.html
-%%WebUI%%%%WWWDIR%%/templates/fr/nav_admin_preferences.html
-%%WebUI%%%%WWWDIR%%/templates/fr/nav_admin_status.html
-%%WebUI%%%%WWWDIR%%/templates/fr/nav_admin_user.html
-%%WebUI%%%%WWWDIR%%/templates/fr/nav_alerts.html
-%%WebUI%%%%WWWDIR%%/templates/fr/nav_analysis.html
-%%WebUI%%%%WWWDIR%%/templates/fr/nav_error.html
-%%WebUI%%%%WWWDIR%%/templates/fr/nav_fragment.html
-%%WebUI%%%%WWWDIR%%/templates/fr/nav_history.html
-%%WebUI%%%%WWWDIR%%/templates/fr/nav_performance.html
-%%WebUI%%%%WWWDIR%%/templates/fr/nav_preferences.html
-%%WebUI%%%%WWWDIR%%/templates/fr/nav_quarantine.html
-%%WebUI%%%%WWWDIR%%/templates/fr/nav_viewmessage.html
-%%WebUI%%%%WWWDIR%%/templates/he/nav_admin_error.html
-%%WebUI%%%%WWWDIR%%/templates/he/nav_admin_preferences.html
-%%WebUI%%%%WWWDIR%%/templates/he/nav_admin_status.html
-%%WebUI%%%%WWWDIR%%/templates/he/nav_admin_user.html
-%%WebUI%%%%WWWDIR%%/templates/he/nav_alerts.html
-%%WebUI%%%%WWWDIR%%/templates/he/nav_analysis.html
-%%WebUI%%%%WWWDIR%%/templates/he/nav_error.html
-%%WebUI%%%%WWWDIR%%/templates/he/nav_fragment.html
-%%WebUI%%%%WWWDIR%%/templates/he/nav_history.html
-%%WebUI%%%%WWWDIR%%/templates/he/nav_performance.html
-%%WebUI%%%%WWWDIR%%/templates/he/nav_preferences.html
-%%WebUI%%%%WWWDIR%%/templates/he/nav_quarantine.html
-%%WebUI%%%%WWWDIR%%/templates/he/nav_viewmessage.html
-%%WebUI%%%%WWWDIR%%/templates/pt-br/nav_admin_error.html
-%%WebUI%%%%WWWDIR%%/templates/pt-br/nav_admin_preferences.html
-%%WebUI%%%%WWWDIR%%/templates/pt-br/nav_admin_status.html
-%%WebUI%%%%WWWDIR%%/templates/pt-br/nav_admin_user.html
-%%WebUI%%%%WWWDIR%%/templates/pt-br/nav_alerts.html
-%%WebUI%%%%WWWDIR%%/templates/pt-br/nav_analysis.html
-%%WebUI%%%%WWWDIR%%/templates/pt-br/nav_error.html
-%%WebUI%%%%WWWDIR%%/templates/pt-br/nav_fragment.html
-%%WebUI%%%%WWWDIR%%/templates/pt-br/nav_history.html
-%%WebUI%%%%WWWDIR%%/templates/pt-br/nav_performance.html
-%%WebUI%%%%WWWDIR%%/templates/pt-br/nav_preferences.html
-%%WebUI%%%%WWWDIR%%/templates/pt-br/nav_quarantine.html
-%%WebUI%%%%WWWDIR%%/templates/pt-br/nav_viewmessage.html
-%%WebUI%%%%WWWDIR%%/templates/pt-br/strings.pl
-%%WebUI%%%%WWWDIR%%/templates/ro/nav_admin_error.html
-%%WebUI%%%%WWWDIR%%/templates/ro/nav_admin_preferences.html
-%%WebUI%%%%WWWDIR%%/templates/ro/nav_admin_status.html
-%%WebUI%%%%WWWDIR%%/templates/ro/nav_admin_user.html
-%%WebUI%%%%WWWDIR%%/templates/ro/nav_alerts.html
-%%WebUI%%%%WWWDIR%%/templates/ro/nav_analysis.html
-%%WebUI%%%%WWWDIR%%/templates/ro/nav_error.html
-%%WebUI%%%%WWWDIR%%/templates/ro/nav_fragment.html
-%%WebUI%%%%WWWDIR%%/templates/ro/nav_history.html
-%%WebUI%%%%WWWDIR%%/templates/ro/nav_performance.html
-%%WebUI%%%%WWWDIR%%/templates/ro/nav_preferences.html
-%%WebUI%%%%WWWDIR%%/templates/ro/nav_quarantine.html
-%%WebUI%%%%WWWDIR%%/templates/ro/nav_viewmessage.html
-%%WebUI%%@dirrm %%WWWDIR%%/templates/de
-%%WebUI%%@dirrm %%WWWDIR%%/templates/es-es
-%%WebUI%%@dirrm %%WWWDIR%%/templates/fr
-%%WebUI%%@dirrm %%WWWDIR%%/templates/he
-%%WebUI%%@dirrm %%WWWDIR%%/templates/pt-br
-%%WebUI%%@dirrm %%WWWDIR%%/templates/ro
-%%WebUI%%@dirrm %%WWWDIR%%/templates
-%%WebUI%%@dirrm %%WWWDIR%%
+@dirrm lib/dspam
 @dirrm include/dspam
-@cwd %%DSPAM_HOME%%
-firstrun.txt.sample
-firstspam.txt.sample
-quarantinefull.txt.sample
-@cwd /
-@dirrm %%DSPAM_HOME%%
+@exec mkdir -p %D/lib/dspam
--- dspam-3.10.0.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108071142.p77BggeC093650>