ports/174476: [patch] mail/p5-Mail-SpamAssassin

Andrej Zverev andrej.zverev at gmail.com
Sun Dec 16 11:00:00 UTC 2012


>Number:         174476
>Category:       ports
>Synopsis:       [patch] mail/p5-Mail-SpamAssassin
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 16 11:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Andrej Zverev
>Release:        
>Organization:
>Environment:

	
>Description:
	No need to use PERL_CONFIGURE and USE_PERL both.
	If your application needs perl to configure as CPAN modules and
	you want to strict version you can did it in one line.
	
>How-To-Repeat:
	
>Fix:

	

--- p5-Mail-SpamAssassin.diff begins here ---
Index: mail/p5-Mail-SpamAssassin/Makefile
===================================================================
--- mail/p5-Mail-SpamAssassin/Makefile	(revision 308989)
+++ mail/p5-Mail-SpamAssassin/Makefile	(working copy)
@@ -29,8 +29,7 @@
 
 CONFLICTS?=	ja-p5-Mail-SpamAssassin-[0-9]* p5-Mail-SpamAssassin-devel-[0-9]* p5-Mail-SpamAssassin-Alt-[0-9]*
 
-PERL_CONFIGURE=	yes
-USE_PERL5=	5.12+
+PERL_CONFIGURE=	5.12+
 USE_LDCONFIG=	yes
 DBDIR?=		/var/db
 ETCDIR?=	${PREFIX}/etc/mail/spamassassin
--- p5-Mail-SpamAssassin.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list