Date: Tue, 31 Dec 2024 16:05:41 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ff0a651e4ec1 - main - www/gitlab: Change RUN_DEPENDS from rubygem-google-apis-iam_v1 to rubygem-google-apis-iam_v1-gitlab Message-ID: <202412311605.4BVG5feH001173@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ff0a651e4ec1f8ce05c3bf742a462c99eb7271b5 commit ff0a651e4ec1f8ce05c3bf742a462c99eb7271b5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-12-31 15:57:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-12-31 15:57:08 +0000 www/gitlab: Change RUN_DEPENDS from rubygem-google-apis-iam_v1 to rubygem-google-apis-iam_v1-gitlab - Bump PORTREVISION for dependency change --- www/gitlab/Makefile | 2 +- www/gitlab/Makefile.common | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index aaf3551a7042..cacea456b470 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -123,7 +123,7 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \ rubygem-google-apis-container_v1beta1>=0.43.0<0.44:devel/rubygem-google-apis-container_v1beta1 \ rubygem-google-apis-cloudbilling_v1>=0.21.0<0.22:devel/rubygem-google-apis-cloudbilling_v1 \ rubygem-google-apis-cloudresourcemanager_v1-gitlab>=0.31.0<0.32:devel/rubygem-google-apis-cloudresourcemanager_v1-gitlab \ - rubygem-google-apis-iam_v1>=0.36.0<0.37:devel/rubygem-google-apis-iam_v1 \ + rubygem-google-apis-iam_v1-gitlab>=0.36.0<0.37:devel/rubygem-google-apis-iam_v1-gitlab \ rubygem-google-apis-serviceusage_v1>=0.28.0<0.29:devel/rubygem-google-apis-serviceusage_v1 \ rubygem-google-apis-sqladmin_v1beta4-gitlab>=0.41.0<0.42:devel/rubygem-google-apis-sqladmin_v1beta4-gitlab \ rubygem-google-apis-androidpublisher_v3-gitlab>=0.34.0<0.35:devel/rubygem-google-apis-androidpublisher_v3-gitlab \ diff --git a/www/gitlab/Makefile.common b/www/gitlab/Makefile.common index 59f82d99c2a1..a7158011bdbc 100644 --- a/www/gitlab/Makefile.common +++ b/www/gitlab/Makefile.common @@ -1,5 +1,5 @@ GITLAB_VERSION= 17.7.0 -GITLAB_PORTREVISION= 2 +GITLAB_PORTREVISION= 3 # Git version gitaly should use (from gitlab mirror) # Find current tag from Makefile and .gitlab-ci.yaml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412311605.4BVG5feH001173>