git: 3e96679cdd01 - main - net/rubygem-gitaly: update to 14.6.0.pre.rc1

From: Matthias Fechner <mfechner_at_FreeBSD.org>
Date: Wed, 26 Jan 2022 10:43:24 UTC
The branch main has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3e96679cdd0198486309c762a70a9948bf85c3a4

commit 3e96679cdd0198486309c762a70a9948bf85c3a4
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2022-01-26 07:05:37 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2022-01-26 10:43:00 +0000

    net/rubygem-gitaly: update to 14.6.0.pre.rc1
    
    Required for gitlab-ce 14.7.
---
 net/rubygem-gitaly/Makefile                   |  5 ++---
 net/rubygem-gitaly/distinfo                   |  6 +++---
 net/rubygem-gitaly/files/patch-gitaly.gemspec | 18 ------------------
 3 files changed, 5 insertions(+), 24 deletions(-)

diff --git a/net/rubygem-gitaly/Makefile b/net/rubygem-gitaly/Makefile
index a24cf0013763..578cb268b72c 100644
--- a/net/rubygem-gitaly/Makefile
+++ b/net/rubygem-gitaly/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	gitaly
-PORTVERSION=	14.4.0.pre.rc43
-PORTREVISION=	0
+PORTVERSION=	14.6.0.pre.rc1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -10,7 +9,7 @@ COMMENT=	Auto-generated gRPC client for gitaly
 LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-grpc142>=1.0<2.0:net/rubygem-grpc142 \
-		gitaly>=14.4:devel/gitaly
+		gitaly>=14.6:devel/gitaly
 
 USES=		cpe gem
 USE_RUBY=	yes
diff --git a/net/rubygem-gitaly/distinfo b/net/rubygem-gitaly/distinfo
index 31b7312c59ec..7be8d7588ac8 100644
--- a/net/rubygem-gitaly/distinfo
+++ b/net/rubygem-gitaly/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1637599136
-SHA256 (rubygem/gitaly-14.4.0.pre.rc43.gem) = 6a688761a2156941095e0249f476b67d751bcbffc1c3712b4e4067c422ac4a08
-SIZE (rubygem/gitaly-14.4.0.pre.rc43.gem) = 25088
+TIMESTAMP = 1643138851
+SHA256 (rubygem/gitaly-14.6.0.pre.rc1.gem) = 05f15dc0263cdbc9e21dcf956b36b44b4fa5df07f3d102b5de354b04a683bc9c
+SIZE (rubygem/gitaly-14.6.0.pre.rc1.gem) = 25088
diff --git a/net/rubygem-gitaly/files/patch-gitaly.gemspec b/net/rubygem-gitaly/files/patch-gitaly.gemspec
deleted file mode 100644
index 38556c4fdab5..000000000000
--- a/net/rubygem-gitaly/files/patch-gitaly.gemspec
+++ /dev/null
@@ -1,18 +0,0 @@
---- gitaly.gemspec.orig	2021-11-21 06:47:10 UTC
-+++ gitaly.gemspec
-@@ -21,12 +21,12 @@ Gem::Specification.new do |s|
-     s.specification_version = 4
- 
-     if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
--      s.add_runtime_dependency(%q<grpc>.freeze, ["~> 1.0"])
-+      s.add_runtime_dependency(%q<grpc>.freeze, [">= 1.42.0.pre1"])
-     else
--      s.add_dependency(%q<grpc>.freeze, ["~> 1.0"])
-+      s.add_dependency(%q<grpc>.freeze, [">= 1.42.0.pre1"])
-     end
-   else
--    s.add_dependency(%q<grpc>.freeze, ["~> 1.0"])
-+    s.add_dependency(%q<grpc>.freeze, [">= 1.42.0.pre1"])
-   end
- end
-