Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Mar 2004 16:25:05 +0100 (CET)
From:      Rob Evers <rob@debank.tv>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/64571: Update mail/dspam to 2.10.1
Message-ID:  <20040322152505.BA6E45438@flappie.debank.tv>
Resent-Message-ID: <200403221530.i2MFUFTX037782@freefall.freebsd.org>

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

>Number:         64571
>Category:       ports
>Synopsis:       Update mail/dspam to 2.10.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 22 07:30:15 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Rob Evers
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD flappie.debank.tv 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Sun Feb 29 20:35:15 CET 2004 rob@flappie.debank.tv:/usr/obj/usr/src/sys/FLAPPIE i386


>Description:
Update mail/dspam to 2.10.1
 Use options
 Add signature-life knob
>How-To-Repeat:
>Fix:


--- dspam.patch begins here ---
diff -ruN dspam/Makefile dspam.new/Makefile
--- dspam/Makefile	Sun Mar 14 07:16:52 2004
+++ dspam.new/Makefile	Mon Mar 22 16:17:52 2004
@@ -6,13 +6,19 @@
 #
 
 PORTNAME=	dspam
-PORTVERSION=	2.8.3
+PORTVERSION=	2.10.1
 CATEGORIES=	mail
 MASTER_SITES=	http://www.nuclearelephant.com/projects/dspam/sources/
 
 MAINTAINER=	rob@debank.tv
 COMMENT=	A server-side bayesian spam filter
 
+OPTIONS=	MYSQL "Use MySQL and not db4 as database" off \
+		MAILDROP "Use Maildrop as local delivery agent" off \
+		PROCMAIL "Use Procmail as local delivery agent" off \
+		QMAIL "Play nice with Qmail mail server" off \
+		ENABLE_SPAM_DELIVERY "Deliver messages marked as spam" off
+
 USE_LIBTOOL_VER=13
 USE_REINPLACE=	yes
 INSTALLS_SHLIB=	yes
@@ -55,7 +61,11 @@
 CONFIGURE_ARGS+=	--with-dspam-mode=4511
 .endif
 
-.if defined(ENABLE_SPAM_DELIVERY)
+.if defined(WITH_SIGNATURE_LIFE)
+CONFIGURE_ARGS+=	--with-signature-life=${WITH_SIGNATURE_LIFE}
+.endif
+
+.if defined(WITH_ENABLE_SPAM_DELIVERY)
 CONFIGURE_ARGS+=	--enable-spam-delivery
 .endif
 
diff -ruN dspam/distinfo dspam.new/distinfo
--- dspam/distinfo	Sat Jan 31 23:51:09 2004
+++ dspam.new/distinfo	Mon Mar 22 16:06:03 2004
@@ -1,2 +1,2 @@
-MD5 (dspam-2.8.3.tar.gz) = 78cf275ccb7bc3697f275a8292f6c131
-SIZE (dspam-2.8.3.tar.gz) = 462004
+MD5 (dspam-2.10.1.tar.gz) = 7caa81f95850f20a6b314c7094508a55
+SIZE (dspam-2.10.1.tar.gz) = 482554
--- dspam.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?20040322152505.BA6E45438>