diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-12-08 09:05:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-12-08 09:05:15 +0000 |
commit | faaac0db42d1da22ba59f628a1e29f2e00ea4367 (patch) | |
tree | a77b74f292c12d41f78b9ee7163ba78031669316 /www | |
parent | 3f84c4ba7dc6f8f0f65b4b76f6b3a0f6faba2285 (diff) | |
download | freebsd-ports-faaac0db42d1da22ba59f628a1e29f2e00ea4367.zip |
Don't use GH_TAGNAME when DISTVERSION* variables can be used.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'www')
-rw-r--r-- | www/geneweb/Makefile | 4 | ||||
-rw-r--r-- | www/geneweb/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/geneweb/Makefile b/www/geneweb/Makefile index d3f25219a48d..264474d5beb6 100644 --- a/www/geneweb/Makefile +++ b/www/geneweb/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= geneweb -PORTVERSION= 6.08 +DISTVERSIONPREFIX= distrib- +DISTVERSION= 6-08 CATEGORIES= www MAINTAINER= alex@stangl.us @@ -15,7 +16,6 @@ BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ USE_GITHUB= yes GH_ACCOUNT= geneanet -GH_TAGNAME= distrib-6-08 HAS_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes diff --git a/www/geneweb/distinfo b/www/geneweb/distinfo index 842181f3eff9..39d2df978839 100644 --- a/www/geneweb/distinfo +++ b/www/geneweb/distinfo @@ -1,2 +1,2 @@ -SHA256 (geneanet-geneweb-6.08-distrib-6-08_GH0.tar.gz) = 082038c595cb9477212656690a02f23dabe53d4511469d6cdfba8a590f6080d7 -SIZE (geneanet-geneweb-6.08-distrib-6-08_GH0.tar.gz) = 1791772 +SHA256 (geneanet-geneweb-distrib-6-08_GH0.tar.gz) = 082038c595cb9477212656690a02f23dabe53d4511469d6cdfba8a590f6080d7 +SIZE (geneanet-geneweb-distrib-6-08_GH0.tar.gz) = 1791772 |