git: da92b2a12520 - main - devel/gitaly: Change RUN_DEPENDS from rubygem-google-protobuf to rubygem-google-protobuf319

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 16 Apr 2022 04:25:06 UTC
The branch main has been updated by sunpoet:

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

commit da92b2a12520842433e5cde16a7500c93631aa55
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-04-16 04:14:53 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-04-16 04:19:49 +0000

    devel/gitaly: Change RUN_DEPENDS from rubygem-google-protobuf to rubygem-google-protobuf319
    
    - Bump PORTREVISION for dependency change
---
 devel/gitaly/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile
index afe9fc100ae2..ab21ac4e1a79 100644
--- a/devel/gitaly/Makefile
+++ b/devel/gitaly/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gitaly
 DISTVERSION=	14.9.3
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	mfechner@FreeBSD.org
@@ -29,7 +29,7 @@ MY_DEPENDS=	git>=2.35.1:devel/git \
 		rubygem-rbtrace>=0.4.14:devel/rubygem-rbtrace \
 		rubygem-gitlab-labkit>=0.22.0<0.23:devel/rubygem-gitlab-labkit \
 		rubygem-licensee>=9.14.1<9.15:devel/rubygem-licensee \
-		rubygem-google-protobuf>=3.19.0<3.20:devel/rubygem-google-protobuf
+		rubygem-google-protobuf319>=3.19.0<3.20:devel/rubygem-google-protobuf319
 BUILD_DEPENDS=	gem:devel/ruby-gems \
 		bash>0:shells/bash \
 		${MY_DEPENDS}