svn commit: r372424 - head/devel/commit-patch

Antoine Brodin antoine at FreeBSD.org
Mon Nov 10 22:12:34 UTC 2014


Author: antoine
Date: Mon Nov 10 22:12:33 2014
New Revision: 372424
URL: https://svnweb.freebsd.org/changeset/ports/372424
QAT: https://qat.redports.org/buildarchive/r372424/

Log:
  Fix shebang

Modified:
  head/devel/commit-patch/Makefile

Modified: head/devel/commit-patch/Makefile
==============================================================================
--- head/devel/commit-patch/Makefile	Mon Nov 10 22:09:03 2014	(r372423)
+++ head/devel/commit-patch/Makefile	Mon Nov 10 22:12:33 2014	(r372424)
@@ -3,6 +3,7 @@
 
 PORTNAME=	commit-patch
 PORTVERSION=	2.5
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	lapo at lapo.it
@@ -15,8 +16,9 @@ RUN_DEPENDS=	interdiff:${PORTSDIR}/misc/
 		p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run
 
 USE_GITHUB=	yes
-USES=		gmake perl5
+USES=		gmake perl5 shebangfix
 USE_PERL5=	build # pod2man
+SHEBANG_FILES=	commit-patch
 
 GH_ACCOUNT=	caldwell
 GH_PROJECT=	commit-patch


More information about the svn-ports-all mailing list