svn commit: r375189 - head/graphics/cadubi

Antoine Brodin antoine at FreeBSD.org
Sun Dec 21 21:10:35 UTC 2014


Author: antoine
Date: Sun Dec 21 21:10:33 2014
New Revision: 375189
URL: https://svnweb.freebsd.org/changeset/ports/375189
QAT: https://qat.redports.org/buildarchive/r375189/

Log:
  Shebangfix

Modified:
  head/graphics/cadubi/Makefile

Modified: head/graphics/cadubi/Makefile
==============================================================================
--- head/graphics/cadubi/Makefile	Sun Dec 21 21:09:57 2014	(r375188)
+++ head/graphics/cadubi/Makefile	Sun Dec 21 21:10:33 2014	(r375189)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cadubi
 PORTVERSION=	1.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics editors
 MASTER_SITES=	http://langworth.com/pub/
 
@@ -14,7 +14,8 @@ LICENSE=	ART10
 
 RUN_DEPENDS=	p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	cadubi
 NO_BUILD=	yes
 
 PLIST_FILES=	bin/${PORTNAME} \


More information about the svn-ports-head mailing list