Date: Wed, 1 Nov 2023 10:58:46 GMT From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0573da1acf9f - main - www/gitlab-ce: remove ca_root_nss fetch dep for go ports Message-ID: <202311011058.3A1AwkAN049765@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=0573da1acf9f483288b969b210833948b7ee2afd commit 0573da1acf9f483288b969b210833948b7ee2afd Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2023-11-01 08:02:04 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2023-11-01 10:58:36 +0000 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 --- devel/gitaly/Makefile | 3 +-- devel/gitlab-shell/Makefile | 3 +-- textproc/gitlab-elasticsearch-indexer/Makefile | 3 +-- www/gitlab-workhorse/Makefile | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile index 5b07ee337c3e..b2e84e3c1aa6 100644 --- a/devel/gitaly/Makefile +++ b/devel/gitaly/Makefile @@ -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} diff --git a/devel/gitlab-shell/Makefile b/devel/gitlab-shell/Makefile index 47acb54aef5d..94580cafea0c 100644 --- a/devel/gitlab-shell/Makefile +++ b/devel/gitlab-shell/Makefile @@ -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} diff --git a/textproc/gitlab-elasticsearch-indexer/Makefile b/textproc/gitlab-elasticsearch-indexer/Makefile index 45202ffdc601..e95cf11e1d64 100644 --- a/textproc/gitlab-elasticsearch-indexer/Makefile +++ b/textproc/gitlab-elasticsearch-indexer/Makefile @@ -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} diff --git a/www/gitlab-workhorse/Makefile b/www/gitlab-workhorse/Makefile index 383a108fad7b..91ac2df6c4a9 100644 --- a/www/gitlab-workhorse/Makefile +++ b/www/gitlab-workhorse/Makefile @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311011058.3A1AwkAN049765>