Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2018 14:49:02 +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: r482517 - head/security/rubygem-googleauth
Message-ID:  <201810201449.w9KEn2WQ014507@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 20 14:49:02 2018
New Revision: 482517
URL: https://svnweb.freebsd.org/changeset/ports/482517

Log:
  Update to 0.6.7
  
  - Update WWW
  
  Changes:	https://github.com/googleapis/google-auth-library-ruby/blob/master/CHANGELOG.md

Modified:
  head/security/rubygem-googleauth/Makefile
  head/security/rubygem-googleauth/distinfo
  head/security/rubygem-googleauth/pkg-descr

Modified: head/security/rubygem-googleauth/Makefile
==============================================================================
--- head/security/rubygem-googleauth/Makefile	Sat Oct 20 14:48:54 2018	(r482516)
+++ head/security/rubygem-googleauth/Makefile	Sat Oct 20 14:49:02 2018	(r482517)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	googleauth
-PORTVERSION=	0.6.6
+PORTVERSION=	0.6.7
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -14,13 +14,16 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	rubygem-faraday>=0.12:www/rubygem-faraday \
 		rubygem-jwt>=1.4:www/rubygem-jwt \
-		rubygem-memoist>=0.12:devel/rubygem-memoist \
+		rubygem-memoist>=0.16:devel/rubygem-memoist \
 		rubygem-multi_json>=1.11:devel/rubygem-multi_json \
 		rubygem-os>=0.9:devel/rubygem-os \
 		rubygem-signet>=0.7:security/rubygem-signet
 
-NO_ARCH=	yes
+USES=		gem shebangfix
 USE_RUBY=	yes
-USES=		gem
+
+NO_ARCH=	yes
+
+SHEBANG_FILES=	.kokoro/*.sh
 
 .include <bsd.port.mk>

Modified: head/security/rubygem-googleauth/distinfo
==============================================================================
--- head/security/rubygem-googleauth/distinfo	Sat Oct 20 14:48:54 2018	(r482516)
+++ head/security/rubygem-googleauth/distinfo	Sat Oct 20 14:49:02 2018	(r482517)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1535138847
-SHA256 (rubygem/googleauth-0.6.6.gem) = 54dc5706fad7f8951e6216d4adc510c11774a4da59da8e5234e7ef0b5bb8879c
-SIZE (rubygem/googleauth-0.6.6.gem) = 42496
+TIMESTAMP = 1539962821
+SHA256 (rubygem/googleauth-0.6.7.gem) = 98ba78eab60aef2f8517ba2008b2c02bed84785cafbde58bbdbd2a6f739047fa
+SIZE (rubygem/googleauth-0.6.7.gem) = 44032

Modified: head/security/rubygem-googleauth/pkg-descr
==============================================================================
--- head/security/rubygem-googleauth/pkg-descr	Sat Oct 20 14:48:54 2018	(r482516)
+++ head/security/rubygem-googleauth/pkg-descr	Sat Oct 20 14:49:02 2018	(r482517)
@@ -4,4 +4,4 @@ authorization for accessing Google APIs and provides s
 Default Credentials, as described at
 https://developers.google.com/accounts/docs/application-default-credentials
 
-WWW: https://github.com/google/google-auth-library-ruby
+WWW: https://github.com/googleapis/google-auth-library-ruby



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