Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2020 11:45:45 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530875 - head/textproc/coccigrep
Message-ID:  <202004061145.036BjjPD084334@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Mon Apr  6 11:45:45 2020
New Revision: 530875
URL: https://svnweb.freebsd.org/changeset/ports/530875

Log:
  textproc/coccigrep: update to 1.19
  
  ChangeLog: https://github.com/regit/coccigrep/releases/tag/v1.19
  
  Accummulated changes:
  
  * Address a issue with pygments installation on Python 2 and fix parallel
    execution.
  
  * This release fixes #19 and improve matching capabilities. Issue was linked to
    absolute include (like #include <toto.h>) used in a project instead of the
    classical relative include (include "toto.h").
  
  Reported by:	portscout

Modified:
  head/textproc/coccigrep/Makefile
  head/textproc/coccigrep/distinfo

Modified: head/textproc/coccigrep/Makefile
==============================================================================
--- head/textproc/coccigrep/Makefile	Mon Apr  6 09:55:01 2020	(r530874)
+++ head/textproc/coccigrep/Makefile	Mon Apr  6 11:45:45 2020	(r530875)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	coccigrep
-PORTVERSION=	1.17
-PORTREVISION=	1
+PORTVERSION=	1.19
 DISTVERSIONPREFIX=	v
 CATEGORIES=	textproc
 
@@ -14,11 +13,11 @@ LICENSE=	GPLv3
 
 RUN_DEPENDS=	spatch:devel/coccinelle
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	regit
-
 USES=		python
 USE_PYTHON=	distutils autoplist concurrent optsuffix
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	regit
 
 PLIST_FILES=	man/man1/coccigrep.1.gz \
 		${DATADIR_REL}/cocci-grep.el \

Modified: head/textproc/coccigrep/distinfo
==============================================================================
--- head/textproc/coccigrep/distinfo	Mon Apr  6 09:55:01 2020	(r530874)
+++ head/textproc/coccigrep/distinfo	Mon Apr  6 11:45:45 2020	(r530875)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1526400286
-SHA256 (regit-coccigrep-v1.17_GH0.tar.gz) = 4770fda04c4ad4e3ff1f4a2830f0a74c8fb4e73d09e350eaa9f4a2380a34a296
-SIZE (regit-coccigrep-v1.17_GH0.tar.gz) = 32830
+TIMESTAMP = 1586159506
+SHA256 (regit-coccigrep-v1.19_GH0.tar.gz) = 7b5e2f5119ee9c4cc43f19ccaff39b32a5e0ee3161aca0299de5762cf6fa4228
+SIZE (regit-coccigrep-v1.19_GH0.tar.gz) = 32914



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