Date: Sun, 21 Dec 2014 21:20:24 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375192 - head/textproc/csvdiff Message-ID: <201412212120.sBLLKOEs068670@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Dec 21 21:20:23 2014 New Revision: 375192 URL: https://svnweb.freebsd.org/changeset/ports/375192 QAT: https://qat.redports.org/buildarchive/r375192/ Log: Shebangfix Modified: head/textproc/csvdiff/Makefile Modified: head/textproc/csvdiff/Makefile ============================================================================== --- head/textproc/csvdiff/Makefile Sun Dec 21 21:18:10 2014 (r375191) +++ head/textproc/csvdiff/Makefile Sun Dec 21 21:20:23 2014 (r375192) @@ -3,6 +3,7 @@ PORTNAME= csvdiff PORTVERSION= 1.7 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} #DISTNAME= ${PORTNAME}_${PORTVERSION:S,.,-,g} @@ -12,7 +13,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Compare/diff two (comma) separated files with each other NO_BUILD= yes -USES= perl5 tar:tgz +USES= perl5 shebangfix tar:tgz +SHEBANG_FILES= csvdiff.pl PLIST_FILES= bin/csvdiff WRKSRC= ${WRKDIR} PORTDOCS= CHANGES README TODO
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412212120.sBLLKOEs068670>