diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-09-17 19:41:34 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-09-17 19:41:34 +0000 |
commit | c913edfc26e294376bcb40ca476319013d66ffd7 (patch) | |
tree | 1a7d21ca2eb1969f3d572265c04a1b210cc4cfd9 /textproc/coccigrep | |
parent | c72f7db05c46e0c62d61831eb45a80d75eccf57d (diff) | |
download | ports-c913edfc26e294376bcb40ca476319013d66ffd7.tar.gz ports-c913edfc26e294376bcb40ca476319013d66ffd7.zip |
Notes
Diffstat (limited to 'textproc/coccigrep')
-rw-r--r-- | textproc/coccigrep/Makefile | 9 | ||||
-rw-r--r-- | textproc/coccigrep/distinfo | 4 | ||||
-rw-r--r-- | textproc/coccigrep/pkg-plist | 3 |
3 files changed, 9 insertions, 7 deletions
diff --git a/textproc/coccigrep/Makefile b/textproc/coccigrep/Makefile index 85a11d125056..0a09e419883f 100644 --- a/textproc/coccigrep/Makefile +++ b/textproc/coccigrep/Makefile @@ -1,9 +1,9 @@ +# Created by: Pawel Pekala <pawel@freebsd.org> # $FreeBSD$ PORTNAME= coccigrep -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= textproc -MASTER_SITES= http://home.regit.org/wp-content/uploads/2011/08/ MAINTAINER= pawel@FreeBSD.org COMMENT= Semantic grep for the C language @@ -12,6 +12,11 @@ LICENSE= GPLv3 RUN_DEPENDS= ${LOCALBASE}/bin/spatch:${PORTSDIR}/devel/coccinelle +USE_GITHUB= yes +GH_ACCOUNT= regit +GH_TAGNAME= v1.11 +GH_COMMIT= 225f8db + USE_PYTHON= yes USE_PYDISTUTILS=easy_install MANCOMPRESSED= no diff --git a/textproc/coccigrep/distinfo b/textproc/coccigrep/distinfo index 7e8bc931ce29..a558f4734a2d 100644 --- a/textproc/coccigrep/distinfo +++ b/textproc/coccigrep/distinfo @@ -1,2 +1,2 @@ -SHA256 (coccigrep-1.10.tar.gz) = 6710e0cf38deccd8e2854757b4747a3ebe420478c90c2af5b2ef730d1d372a2f -SIZE (coccigrep-1.10.tar.gz) = 32162 +SHA256 (coccigrep-1.11.tar.gz) = a13783fc52cf8074c5d2ac8267f57d30a52798c10d57899789e47589841f9c17 +SIZE (coccigrep-1.11.tar.gz) = 31618 diff --git a/textproc/coccigrep/pkg-plist b/textproc/coccigrep/pkg-plist index cd30c917b584..0388443306b5 100644 --- a/textproc/coccigrep/pkg-plist +++ b/textproc/coccigrep/pkg-plist @@ -6,9 +6,6 @@ bin/coccigrep %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/coccigrep/coccigrep.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/coccigrep/coccigrep.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/coccigrep/coccigrep.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/coccigrep/version.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/coccigrep/version.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/coccigrep/version.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/coccigrep/data/deref.cocci %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/coccigrep/data/func.cocci %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/coccigrep/data/set.cocci |