diff options
Diffstat (limited to 'devel/mdds/Makefile')
-rw-r--r-- | devel/mdds/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/mdds/Makefile b/devel/mdds/Makefile index 78243306af05..6d0238fa81fc 100644 --- a/devel/mdds/Makefile +++ b/devel/mdds/Makefile @@ -1,7 +1,7 @@ PORTNAME= mdds -PORTVERSION= 2.1.1 +PORTVERSION= 3.1.0 CATEGORIES= devel -MASTER_SITES= https://kohei.us/files/mdds/src/ +#MASTER_SITES= https://kohei.us/files/mdds/src/ MAINTAINER= office@FreeBSD.org COMMENT= Multi-dimensional data index algorithm @@ -12,6 +12,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= tar:xz +USE_GITLAB= yes +GL_ACCOUNT= mdds + NO_ARCH= yes NO_BUILD= yes |