svn commit: r389783 - branches/2015Q2/devel/p5-Log-Log4perl
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jun 16 00:43:51 UTC 2015
Author: amdmi3
Date: Tue Jun 16 00:43:50 2015
New Revision: 389783
URL: https://svnweb.freebsd.org/changeset/ports/389783
Log:
MFH: r387754
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
Approved by: ports-secteam (shebang fix blanket)
Modified:
branches/2015Q2/devel/p5-Log-Log4perl/Makefile
Directory Properties:
branches/2015Q2/ (props changed)
Modified: branches/2015Q2/devel/p5-Log-Log4perl/Makefile
==============================================================================
--- branches/2015Q2/devel/p5-Log-Log4perl/Makefile Tue Jun 16 00:42:58 2015 (r389782)
+++ branches/2015Q2/devel/p5-Log-Log4perl/Makefile Tue Jun 16 00:43:50 2015 (r389783)
@@ -2,6 +2,7 @@
PORTNAME= Log-Log4perl
PORTVERSION= 1.46
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -12,7 +13,9 @@ COMMENT= Log4j implementation for Perl
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= lib/Log/Log4perl/Layout/PatternLayout/Multiline.pm
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list