Date: Tue, 16 Jun 2015 00:42:59 +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: r389782 - branches/2015Q2/textproc/p5-Text-ASCIITable Message-ID: <201506160042.t5G0gx2A086027@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 16 00:42:58 2015 New Revision: 389782 URL: https://svnweb.freebsd.org/changeset/ports/389782 Log: MFH: r387753 - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/textproc/p5-Text-ASCIITable/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/textproc/p5-Text-ASCIITable/Makefile ============================================================================== --- branches/2015Q2/textproc/p5-Text-ASCIITable/Makefile Tue Jun 16 00:39:08 2015 (r389781) +++ branches/2015Q2/textproc/p5-Text-ASCIITable/Makefile Tue Jun 16 00:42:58 2015 (r389782) @@ -3,7 +3,7 @@ PORTNAME= Text-ASCIITable PORTVERSION= 0.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,10 @@ COMMENT= Create a nice formatted table u LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= ansi-example.pl USE_PERL5= configure +NO_ARCH= yes OPTIONS_DEFINE= EXAMPLES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506160042.t5G0gx2A086027>