svn commit: r388081 - head/textproc/p5-Syntax-Highlight-Engine-Kate
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun May 31 13:22:06 UTC 2015
Author: amdmi3
Date: Sun May 31 13:22:05 2015
New Revision: 388081
URL: https://svnweb.freebsd.org/changeset/ports/388081
Log:
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile
Modified: head/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile
==============================================================================
--- head/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile Sun May 31 13:21:56 2015 (r388080)
+++ head/textproc/p5-Syntax-Highlight-Engine-Kate/Makefile Sun May 31 13:22:05 2015 (r388081)
@@ -3,7 +3,7 @@
PORTNAME= Syntax-Highlight-Engine-Kate
PORTVERSION= 0.09
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,8 +16,10 @@ LICENSE_COMB= dual
TEST_DEPENDS= p5-Test-Differences>0:${PORTSDIR}/devel/p5-Test-Differences
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= bin/hlansi.pl bin/hlhtml.pl
USE_PERL5= configure
+NO_ARCH= yes
OPTIONS_DEFINE= EXAMPLES
More information about the svn-ports-all
mailing list