aboutsummaryrefslogtreecommitdiff
path: root/textproc/coccigrep
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2012-12-27 19:37:02 +0000
committerPawel Pekala <pawel@FreeBSD.org>2012-12-27 19:37:02 +0000
commit8406c709cc5e49e0d009dd66c94c8337e3e79d2c (patch)
tree6b27d7d279e6857edb1b505632adf8448ffa399e /textproc/coccigrep
parent42da1639651d2416bffbec1ff8e1e99c0a0010a9 (diff)
downloadports-8406c709cc5e49e0d009dd66c94c8337e3e79d2c.tar.gz
ports-8406c709cc5e49e0d009dd66c94c8337e3e79d2c.zip
- Update to version 1.12
- tab -> space WWW: line in pkg-descr
Notes
Notes: svn path=/head/; revision=309552
Diffstat (limited to 'textproc/coccigrep')
-rw-r--r--textproc/coccigrep/Makefile6
-rw-r--r--textproc/coccigrep/distinfo4
-rw-r--r--textproc/coccigrep/pkg-descr2
3 files changed, 6 insertions, 6 deletions
diff --git a/textproc/coccigrep/Makefile b/textproc/coccigrep/Makefile
index 0a09e419883f..e411b470b554 100644
--- a/textproc/coccigrep/Makefile
+++ b/textproc/coccigrep/Makefile
@@ -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:${PORTSDIR}/devel/coccinelle
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
diff --git a/textproc/coccigrep/distinfo b/textproc/coccigrep/distinfo
index a558f4734a2d..03a3c2767ff8 100644
--- a/textproc/coccigrep/distinfo
+++ b/textproc/coccigrep/distinfo
@@ -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
diff --git a/textproc/coccigrep/pkg-descr b/textproc/coccigrep/pkg-descr
index 9e1ed7bc477a..bbdc9cc06a75 100644
--- a/textproc/coccigrep/pkg-descr
+++ b/textproc/coccigrep/pkg-descr
@@ -2,4 +2,4 @@ coccigrep is a semantic grep for the C language based on coccinelle. It can
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/