svn commit: r466447 - head/net/rubygem-gitaly
Matthias Fechner
mfechner at FreeBSD.org
Wed Apr 4 16:36:33 UTC 2018
Author: mfechner
Date: Wed Apr 4 16:36:32 2018
New Revision: 466447
URL: https://svnweb.freebsd.org/changeset/ports/466447
Log:
Fixed outdated dependency for net/rubygem-gitaly.
Reviewed by: tz (mentor)
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D14944
Modified:
head/net/rubygem-gitaly/Makefile
Modified: head/net/rubygem-gitaly/Makefile
==============================================================================
--- head/net/rubygem-gitaly/Makefile Wed Apr 4 16:34:18 2018 (r466446)
+++ head/net/rubygem-gitaly/Makefile Wed Apr 4 16:36:32 2018 (r466447)
@@ -15,7 +15,7 @@ BUILD_DEPENDS= rubygem-bundler>=1.12:sysutils/rubygem-
rubygem-rake>=10.0:devel/rubygem-rake
RUN_DEPENDS= rubygem-google-protobuf>=3.4.0.2:devel/rubygem-google-protobuf \
rubygem-grpc>=1.0:net/rubygem-grpc \
- gitaly>=0.11.2:devel/gitaly
+ gitaly>=0.82.0:devel/gitaly
NO_ARCH= yes
USES= gem
More information about the svn-ports-all
mailing list