svn commit: r387754 - head/devel/p5-Log-Log4perl
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu May 28 18:14:54 UTC 2015
Author: amdmi3
Date: Thu May 28 18:14:53 2015
New Revision: 387754
URL: https://svnweb.freebsd.org/changeset/ports/387754
Log:
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/devel/p5-Log-Log4perl/Makefile
Modified: head/devel/p5-Log-Log4perl/Makefile
==============================================================================
--- head/devel/p5-Log-Log4perl/Makefile Thu May 28 18:14:49 2015 (r387753)
+++ head/devel/p5-Log-Log4perl/Makefile Thu May 28 18:14:53 2015 (r387754)
@@ -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