Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Apr 2004 11:17:59 -0500 (EST)
From:      Talal Al-Dik <tad@vif.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/65131: Update mail/dspam to 2.10.3
Message-ID:  <200404031617.i33GHxkO005423@koala.vif.com>
Resent-Message-ID: <200404031620.i33GKJFZ021146@freefall.freebsd.org>

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

>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@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:



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