Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2024 15:39:12 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: 6b48a4fbbed1 - main - www/gitlab-ce: Update RUN_DEPENDS
Message-ID:  <202402211539.41LFdCQt091060@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=6b48a4fbbed1d124465aa72606b03e6ab559817c

commit 6b48a4fbbed1d124465aa72606b03e6ab559817c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-02-21 15:03:48 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-02-21 15:15:28 +0000

    www/gitlab-ce: Update RUN_DEPENDS
    
    - Change RUN_DEPENDS from rubygem-bootsnap to rubygem-bootsnap117
    - Change RUN_DEPENDS from rubygem-google-apis-core to rubygem-google-apis-core011
    - Change RUN_DEPENDS from rubygem-google-cloud-storage to rubygem-google-cloud-storage145
    - Bump PORTREVISION for dependency change
---
 www/gitlab-ce/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile
index e83aaff711b7..5f39d6f6ea10 100644
--- a/www/gitlab-ce/Makefile
+++ b/www/gitlab-ce/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	gitlab-ce
 PORTVERSION=	16.8.2
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	www devel
 
 # include patch to fix database migration
@@ -37,7 +38,7 @@ MY_DEPENDS=	git>=2.41.0:devel/git \
 	rubygem-net-pop>=0:mail/rubygem-net-pop \
 	rubygem-psych3>=3.1<4:textproc/rubygem-psych3 \
 	rubygem-rails70>=7.0.8<7.1:www/rubygem-rails70 \
-	rubygem-bootsnap>=1.17.1<1.18:devel/rubygem-bootsnap \
+	rubygem-bootsnap117>=1.17.0<1.18:devel/rubygem-bootsnap117 \
 	rubygem-openssl>=3.0<4:security/rubygem-openssl \
 	rubygem-ipaddr>=1.2.5<1.3:net/rubygem-ipaddr \
 	rubygem-responders-rails70>=3.0<4.0:www/rubygem-responders-rails70 \
@@ -110,8 +111,8 @@ MY_DEPENDS=	git>=2.41.0:devel/git \
 	rubygem-fog-aliyun>=0.4<1.0:net/rubygem-fog-aliyun \
 	rubygem-gitlab-fog-azure-rm>=1.8.0<1.9:net/rubygem-gitlab-fog-azure-rm \
 	rubygem-google-apis-storage_v1>=0.29<1:devel/rubygem-google-apis-storage_v1 \
-	rubygem-google-cloud-storage>=1.45.0<1.46:net/rubygem-google-cloud-storage \
-	rubygem-google-apis-core>=0.11.2<0.12:devel/rubygem-google-apis-core \
+	rubygem-google-cloud-storage145>=1.45.0<1.46:net/rubygem-google-cloud-storage145 \
+	rubygem-google-apis-core011>=0.11.2<0.12:devel/rubygem-google-apis-core011 \
 	rubygem-google-apis-compute_v1_057>=0.57.0<0.58:devel/rubygem-google-apis-compute_v1_057 \
 	rubygem-google-apis-container_v1>=0.43.0<0.44:devel/rubygem-google-apis-container_v1 \
 	rubygem-google-apis-container_v1beta1>=0.43.0<0.44:devel/rubygem-google-apis-container_v1beta1 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211539.41LFdCQt091060>