diff options
| author | Pawel Pekala <pawel@FreeBSD.org> | 2012-12-27 19:37:02 +0000 |
|---|---|---|
| committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-12-27 19:37:02 +0000 |
| commit | 8406c709cc5e49e0d009dd66c94c8337e3e79d2c (patch) | |
| tree | 6b27d7d279e6857edb1b505632adf8448ffa399e | |
| parent | New port: graphics/evas_generic_loaders-svg (diff) | |
- Update to version 1.12
- tab -> space WWW: line in pkg-descr
Notes
Notes:
svn path=/head/; revision=309552
| -rw-r--r-- | textproc/coccigrep/Makefile | 6 | ||||
| -rw-r--r-- | textproc/coccigrep/distinfo | 4 | ||||
| -rw-r--r-- | textproc/coccigrep/pkg-descr | 2 |
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/ |
