ports/187250: update devel/coccinelle to 1.0.0-rc19
Mark Linimon
linimon at lonesome.com
Fri Mar 7 01:50:01 UTC 2014
The following reply was made to PR ports/187250; it has been noted by GNATS.
From: Mark Linimon <linimon at lonesome.com>
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/187250: update devel/coccinelle to 1.0.0-rc19
Date: Thu, 6 Mar 2014 19:40:51 -0600
----- Forwarded message from Alex <alex at kaworu.ch> -----
Date: Wed, 05 Mar 2014 09:55:53 +0100
From: Alex <alex at kaworu.ch>
To: edwin at FreeBSD.org, freebsd-ports-bugs at FreeBSD.org
Subject: Re: ports/187250: update devel/coccinelle to 1.0.0-rc19
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0
New patch: added the LICENSE as suggested by portlint(1).
Index: Makefile
===================================================================
--- Makefile (revision 347000)
+++ Makefile (working copy)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= coccinelle
-DISTVERSION= 1.0.0-rc18
+DISTVERSION= 1.0.0-rc19
CATEGORIES= devel
MASTER_SITES= http://coccinelle.lip6.fr/distrib/
EXTRACT_SUFX= .tgz
@@ -10,21 +10,16 @@
MAINTAINER= avg at icyb.net.ua
COMMENT= Coccinelle is a program matching and transformation engine
+LICENSE= GPLv2
+
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
-USES= shebangfix gmake perl5 pkgconfig:build
+USES= gmake perl5 pkgconfig:build
GNU_CONFIGURE= yes
USE_PERL5= build
USE_PYTHON= yes
USE_OCAML= 3.0+
-bash_CMD= ${SH}
-SHEBANG_FILES= setup/echo.sh
MAKE_ARGS+= PYTHON_VERSION=${PYTHON_VER}
CONFIGURE_ENV+= PYVER=${PYTHON_VER} PYTHON=${PYTHON_CMD}
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${DATADIR}/dllpcre_stubs.so \
- ${STAGEDIR}${DATADIR}/dllpycaml_stubs.so \
- ${STAGEDIR}${DATADIR}/spatch
-
.include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo (revision 347000)
+++ distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (coccinelle-1.0.0-rc18.tgz) = e5e66b28f7e91226bef00a3795d4f300bdaca1d381a2384b5d855f60cf595c1f
-SIZE (coccinelle-1.0.0-rc18.tgz) = 3120697
+SHA256 (coccinelle-1.0.0-rc19.tgz) = d2ded0d2777f64e25ba8458e4f70f1e68ae47b394cb310ebbc097dacb75bfbbc
+SIZE (coccinelle-1.0.0-rc19.tgz) = 3151229
----- End forwarded message -----
More information about the freebsd-ports-bugs
mailing list