Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Mar 2014 09:55:53 +0100
From:      Alex <alex@kaworu.ch>
To:        edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/187250: update devel/coccinelle to 1.0.0-rc19
Message-ID:  <5316E699.501@kaworu.ch>
In-Reply-To: <201403041000.s24A082O064758@freefall.freebsd.org>
References:  <201403041000.s24A082O064758@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------020401050209030902040108
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

New patch: added the LICENSE as suggested by portlint(1).

--------------020401050209030902040108
Content-Type: text/x-patch;
 name="devel.coccinelle.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="devel.coccinelle.patch"

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@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

--------------020401050209030902040108--



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