Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2012 19:37:02 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309552 - head/textproc/coccigrep
Message-ID:  <201212271937.qBRJb2Qx043211@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Thu Dec 27 19:37:02 2012
New Revision: 309552
URL: http://svnweb.freebsd.org/changeset/ports/309552

Log:
  - Update to version 1.12
  - tab -> space WWW: line in pkg-descr

Modified:
  head/textproc/coccigrep/Makefile
  head/textproc/coccigrep/distinfo
  head/textproc/coccigrep/pkg-descr

Modified: head/textproc/coccigrep/Makefile
==============================================================================
--- head/textproc/coccigrep/Makefile	Thu Dec 27 19:28:23 2012	(r309551)
+++ head/textproc/coccigrep/Makefile	Thu Dec 27 19:37:02 2012	(r309552)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	coccigrep
-PORTVERSION=	1.11
+PORTVERSION=	1.12
 CATEGORIES=	textproc
 
 MAINTAINER=	pawel@FreeBSD.org
@@ -14,8 +14,8 @@ RUN_DEPENDS=	${LOCALBASE}/bin/spatch:${P
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	regit
-GH_TAGNAME=	v1.11
-GH_COMMIT=	225f8db
+GH_TAGNAME=	v${PORTVERSION}
+GH_COMMIT=	5ca9276
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install

Modified: head/textproc/coccigrep/distinfo
==============================================================================
--- head/textproc/coccigrep/distinfo	Thu Dec 27 19:28:23 2012	(r309551)
+++ head/textproc/coccigrep/distinfo	Thu Dec 27 19:37:02 2012	(r309552)
@@ -1,2 +1,2 @@
-SHA256 (coccigrep-1.11.tar.gz) = a13783fc52cf8074c5d2ac8267f57d30a52798c10d57899789e47589841f9c17
-SIZE (coccigrep-1.11.tar.gz) = 31618
+SHA256 (coccigrep-1.12.tar.gz) = c0bc90b43b657b9538a7cf10fd1736e86a6d681d5055037a26e6be3cd407465c
+SIZE (coccigrep-1.12.tar.gz) = 31711

Modified: head/textproc/coccigrep/pkg-descr
==============================================================================
--- head/textproc/coccigrep/pkg-descr	Thu Dec 27 19:28:23 2012	(r309551)
+++ head/textproc/coccigrep/pkg-descr	Thu Dec 27 19:37:02 2012	(r309552)
@@ -2,4 +2,4 @@ coccigrep is a semantic grep for the C l
 be used to find where a given structure is used in code files. coccigrep
 depends on the spatch program which comes with coccinelle.
 
-WWW:	https://home.regit.org/software/coccigrep/
+WWW: https://home.regit.org/software/coccigrep/



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