From nobody Tue Oct 05 07:51:13 2021 X-Original-To: dev-commits-ports-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id EDB5F17E3C4F; Tue, 5 Oct 2021 07:51:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HNqXK6NMpz4STD; Tue, 5 Oct 2021 07:51:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BB4CE9E9; Tue, 5 Oct 2021 07:51:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1957pDtV065594; Tue, 5 Oct 2021 07:51:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1957pDMt065593; Tue, 5 Oct 2021 07:51:13 GMT (envelope-from git) Date: Tue, 5 Oct 2021 07:51:13 GMT Message-Id: <202110050751.1957pDMt065593@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Matthias Fechner Subject: git: 1cc165530a19 - 2021Q4 - www/gitlab-ce: Revert unapproved modification that broke gitlab List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-branches@freebsd.org X-BeenThere: dev-commits-ports-branches@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mfechner X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q4 X-Git-Reftype: branch X-Git-Commit: 1cc165530a199a5cffad3e004980c0712d8dc74b Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch 2021Q4 has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=1cc165530a199a5cffad3e004980c0712d8dc74b commit 1cc165530a199a5cffad3e004980c0712d8dc74b Author: Matthias Fechner AuthorDate: 2021-10-05 05:45:30 +0000 Commit: Matthias Fechner 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