Date: Tue, 16 Jun 2015 00:43:51 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389783 - branches/2015Q2/devel/p5-Log-Log4perl Message-ID: <201506160043.t5G0hpKt086271@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506160043.t5G0hpKt086271>