svn commit: r567793 - head/devel/gitaly

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 7 22:56:30 UTC 2021


Author: sunpoet
Date: Sun Mar  7 22:56:26 2021
New Revision: 567793
URL: https://svnweb.freebsd.org/changeset/ports/567793

Log:
  Change RUN_DEPENDS from rubygem-google-protobuf to rubygem-google-protobuf314
  
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/gitaly/Makefile

Modified: head/devel/gitaly/Makefile
==============================================================================
--- head/devel/gitaly/Makefile	Sun Mar  7 22:56:20 2021	(r567792)
+++ head/devel/gitaly/Makefile	Sun Mar  7 22:56:26 2021	(r567793)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gitaly
 DISTVERSION=	13.9.2
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	mfechner at FreeBSD.org
@@ -27,7 +27,7 @@ MY_DEPENDS=	git>=2.29:devel/git \
 		rubygem-rbtrace>=0.4.14:devel/rubygem-rbtrace \
 		rubygem-gitlab-labkit>=0.15.0<0.16:devel/rubygem-gitlab-labkit \
 		rubygem-licensee>=9.14.1<9.15:devel/rubygem-licensee \
-		rubygem-google-protobuf>=3.12.0<4:devel/rubygem-google-protobuf
+		rubygem-google-protobuf314>=3.12.0<4:devel/rubygem-google-protobuf314
 BUILD_DEPENDS=	gem:devel/ruby-gems \
 		bash>0:shells/bash \
 		${MY_DEPENDS}


More information about the svn-ports-head mailing list