Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Oct 2021 07:51:13 GMT
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 1cc165530a19 - 2021Q4 - www/gitlab-ce: Revert unapproved modification that broke gitlab
Message-ID:  <202110050751.1957pDMt065593@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q4 has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1cc165530a199a5cffad3e004980c0712d8dc74b

commit 1cc165530a199a5cffad3e004980c0712d8dc74b
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2021-10-05 05:45:30 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2021-10-05 07:51:05 +0000

    www/gitlab-ce: Revert unapproved modification that broke gitlab
    
    (cherry picked from commit 7dcb3ca59065e8f1c74bbed2f64f3bc8100bbc18)
---
 devel/gitaly/Makefile                 |  4 ++--
 devel/gitaly/files/patch-ruby_Gemfile |  9 ++-------
 www/gitlab-ce/Makefile                |  2 +-
 www/gitlab-ce/files/patch-Gemfile     | 11 +----------
 4 files changed, 6 insertions(+), 20 deletions(-)

diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile
index acde6b530def..12ab0cc9661a 100644
--- a/devel/gitaly/Makefile
+++ b/devel/gitaly/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gitaly
 DISTVERSION=	14.3.2
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	mfechner@FreeBSD.org
@@ -15,7 +15,7 @@ MY_DEPENDS=	git>=2.32.0:devel/git \
 		rubygem-rugged>=1.1<2:devel/rubygem-rugged \
 		rubygem-github-linguist>=7.12.1<8:textproc/rubygem-github-linguist \
 		rubygem-gitlab-markup>=1.7.1<1.8.0:textproc/rubygem-gitlab-markup \
-		rubygem-activesupport61>=6.1.3.2<6.2:devel/rubygem-activesupport61 \
+		rubygem-activesupport61>=6.1.3.2<6.1.4:devel/rubygem-activesupport61 \
 		rubygem-rdoc>=6.3.2<7.0:devel/rubygem-rdoc \
 		rubygem-gitlab-gollum-lib>=4.2.7.10.gitlab.1<4.2.8:www/rubygem-gitlab-gollum-lib \
 		rubygem-gitlab-gollum-rugged_adapter>=0.4.4.4.gitlab.1<0.4.5.0:www/rubygem-gitlab-gollum-rugged_adapter \
diff --git a/devel/gitaly/files/patch-ruby_Gemfile b/devel/gitaly/files/patch-ruby_Gemfile
index 5cd62893b24e..2e700525ffc0 100644
--- a/devel/gitaly/files/patch-ruby_Gemfile
+++ b/devel/gitaly/files/patch-ruby_Gemfile
@@ -1,11 +1,6 @@
---- ruby/Gemfile.orig	2021-09-21 10:03:53 UTC
+--- ruby/Gemfile.orig	2021-08-31 13:54:28 UTC
 +++ ruby/Gemfile
-@@ -3,31 +3,20 @@ source 'https://rubygems.org'
- gem 'rugged', '~> 1.1'
- gem 'github-linguist', '~> 7.12', require: 'linguist'
- gem 'gitlab-markup', '~> 1.7.1'
--gem 'activesupport', '~> 6.1.3.2'
-+gem 'activesupport', '>= 6.1.3.2', '< 6.2'
+@@ -7,27 +7,16 @@ gem 'activesupport', '~> 6.1.3.2'
  gem 'rdoc', '~> 6.0'
  gem 'gitlab-gollum-lib', '~> 4.2.7.10.gitlab.1', require: false
  gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4.4.gitlab.1', require: false
diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile
index 85a4e9fcf9a1..c1fdf22a51bb 100644
--- a/www/gitlab-ce/Makefile
+++ b/www/gitlab-ce/Makefile
@@ -24,7 +24,7 @@ MY_DEPENDS=	git>=2.32.0:devel/git \
 	yarn>=1.10.0:www/yarn \
 	gtar>0:archivers/gtar \
 	bash>0:shells/bash \
-	rubygem-rails61>=6.1.3.2<6.2:www/rubygem-rails61 \
+	rubygem-rails61>=6.1.3.2<6.1.4:www/rubygem-rails61 \
 	rubygem-bootsnap14>=1.4.6<2.0:devel/rubygem-bootsnap14 \
 	rubygem-responders-rails61>=3.0<4.0:www/rubygem-responders-rails61 \
 	rubygem-sprockets3>=3.7<3.8:devel/rubygem-sprockets3 \
diff --git a/www/gitlab-ce/files/patch-Gemfile b/www/gitlab-ce/files/patch-Gemfile
index bf2d26d8a95e..a00d2284d787 100644
--- a/www/gitlab-ce/files/patch-Gemfile
+++ b/www/gitlab-ce/files/patch-Gemfile
@@ -1,14 +1,5 @@
---- Gemfile.orig	2021-09-21 10:06:28 UTC
+--- Gemfile.orig	2021-10-01 16:06:26 UTC
 +++ Gemfile
-@@ -2,7 +2,7 @@
- 
- source 'https://rubygems.org'
- 
--gem 'rails', '~> 6.1.3.2'
-+gem 'rails', '>= 6.1.3.2', '< 6.2'
- 
- gem 'bootsnap', '~> 1.4.6'
- 
 @@ -88,7 +88,7 @@ gem 'gpgme', '~> 2.0.19'
  # GitLab fork with several improvements to original library. For full list of changes
  # see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master



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