Date: Sun, 31 May 2015 13:23:54 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388085 - head/textproc/p5-Text-ParagraphDiff Message-ID: <201505311323.t4VDNsHN044750@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505311323.t4VDNsHN044750>