From owner-svn-ports-all@freebsd.org Fri Jan 3 03:58:58 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7501E1E5071; Fri, 3 Jan 2020 03:58:58 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47prkB26NHz4MhP; Fri, 3 Jan 2020 03:58:58 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 43B142639D; Fri, 3 Jan 2020 03:58:58 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0033wwTa009392; Fri, 3 Jan 2020 03:58:58 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0033wvAS009389; Fri, 3 Jan 2020 03:58:57 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <202001030358.0033wvAS009389@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Fri, 3 Jan 2020 03:58:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521896 - head/devel/coccinelle X-SVN-Group: ports-head X-SVN-Commit-Author: araujo X-SVN-Commit-Paths: head/devel/coccinelle X-SVN-Commit-Revision: 521896 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jan 2020 03:58:58 -0000 Author: araujo Date: Fri Jan 3 03:58:57 2020 New Revision: 521896 URL: https://svnweb.freebsd.org/changeset/ports/521896 Log: - Update to 1.0.7. PR: 243047 Submitted by: kevans Modified: head/devel/coccinelle/Makefile head/devel/coccinelle/distinfo head/devel/coccinelle/pkg-plist Modified: head/devel/coccinelle/Makefile ============================================================================== --- head/devel/coccinelle/Makefile Fri Jan 3 03:58:46 2020 (r521895) +++ head/devel/coccinelle/Makefile Fri Jan 3 03:58:57 2020 (r521896) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= coccinelle -PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTVERSION= 1.0.7 CATEGORIES= devel MASTER_SITES= http://coccinelle.lip6.fr/distrib/ @@ -21,7 +20,8 @@ LIB_DEPENDS= libpcre.so:devel/pcre USE_OCAML= 3.0+ USE_OCAML_CAMLP4=yes -USES= gmake perl5 pkgconfig:build python shebangfix tar:tgz +USES= autoreconf gmake perl5 pkgconfig:build python shebangfix +BINARY_ALIAS= make=${LOCALBASE}/bin/gmake SHEBANG_FILES= tools/pycocci USE_PERL5= build GNU_CONFIGURE= yes @@ -29,8 +29,8 @@ CONFIGURE_ENV= PYTHON="${PYTHON_CMD}" PYVER="${PYTHON_ 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}/bin/spatch + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/spgen ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/coccinelle/*.so .include Modified: head/devel/coccinelle/distinfo ============================================================================== --- head/devel/coccinelle/distinfo Fri Jan 3 03:58:46 2020 (r521895) +++ head/devel/coccinelle/distinfo Fri Jan 3 03:58:57 2020 (r521896) @@ -1,2 +1,3 @@ -SHA256 (coccinelle-1.0.4.tgz) = 7f823813a2ea299c0f6c01d8419b83c4dc6617116d32ba99d726443a1c22b06d -SIZE (coccinelle-1.0.4.tgz) = 2484218 +TIMESTAMP = 1578014897 +SHA256 (coccinelle-1.0.7.tar.gz) = 475e2bed5486023d19d9e0dec5e109b04b872a9917b62faf83ce3521676f728b +SIZE (coccinelle-1.0.7.tar.gz) = 6607407 Modified: head/devel/coccinelle/pkg-plist ============================================================================== --- head/devel/coccinelle/pkg-plist Fri Jan 3 03:58:46 2020 (r521895) +++ head/devel/coccinelle/pkg-plist Fri Jan 3 03:58:57 2020 (r521896) @@ -1,28 +1,58 @@ -bin/pycocci bin/spatch -bin/spatch.byte -lib/coccinelle/dllpycaml_stubs.so +bin/spgen +lib/coccinelle/dllpyml_stubs.so lib/coccinelle/ocaml/ast0_cocci.cmi +lib/coccinelle/ocaml/ast0_cocci.cmx lib/coccinelle/ocaml/ast_c.cmi +lib/coccinelle/ocaml/ast_c.cmx lib/coccinelle/ocaml/ast_cocci.cmi +lib/coccinelle/ocaml/ast_cocci.cmx lib/coccinelle/ocaml/coccilib.cmi +lib/coccinelle/ocaml/coccilib.cmx +lib/coccinelle/ocaml/commands.cmi +lib/coccinelle/ocaml/commands.cmx lib/coccinelle/ocaml/common.cmi +lib/coccinelle/ocaml/common.cmx lib/coccinelle/ocaml/config.cmi +lib/coccinelle/ocaml/config.cmx +lib/coccinelle/ocaml/dumper.cmi +lib/coccinelle/ocaml/dumper.cmx lib/coccinelle/ocaml/exposed_modules.cmi +lib/coccinelle/ocaml/exposed_modules.cmx +lib/coccinelle/ocaml/externalanalysis.cmi +lib/coccinelle/ocaml/externalanalysis.cmx lib/coccinelle/ocaml/flag.cmi +lib/coccinelle/ocaml/flag.cmx +lib/coccinelle/ocaml/flag_parsing_c.cmi +lib/coccinelle/ocaml/flag_parsing_c.cmx lib/coccinelle/ocaml/iteration.cmi +lib/coccinelle/ocaml/iteration.cmx lib/coccinelle/ocaml/lexer_c.cmi +lib/coccinelle/ocaml/lexer_c.cmx lib/coccinelle/ocaml/lib_parsing_c.cmi +lib/coccinelle/ocaml/lib_parsing_c.cmx lib/coccinelle/ocaml/ocamlcocci_aux.cmi +lib/coccinelle/ocaml/ocamlcocci_aux.cmx +lib/coccinelle/ocaml/parmap.cmi +lib/coccinelle/ocaml/parmap.cmx lib/coccinelle/ocaml/parse_c.cmi +lib/coccinelle/ocaml/parse_c.cmx lib/coccinelle/ocaml/parser_c.cmi +lib/coccinelle/ocaml/parser_c.cmx lib/coccinelle/ocaml/prepare_ocamlcocci.cmi +lib/coccinelle/ocaml/prepare_ocamlcocci.cmx lib/coccinelle/ocaml/pretty_print_c.cmi +lib/coccinelle/ocaml/pretty_print_c.cmx lib/coccinelle/ocaml/regexp.cmi +lib/coccinelle/ocaml/regexp.cmx lib/coccinelle/ocaml/run_ocamlcocci.cmi -lib/coccinelle/ocaml/type_cocci.cmi +lib/coccinelle/ocaml/run_ocamlcocci.cmx +lib/coccinelle/ocaml/token_c.cmi +lib/coccinelle/ocaml/token_c.cmx lib/coccinelle/ocaml/visitor_c.cmi +lib/coccinelle/ocaml/visitor_c.cmx lib/coccinelle/ocaml/yes_prepare_ocamlcocci.cmi +lib/coccinelle/ocaml/yes_prepare_ocamlcocci.cmx lib/coccinelle/python/coccilib/__init__.py lib/coccinelle/python/coccilib/coccigui/__init__.py lib/coccinelle/python/coccilib/coccigui/coccigui.py @@ -34,14 +64,16 @@ 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/iteration.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/man1/spgen.1.gz man/man3/Coccilib.3cocci.gz +share/bash-completion/completions/spatch