svn commit: r452474 - in head/net/rubygem-grpc: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 19 20:35:57 UTC 2017


Author: sunpoet
Date: Thu Oct 19 20:35:55 2017
New Revision: 452474
URL: https://svnweb.freebsd.org/changeset/ports/452474

Log:
  Fix gemspec for rubygem-googleauth 0.6.0 update
  
  - Bump PORTREVISION for package change

Modified:
  head/net/rubygem-grpc/Makefile
  head/net/rubygem-grpc/files/grpc.gemspec   (contents, props changed)

Modified: head/net/rubygem-grpc/Makefile
==============================================================================
--- head/net/rubygem-grpc/Makefile	Thu Oct 19 20:35:50 2017	(r452473)
+++ head/net/rubygem-grpc/Makefile	Thu Oct 19 20:35:55 2017	(r452474)
@@ -2,7 +2,7 @@
 
 PORTNAME=	grpc
 PORTVERSION=	1.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 

Modified: head/net/rubygem-grpc/files/grpc.gemspec
==============================================================================
--- head/net/rubygem-grpc/files/grpc.gemspec	Thu Oct 19 20:35:50 2017	(r452473)
+++ head/net/rubygem-grpc/files/grpc.gemspec	Thu Oct 19 20:35:55 2017	(r452474)
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
 
     if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
       s.add_runtime_dependency(%q<google-protobuf>.freeze, ["~> 3.1"])
-      s.add_runtime_dependency(%q<googleauth>.freeze, ["~> 0.5.1"])
+      s.add_runtime_dependency(%q<googleauth>.freeze, ["~> 0.5", ">= 0.5.1"])
       s.add_development_dependency(%q<bundler>.freeze, ["~> 1.9"])
       s.add_development_dependency(%q<facter>.freeze, ["~> 2.4"])
       s.add_development_dependency(%q<logging>.freeze, ["~> 2.0"])


More information about the svn-ports-all mailing list