Index: head/devel/coccinelle/Makefile =================================================================== --- head/devel/coccinelle/Makefile (revision 406286) +++ head/devel/coccinelle/Makefile (revision 406287) @@ -1,33 +1,34 @@ # Created by: Andriy Gapon # $FreeBSD$ PORTNAME= coccinelle -DISTVERSION= 1.0.1 +PORTVERSION= 1.0.4 CATEGORIES= devel MASTER_SITES= http://coccinelle.lip6.fr/distrib/ MAINTAINER= ports@FreeBSD.org COMMENT= Program matching and transformation engine LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/license.txt BUILD_DEPENDS= menhir:${PORTSDIR}/devel/menhir \ ocaml-parmap>=0:${PORTSDIR}/devel/ocaml-parmap \ ocaml-pcre>=0:${PORTSDIR}/devel/ocaml-pcre LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre -USES= gmake perl5 pkgconfig:build python tar:tgz -GNU_CONFIGURE= yes -USE_PERL5= build USE_OCAML= 3.0+ USE_OCAML_CAMLP4=yes -MAKE_ARGS= PYTHON_VERSION=${PYTHON_VER} -CONFIGURE_ENV= PYVER=${PYTHON_VER} PYTHON=${PYTHON_CMD} + +USES= gmake perl5 pkgconfig:build python tar:tgz +USE_PERL5= build +GNU_CONFIGURE= yes +CONFIGURE_ENV= PYTHON="${PYTHON_CMD}" PYVER="${PYTHON_VER}" +MAKE_ARGS= PYTHON_VERSION="${PYTHON_VER}" post-install: # FIXME: Stripping spatch(1) breaks the executable. # ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/coccinelle/spatch ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/coccinelle/*.so .include Index: head/devel/coccinelle/distinfo =================================================================== --- head/devel/coccinelle/distinfo (revision 406286) +++ head/devel/coccinelle/distinfo (revision 406287) @@ -1,2 +1,2 @@ -SHA256 (coccinelle-1.0.1.tgz) = 39caac46c1f80cbe5de21164c5b31a794e3befdb9cd7ef1d080d455ac171b526 -SIZE (coccinelle-1.0.1.tgz) = 2772730 +SHA256 (coccinelle-1.0.4.tgz) = 7f823813a2ea299c0f6c01d8419b83c4dc6617116d32ba99d726443a1c22b06d +SIZE (coccinelle-1.0.4.tgz) = 2484218 Index: head/devel/coccinelle/pkg-plist =================================================================== --- head/devel/coccinelle/pkg-plist (revision 406286) +++ head/devel/coccinelle/pkg-plist (revision 406287) @@ -1,45 +1,47 @@ +bin/pycocci bin/spatch bin/spatch.byte lib/coccinelle/dllpycaml_stubs.so lib/coccinelle/ocaml/ast0_cocci.cmi lib/coccinelle/ocaml/ast_c.cmi lib/coccinelle/ocaml/ast_cocci.cmi lib/coccinelle/ocaml/coccilib.cmi lib/coccinelle/ocaml/common.cmi lib/coccinelle/ocaml/config.cmi lib/coccinelle/ocaml/exposed_modules.cmi lib/coccinelle/ocaml/flag.cmi lib/coccinelle/ocaml/iteration.cmi lib/coccinelle/ocaml/lexer_c.cmi lib/coccinelle/ocaml/lib_parsing_c.cmi lib/coccinelle/ocaml/ocamlcocci_aux.cmi lib/coccinelle/ocaml/parse_c.cmi lib/coccinelle/ocaml/parser_c.cmi lib/coccinelle/ocaml/prepare_ocamlcocci.cmi lib/coccinelle/ocaml/pretty_print_c.cmi lib/coccinelle/ocaml/regexp.cmi lib/coccinelle/ocaml/run_ocamlcocci.cmi lib/coccinelle/ocaml/type_cocci.cmi lib/coccinelle/ocaml/visitor_c.cmi lib/coccinelle/ocaml/yes_prepare_ocamlcocci.cmi lib/coccinelle/python/coccilib/__init__.py lib/coccinelle/python/coccilib/coccigui/__init__.py lib/coccinelle/python/coccilib/coccigui/coccigui.py lib/coccinelle/python/coccilib/coccigui/pycoccimodel.py lib/coccinelle/python/coccilib/coccigui/pygui.glade lib/coccinelle/python/coccilib/coccigui/pygui.gladep lib/coccinelle/python/coccilib/coccigui/vim.py lib/coccinelle/python/coccilib/coccigui/vimcom.py lib/coccinelle/python/coccilib/coccigui/vimeditor.py lib/coccinelle/python/coccilib/coccigui/vimembed.py lib/coccinelle/python/coccilib/elems.py lib/coccinelle/python/coccilib/org.py lib/coccinelle/python/coccilib/output.py lib/coccinelle/python/coccilib/report.py lib/coccinelle/python/coccilib/trac.py lib/coccinelle/python/coccilib/xml_firehose.py lib/coccinelle/spatch lib/coccinelle/standard.h lib/coccinelle/standard.iso +man/man1/pycocci.1.gz man/man1/spatch.1.gz man/man3/Coccilib.3cocci.gz