switched to gitlab version tag v1.7.0

This commit is contained in:
Renè Thümmler 2019-09-06 15:41:51 +02:00
parent d595d52dff
commit 4b1eb794f7

View File

@ -1,10 +1,10 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= commento PORTNAME= commento
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 1.7.0 DISTVERSION= 1.7.0
CATEGORIES= www CATEGORIES= www
MASTER_SITES= https://commento.io/ MASTER_SITES= https://commento.io/
MAINTAINER= rt@scisoft.de MAINTAINER= rt@scisoft.de
COMMENT= A fast, privacy-focused commenting platform COMMENT= A fast, privacy-focused commenting platform
@ -12,18 +12,18 @@ COMMENT= A fast, privacy-focused commenting platform
LICENSE= MIT LICENSE= MIT
LICENSE_FILE= $(WRKSRC)/LICENSE LICENSE_FILE= $(WRKSRC)/LICENSE
USES= go:modules gmake USES= gmake
ALL_TARGET= prod
USE_GITLAB= yes USE_GITLAB= yes
GL_COMMIT= 696361df4af2bfa0bf38e2c3c9096f26195f5800 GL_COMMIT= 504d1bf8668968cfc40221e166982866ef313e17
GO_BUILDFLAGS= prod
USERS= www USERS= www
GROUPS= www GROUPS= www
BUILD_DEPENDS= bash:shells/bash \ BUILD_DEPENDS= bash:shells/bash \
dep:devel/dep \ dep:devel/dep \
dep:www/npm-node \
yarn:www/yarn yarn:www/yarn
.include <bsd.port.mk> .include <bsd.port.mk>