svn commit: r461049 - head/devel/coccinelle

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 6 14:02:10 UTC 2018


Author: amdmi3
Date: Tue Feb  6 14:02:09 2018
New Revision: 461049
URL: https://svnweb.freebsd.org/changeset/ports/461049

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket

Modified:
  head/devel/coccinelle/Makefile

Modified: head/devel/coccinelle/Makefile
==============================================================================
--- head/devel/coccinelle/Makefile	Tue Feb  6 13:49:28 2018	(r461048)
+++ head/devel/coccinelle/Makefile	Tue Feb  6 14:02:09 2018	(r461049)
@@ -3,6 +3,7 @@
 
 PORTNAME=	coccinelle
 PORTVERSION=	1.0.4
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://coccinelle.lip6.fr/distrib/
 
@@ -20,7 +21,8 @@ LIB_DEPENDS=	libpcre.so:devel/pcre
 USE_OCAML=	3.0+
 USE_OCAML_CAMLP4=yes
 
-USES=		gmake perl5 pkgconfig:build python tar:tgz
+USES=		gmake perl5 pkgconfig:build python shebangfix tar:tgz
+SHEBANG_FILES=	tools/pycocci
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	PYTHON="${PYTHON_CMD}" PYVER="${PYTHON_VER}"


More information about the svn-ports-head mailing list