svn commit: r509354 - head/net/rubygem-google-cloud-storage

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 19 20:53:02 UTC 2019


Author: sunpoet
Date: Mon Aug 19 20:53:01 2019
New Revision: 509354
URL: https://svnweb.freebsd.org/changeset/ports/509354

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

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

Modified: head/net/rubygem-google-cloud-storage/Makefile
==============================================================================
--- head/net/rubygem-google-cloud-storage/Makefile	Mon Aug 19 20:52:56 2019	(r509353)
+++ head/net/rubygem-google-cloud-storage/Makefile	Mon Aug 19 20:53:01 2019	(r509354)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	google-cloud-storage
-PORTVERSION=	1.20.0
+PORTVERSION=	1.21.0
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -12,12 +12,12 @@ COMMENT=	Official library for Google Cloud Storage
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-addressable>=2.5<3.0:www/rubygem-addressable \
-		rubygem-digest-crc>=0.4<1.0:security/rubygem-digest-crc \
-		rubygem-google-api-client>=0.26<1.0:devel/rubygem-google-api-client \
-		rubygem-google-cloud-core>=1.2<2.0:net/rubygem-google-cloud-core \
+RUN_DEPENDS=	rubygem-addressable>=2.5<3:www/rubygem-addressable \
+		rubygem-digest-crc>=0.4<1:security/rubygem-digest-crc \
+		rubygem-google-api-client>=0.26<1:devel/rubygem-google-api-client \
+		rubygem-google-cloud-core>=1.2<2:net/rubygem-google-cloud-core \
 		rubygem-googleauth>=0.6.2<0.10.0:security/rubygem-googleauth \
-		rubygem-mini_mime>=1.0<2.0:mail/rubygem-mini_mime
+		rubygem-mini_mime>=1.0<2:mail/rubygem-mini_mime
 
 USES=		gem
 USE_RUBY=	yes

Modified: head/net/rubygem-google-cloud-storage/distinfo
==============================================================================
--- head/net/rubygem-google-cloud-storage/distinfo	Mon Aug 19 20:52:56 2019	(r509353)
+++ head/net/rubygem-google-cloud-storage/distinfo	Mon Aug 19 20:53:01 2019	(r509354)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1565514605
-SHA256 (rubygem/google-cloud-storage-1.20.0.gem) = c618e8f5e5b6ad87df82016012e0f450629421b879cc1b11be52fcaf0d969b77
-SIZE (rubygem/google-cloud-storage-1.20.0.gem) = 81920
+TIMESTAMP = 1566229440
+SHA256 (rubygem/google-cloud-storage-1.21.0.gem) = a95d17d99efdb4f9d673ce2dabf3185840b736a5d450167085972511ecd57be5
+SIZE (rubygem/google-cloud-storage-1.21.0.gem) = 82432


More information about the svn-ports-all mailing list