Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  3 Nov 2003 16:13:02 +0100 (CET)
From:      Matthias Andree <matthias.andree@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dom@wirespeed.org.uk
Subject:   ports/58873: [PATCH] mail/dspam: FIX BROKEN, make the port fetch
Message-ID:  <20031103151302.8896B1B210@merlin.emma.line.org>
Resent-Message-ID: <200311031520.hA3FKFpq059635@freefall.freebsd.org>

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

>Number:         58873
>Category:       ports
>Synopsis:       [PATCH] mail/dspam: FIX BROKEN, make the port fetch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 03 07:20:14 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD merlin.emma.line.org 5.1-CURRENT FreeBSD 5.1-CURRENT #12: Tue Oct 21 12:28:56 CEST 2003
>Description:
Add proper MASTER_SITES line so the port can fetch.
I'll leave it up to the maintainer to update the port.

Port maintainer (dom@wirespeed.org.uk) is cc'd.

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

--- dspam-2.7.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/dspam/Makefile /usr/home/emma/dspam/Makefile
--- /usr/ports/mail/dspam/Makefile	Mon Nov  3 11:48:03 2003
+++ /usr/home/emma/dspam/Makefile	Mon Nov  3 16:11:23 2003
@@ -8,14 +8,13 @@
 PORTNAME=	dspam
 PORTVERSION=	2.7.1
 CATEGORIES=	mail
-MASTER_SITES=	http://www.nuclearelephant.com/projects/dspam/
+MASTER_SITES=	http://www.nuclearelephant.com/projects/dspam/ \
+		http://www.nuclearelephant.com/projects/dspam/sources/
 
 MAINTAINER=	dom@wirespeed.org.uk
 COMMENT=	A server-side bayesian spam filter
 
 LIB_DEPENDS=	db41.1:${PORTSDIR}/databases/db41
-
-BROKEN=		Does not fetch, will be removed after Feb 2
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-userdir=${PREFIX}/etc/dspam \
--- dspam-2.7.1.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?20031103151302.8896B1B210>