www/gitlab-ce: remove ca_root_nss fetch dep for go ports

Thanks to des.

Reported by:	des
Differential Revision:	https://reviews.freebsd.org/D42072
This commit is contained in:
Matthias Fechner 2023-11-01 10:02:04 +02:00
parent bf73c9c9d4
commit 0573da1acf
4 changed files with 4 additions and 8 deletions

View file

@ -39,8 +39,7 @@ GL_ACCOUNT= gitlab-org
# so we download the required go.mod file from gitlab
# lines are taken from go.mk
# ---------------------------
FETCH_DEPENDS= ${GO_CMD}:${GO_PORT} \
ca_root_nss>0:security/ca_root_nss
FETCH_DEPENDS= ${GO_CMD}:${GO_PORT}
MASTER_SITES+= https://gitlab.com/gitlab-org/gitaly/-/raw/v${DISTVERSION}/
DISTFILES+= go.mod
DIST_SUBDIR= go/${PKGORIGIN:S,/,_,g}/${DISTNAME}

View file

@ -34,8 +34,7 @@ MAKE_ENV+= ${GO_ENV}
# so we download the required go.mod file from gitlab
# lines are taken from go.mk
# ---------------------------
FETCH_DEPENDS= ${GO_CMD}:${GO_PORT} \
ca_root_nss>0:security/ca_root_nss
FETCH_DEPENDS= ${GO_CMD}:${GO_PORT}
MASTER_SITES+= https://gitlab.com/gitlab-org/gitlab-shell/-/raw/v${DISTVERSION}/
DISTFILES+= go.mod
DIST_SUBDIR= go/${PKGORIGIN:S,/,_,g}/${DISTNAME}

View file

@ -29,8 +29,7 @@ MAKE_ENV+= ${GO_ENV}
# so we download the required go.mod file from gitlab
# lines are taken from go.mk
# ---------------------------
FETCH_DEPENDS= ${GO_CMD}:${GO_PORT} \
ca_root_nss>0:security/ca_root_nss
FETCH_DEPENDS= ${GO_CMD}:${GO_PORT}
MASTER_SITES+= https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer/-/raw/v${DISTVERSION}/
DISTFILES+= go.mod
DIST_SUBDIR= go/${PKGORIGIN:S,/,_,g}/${DISTNAME}

View file

@ -29,8 +29,7 @@ GL_PROJECT= gitlab-foss
# so we download the required go.mod file from gitlab
# lines are taken from go.mk
# ---------------------------
FETCH_DEPENDS= ${GO_CMD}:${GO_PORT} \
ca_root_nss>0:security/ca_root_nss
FETCH_DEPENDS= ${GO_CMD}:${GO_PORT}
MASTER_SITES+= https://gitlab.com/gitlab-org/gitlab-foss/-/raw/v${DISTVERSION}/workhorse/
DISTFILES+= go.mod
DIST_SUBDIR= go/${PKGORIGIN:S,/,_,g}/${DISTNAME}