git: 0041ed92f80f - main - www/gitlab-ce: Change RUN_DEPENDS from rubygem-gettext_i18n_rails to rubygem-gettext_i18n_rails18
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:18:41 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0041ed92f80ffb6d5852d6239085ba1fc1811f2c
commit 0041ed92f80ffb6d5852d6239085ba1fc1811f2c
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:55:05 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:06:31 +0000
www/gitlab-ce: Change RUN_DEPENDS from rubygem-gettext_i18n_rails to rubygem-gettext_i18n_rails18
- 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 ba6c75209cbe..cdf41ad8aab1 100644
--- a/www/gitlab-ce/Makefile
+++ b/www/gitlab-ce/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gitlab-ce
PORTVERSION= 15.5.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www devel
MAINTAINER= mfechner@FreeBSD.org
@@ -198,7 +198,7 @@ MY_DEPENDS= git>=2.32.0:devel/git \
rubygem-thrift>=0.16.0:devel/rubygem-thrift \
rubygem-ruby_parser>=3.15<4.0:devel/rubygem-ruby_parser \
rubygem-rails-i18n-rails61>=7.0<8:devel/rubygem-rails-i18n-rails61 \
- rubygem-gettext_i18n_rails>=1.8.0<1.9.0:devel/rubygem-gettext_i18n_rails \
+ rubygem-gettext_i18n_rails18>=1.8.0<1.9.0:devel/rubygem-gettext_i18n_rails18 \
rubygem-gettext_i18n_rails_js-rails61>=1.3<2.0:devel/rubygem-gettext_i18n_rails_js-rails61 \
rubygem-gettext>=3.3<4:devel/rubygem-gettext \
rubygem-batch-loader>=2.0.1<2.1:devel/rubygem-batch-loader \