svn commit: r309552 - head/textproc/coccigrep
Pawel Pekala
pawel at FreeBSD.org
Thu Dec 27 19:37:03 UTC 2012
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 at 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/
More information about the svn-ports-all
mailing list