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 /textproc/coccigrep/Makefile | |
parent | 42da1639651d2416bffbec1ff8e1e99c0a0010a9 (diff) | |
download | ports-8406c709cc5e49e0d009dd66c94c8337e3e79d2c.tar.gz ports-8406c709cc5e49e0d009dd66c94c8337e3e79d2c.zip |
Notes
Diffstat (limited to 'textproc/coccigrep/Makefile')
-rw-r--r-- | textproc/coccigrep/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |