Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Nov 2018 22:31:28 +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: r485823 - head/devel/rubygem-google-api-client
Message-ID:  <201811242231.wAOMVSDs083567@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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