Date: Sun, 16 Dec 2012 14:56:00 +0400 From: Andrej Zverev <andrej.zverev@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/174476: [patch] mail/p5-Mail-SpamAssassin Message-ID: <E1TkBt2-0003gh-15@sunner.semmy.ru> Resent-Message-ID: <201212161100.qBGB00M6047150@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1TkBt2-0003gh-15>