svn commit: r485823 - head/devel/rubygem-google-api-client

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 24 22:31:32 UTC 2018


Author: sunpoet
Date: Sat Nov 24 22:31:28 2018
New Revision: 485823
URL: https://svnweb.freebsd.org/changeset/ports/485823

Log:
  Change RUN_DEPENDS from rubygem-googleauth to rubygem-googleauth06
  
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/rubygem-google-api-client/Makefile

Modified: head/devel/rubygem-google-api-client/Makefile
==============================================================================
--- head/devel/rubygem-google-api-client/Makefile	Sat Nov 24 22:31:18 2018	(r485822)
+++ head/devel/rubygem-google-api-client/Makefile	Sat Nov 24 22:31:28 2018	(r485823)
@@ -2,6 +2,7 @@
 
 PORTNAME=	google-api-client
 PORTVERSION=	0.25.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,7 +13,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-addressable>=2.5.1:www/rubygem-addressable \
-		rubygem-googleauth>=0.5:security/rubygem-googleauth \
+		rubygem-googleauth06>=0.5:security/rubygem-googleauth06 \
 		rubygem-httpclient>=2.8.1:www/rubygem-httpclient \
 		rubygem-mime-types>=3.0:misc/rubygem-mime-types \
 		rubygem-representable>=3.0:textproc/rubygem-representable \


More information about the svn-ports-all mailing list