Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2016 08:25:30 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406287 - head/devel/coccinelle
Message-ID:  <201601170825.u0H8PUo0012073@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Jan 17 08:25:30 2016
New Revision: 406287
URL: https://svnweb.freebsd.org/changeset/ports/406287

Log:
  - Update to 1.0.4
  
  PR:		206244
  Submitted by:	ports fury

Modified:
  head/devel/coccinelle/Makefile
  head/devel/coccinelle/distinfo
  head/devel/coccinelle/pkg-plist

Modified: head/devel/coccinelle/Makefile
==============================================================================
--- head/devel/coccinelle/Makefile	Sun Jan 17 08:24:25 2016	(r406286)
+++ head/devel/coccinelle/Makefile	Sun Jan 17 08:25:30 2016	(r406287)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	coccinelle
-DISTVERSION=	1.0.1
+PORTVERSION=	1.0.4
 CATEGORIES=	devel
 MASTER_SITES=	http://coccinelle.lip6.fr/distrib/
 
@@ -17,13 +17,14 @@ BUILD_DEPENDS=	menhir:${PORTSDIR}/devel/
 		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.

Modified: head/devel/coccinelle/distinfo
==============================================================================
--- head/devel/coccinelle/distinfo	Sun Jan 17 08:24:25 2016	(r406286)
+++ head/devel/coccinelle/distinfo	Sun Jan 17 08:25:30 2016	(r406287)
@@ -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

Modified: head/devel/coccinelle/pkg-plist
==============================================================================
--- head/devel/coccinelle/pkg-plist	Sun Jan 17 08:24:25 2016	(r406286)
+++ head/devel/coccinelle/pkg-plist	Sun Jan 17 08:25:30 2016	(r406287)
@@ -1,3 +1,4 @@
+bin/pycocci
 bin/spatch
 bin/spatch.byte
 lib/coccinelle/dllpycaml_stubs.so
@@ -41,5 +42,6 @@ lib/coccinelle/python/coccilib/xml_fireh
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601170825.u0H8PUo0012073>