diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-30 21:25:06 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-30 21:25:06 +0000 |
commit | 90a49f047213b5e4589868c4f9ed9f34fa186e8b (patch) | |
tree | a3eb79bf2c8deb40f9ed91f12f1edf0402cc910f /textproc/coccigrep | |
parent | bb165f9986932211da4c067d134f86dd3331320a (diff) |
Cleanup USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=387986
Diffstat (limited to 'textproc/coccigrep')
-rw-r--r-- | textproc/coccigrep/Makefile | 2 | ||||
-rw-r--r-- | textproc/coccigrep/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/coccigrep/Makefile b/textproc/coccigrep/Makefile index 38640b7fd9c2..5bd2862a6bf6 100644 --- a/textproc/coccigrep/Makefile +++ b/textproc/coccigrep/Makefile @@ -3,6 +3,7 @@ PORTNAME= coccigrep PORTVERSION= 1.13 +DISTVERSIONPREFIX= v CATEGORIES= textproc MAINTAINER= pawel@FreeBSD.org @@ -14,7 +15,6 @@ RUN_DEPENDS= spatch:${PORTSDIR}/devel/coccinelle USE_GITHUB= yes GH_ACCOUNT= regit -GH_TAGNAME= v${PORTVERSION} USES= python USE_PYTHON= distutils autoplist diff --git a/textproc/coccigrep/distinfo b/textproc/coccigrep/distinfo index edc10d776b9d..dad712a15992 100644 --- a/textproc/coccigrep/distinfo +++ b/textproc/coccigrep/distinfo @@ -1,2 +1,2 @@ -SHA256 (regit-coccigrep-1.13-v1.13_GH0.tar.gz) = 15fb99a1f5435a6d30fa967cc24141fee2d5116d1140d7ca34b38b763cf26b32 -SIZE (regit-coccigrep-1.13-v1.13_GH0.tar.gz) = 32366 +SHA256 (regit-coccigrep-v1.13_GH0.tar.gz) = 15fb99a1f5435a6d30fa967cc24141fee2d5116d1140d7ca34b38b763cf26b32 +SIZE (regit-coccigrep-v1.13_GH0.tar.gz) = 32366 |