ports/65131: Update mail/dspam to 2.10.3
Talal Al-Dik
tad at vif.com
Sat Apr 3 16:20:20 UTC 2004
>Number: 65131
>Category: ports
>Synopsis: Update mail/dspam to 2.10.3
>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: Sat Apr 03 08:20:19 PST 2004
>Closed-Date:
>Last-Modified:
>Originator: Talal Al-Dik
>Release: FreeBSD 5.2-CURRENT i386
>Organization:
VIF Internet
>Environment:
System: FreeBSD koala.vif.com 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Wed Mar 24 04:17:29 EST 2004 squid at koala.vif.com:/usr/obj/usr/src/sys/KOALA i386
>Description:
Update mail/dspam to 2.10.3
Add enable-signature-headers knob
>How-To-Repeat:
>Fix:
diff -ruN dspam/Makefile dspam.new/Makefile
--- dspam/Makefile Sat Apr 3 10:51:27 2004
+++ dspam.new/Makefile Sat Apr 3 11:12:26 2004
@@ -6,7 +6,7 @@
#
PORTNAME= dspam
-PORTVERSION= 2.10.1
+PORTVERSION= 2.10.3
CATEGORIES= mail
MASTER_SITES= http://www.nuclearelephant.com/projects/dspam/sources/
@@ -69,6 +69,10 @@
.if defined(WITH_ENABLE_SPAM_DELIVERY)
CONFIGURE_ARGS+= --enable-spam-delivery
+.endif
+
+.if defined(WITH_ENABLE_SIGNATURE_HEADERS)
+CONFIGURE_ARGS+= --enable-signature-headers
.endif
DOCS= CHANGE README
diff -ruN dspam/distinfo dspam.new/distinfo
--- dspam/distinfo Sat Apr 3 10:51:27 2004
+++ dspam.new/distinfo Sat Apr 3 10:54:42 2004
@@ -1,2 +1,2 @@
-MD5 (dspam-2.10.1.tar.gz) = 7caa81f95850f20a6b314c7094508a55
-SIZE (dspam-2.10.1.tar.gz) = 482554
+MD5 (dspam-2.10.3.tar.gz) = 9ae2d1b21bc54807454c76f0e444717d
+SIZE (dspam-2.10.3.tar.gz) = 485053
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list