Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jan 2002 14:45:51 +0200
From:      Matthew West <mwest@uct.ac.za>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34410: patch for ports/mail/p5-Mail-SpamAssassin
Message-ID:  <E16VXe3-0008cW-00@test-254.cs.uct.ac.za>

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

>Number:         34410
>Category:       ports
>Synopsis:       patch for ports/mail/p5-Mail-SpamAssassin
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 29 04:50:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Matthew West
>Release:        FreeBSD 4.5-RC i386
>Organization:
University of Cape Town
>Environment:
System: FreeBSD test-254.cs.uct.ac.za 4.5-RC FreeBSD 4.5-RC #0: Fri Jan 11 19:23:02 SAST 2002 mwest@test-254.cs.uct.ac.za:/usr/obj/usr/src/sys/TEST-254 i386

>Description:

As of version 2.0, SpamAssassin does not require MailAudit.

This patch also adds man pages which were missed in the previous update.

>How-To-Repeat:

>Fix:

diff -ruN p5-Mail-SpamAssassin.orig/Makefile p5-Mail-SpamAssassin/Makefile
--- p5-Mail-SpamAssassin.orig/Makefile	Tue Jan 29 14:24:29 2002
+++ p5-Mail-SpamAssassin/Makefile	Tue Jan 29 14:39:20 2002
@@ -14,13 +14,15 @@
 
 MAINTAINER=	ports@FreeBSD.ORG
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \
-		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Audit.pm:${PORTSDIR}/mail/p5-Mail-Audit
+BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3=		Mail::SpamAssassin.3 Mail::SpamAssassin::PerMsgStatus.3
+MAN3=		Mail::SpamAssassin.3 Mail::SpamAssassin::PerMsgStatus.3 \
+		Mail::SpamAssassin::Conf.3 \
+		Mail::SpamAssassin::PersistentAddrList.3 \
+		Mail::SpamAssassin::SMTP::SmartHost.3
 MAN1PREFIX=	${PREFIX}
 MAN1=		spamd.1 spamassassin.1 spamc.1
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E16VXe3-0008cW-00>