Bug 187250 - update devel/coccinelle to 1.0.0-rc19
Summary: update devel/coccinelle to 1.0.0-rc19
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-04 10:00 UTC by alex
Modified: 2014-03-20 21:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.41 KB, patch)
2014-03-04 10:00 UTC, alex
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description alex 2014-03-04 10:00:00 UTC
This patch update devel/coccinelle to from 1.0.0-rc18 to 1.0.0-rc19. It also avoid stripping binary in post-install, solving ports/186613.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-04 10:00:07 UTC
Maintainer of devel/coccinelle,

Please note that PR ports/187250 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187250

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-04 10:00:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Mark Linimon 2014-03-07 01:40:51 UTC
----- Forwarded message from Alex <alex@kaworu.ch> -----

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
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@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 -----
Comment 4 Pawel Pekala freebsd_committer freebsd_triage 2014-03-20 18:23:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-03-20 21:05:23 UTC
Author: pawel
Date: Thu Mar 20 21:05:18 2014
New Revision: 348719
URL: http://svnweb.freebsd.org/changeset/ports/348719
QAT: https://qat.redports.org/buildarchive/r348719/

Log:
  - Update to version 1.0.0-rc19 [1]
  - Add LICENSE [1]
  - Don't strip binaries, this fixes [2]
  - Fix COMMENT
  
  PR:		ports/187250 [1]
  		ports/186613 [2]
  Submitted by:	Alexandre Perrin <alex@kaworu.ch> [1]
  Approved by:	maintainer timeout

Modified:
  head/devel/coccinelle/Makefile
  head/devel/coccinelle/distinfo

Modified: head/devel/coccinelle/Makefile
==============================================================================
--- head/devel/coccinelle/Makefile	Thu Mar 20 20:07:10 2014	(r348718)
+++ head/devel/coccinelle/Makefile	Thu Mar 20 21:05:18 2014	(r348719)
@@ -2,29 +2,24 @@
 # $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
 
 MAINTAINER=	avg@icyb.net.ua
-COMMENT=	Coccinelle is a program matching and transformation engine
+COMMENT=	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>

Modified: head/devel/coccinelle/distinfo
==============================================================================
--- head/devel/coccinelle/distinfo	Thu Mar 20 20:07:10 2014	(r348718)
+++ head/devel/coccinelle/distinfo	Thu Mar 20 21:05:18 2014	(r348719)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Pawel Pekala freebsd_committer freebsd_triage 2014-03-20 21:05:47 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!