svn commit: r388085 - head/textproc/p5-Text-ParagraphDiff
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun May 31 13:23:54 UTC 2015
Author: amdmi3
Date: Sun May 31 13:23:53 2015
New Revision: 388085
URL: https://svnweb.freebsd.org/changeset/ports/388085
Log:
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/textproc/p5-Text-ParagraphDiff/Makefile
Modified: head/textproc/p5-Text-ParagraphDiff/Makefile
==============================================================================
--- head/textproc/p5-Text-ParagraphDiff/Makefile Sun May 31 13:23:34 2015 (r388084)
+++ head/textproc/p5-Text-ParagraphDiff/Makefile Sun May 31 13:23:53 2015 (r388085)
@@ -3,7 +3,7 @@
PORTNAME= Text-ParagraphDiff
PORTVERSION= 2.70
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,8 +15,10 @@ BUILD_DEPENDS= p5-Algorithm-Diff>=0:${PO
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= bin/tdiff
USE_PERL5= configure
+NO_ARCH= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
More information about the svn-ports-all
mailing list