Date: Tue, 6 Feb 2018 14:02:09 +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: r461049 - head/devel/coccinelle Message-ID: <201802061402.w16E293S089314@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802061402.w16E293S089314>