Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2019 19:52:21 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509745 - head/net/rubygem-google-cloud-core
Message-ID:  <201908241952.x7OJqLBZ085865@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Aug 24 19:52:21 2019
New Revision: 509745
URL: https://svnweb.freebsd.org/changeset/ports/509745

Log:
  Update to 1.3.1
  
  - Update version requirement of RUN_DEPENDS
  
  Changes:	https://github.com/googleapis/google-cloud-ruby/releases
  		https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-core/CHANGELOG.md

Modified:
  head/net/rubygem-google-cloud-core/Makefile
  head/net/rubygem-google-cloud-core/distinfo

Modified: head/net/rubygem-google-cloud-core/Makefile
==============================================================================
--- head/net/rubygem-google-cloud-core/Makefile	Sat Aug 24 19:52:16 2019	(r509744)
+++ head/net/rubygem-google-cloud-core/Makefile	Sat Aug 24 19:52:21 2019	(r509745)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	google-cloud-core
-PORTVERSION=	1.3.0
+PORTVERSION=	1.3.1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -12,7 +12,7 @@ COMMENT=	Internal shared library for Google Cloud Clie
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-google-cloud-env>=1.0:net/rubygem-google-cloud-env
+RUN_DEPENDS=	rubygem-google-cloud-env>=1.0<2:net/rubygem-google-cloud-env
 
 USES=		gem
 USE_RUBY=	yes

Modified: head/net/rubygem-google-cloud-core/distinfo
==============================================================================
--- head/net/rubygem-google-cloud-core/distinfo	Sat Aug 24 19:52:16 2019	(r509744)
+++ head/net/rubygem-google-cloud-core/distinfo	Sat Aug 24 19:52:21 2019	(r509745)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1549018947
-SHA256 (rubygem/google-cloud-core-1.3.0.gem) = 45627cccef12e1faf1a0635e3442275169c065468bb596e4e2cd48fc8628163f
-SIZE (rubygem/google-cloud-core-1.3.0.gem) = 23552
+TIMESTAMP = 1566663029
+SHA256 (rubygem/google-cloud-core-1.3.1.gem) = fe57280c7277c4204be374c7a41f5a911b1345d5a9cce871d3fce71052c87d91
+SIZE (rubygem/google-cloud-core-1.3.1.gem) = 23552



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908241952.x7OJqLBZ085865>