svn commit: r389782 - branches/2015Q2/textproc/p5-Text-ASCIITable
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jun 16 00:42:59 UTC 2015
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
More information about the svn-ports-all
mailing list