From az@sunner.semmy.ru  Sun Dec 16 10:56:02 2012
Return-Path: <az@sunner.semmy.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 5851E77D
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 16 Dec 2012 10:56:02 +0000 (UTC)
	(envelope-from az@sunner.semmy.ru)
Received: from sunner.semmy.ru (sunner.semmy.ru [IPv6:2a00:14d0:0:20::3])
	by mx1.freebsd.org (Postfix) with ESMTP id D185D8FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 16 Dec 2012 10:56:01 +0000 (UTC)
Received: from az by sunner.semmy.ru with local (Exim 4.80.1 (FreeBSD))
	(envelope-from <az@sunner.semmy.ru>)
	id 1TkBt2-0003gh-15
	for FreeBSD-gnats-submit@freebsd.org; Sun, 16 Dec 2012 14:56:00 +0400
Message-Id: <E1TkBt2-0003gh-15@sunner.semmy.ru>
Date: Sun, 16 Dec 2012 14:56:00 +0400
From: Andrej Zverev <andrej.zverev@gmail.com>
Sender: Andrej Zverev <az@sunner.semmy.ru>
Reply-To: Andrej Zverev <andrej.zverev@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] mail/p5-Mail-SpamAssassin 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         174476
>Category:       ports
>Synopsis:       [patch] mail/p5-Mail-SpamAssassin: no need to use PERL_CONFIGURE and USE_PERL both
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    scheidell
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 16 11:00:00 UTC 2012
>Closed-Date:    Tue Feb 26 16:50:40 UTC 2013
>Last-Modified:  Tue Feb 26 16:50:40 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->scheidell 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Dec 16 11:00:34 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174476 
State-Changed-From-To: open->closed 
State-Changed-By: scheidell 
State-Changed-When: Tue Feb 26 16:50:39 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174476 
>Unformatted:
