Date: Tue, 21 Sep 2021 04:01:06 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: c7b293aff6fb - main - www/gitlab-ce: Change RUN_DEPENDS from rubygem-google-protobuf to rubygem-google-protobuf317 Message-ID: <202109210401.18L416KX058088@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=c7b293aff6fb18b5ad0e5afd0e258b1a5222771e commit c7b293aff6fb18b5ad0e5afd0e258b1a5222771e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-09-21 03:28:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-09-21 03:47:28 +0000 www/gitlab-ce: Change RUN_DEPENDS from rubygem-google-protobuf to rubygem-google-protobuf317 - Bump PORTREVISION for dependency change --- www/gitlab-ce/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile index b397f1158399..cec7d2d28622 100644 --- a/www/gitlab-ce/Makefile +++ b/www/gitlab-ce/Makefile @@ -2,7 +2,7 @@ PORTNAME= gitlab-ce PORTVERSION= 14.2.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -225,7 +225,7 @@ MY_DEPENDS= git>=2.32.0:devel/git \ rubygem-gitaly>=14.2.0.pre.rc2<14.3.0:net/rubygem-gitaly \ rubygem-kas-grpc>=0.0.2<0.1:net/rubygem-kas-grpc \ rubygem-grpc>=1.38.0<2:net/rubygem-grpc \ - rubygem-google-protobuf>=3.17.1<3.18:devel/rubygem-google-protobuf \ + rubygem-google-protobuf317>=3.17.1<3.18:devel/rubygem-google-protobuf317 \ rubygem-toml-rb>=2.0.1<3:www/rubygem-toml-rb \ rubygem-flipper021>=0.21.0<0.22:devel/rubygem-flipper021 \ rubygem-flipper-active_record-rails61>=0.21.0<0.22:databases/rubygem-flipper-active_record-rails61 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109210401.18L416KX058088>