svn commit: r562889 - head/devel/rubygem-google-api-client
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Jan 26 17:47:21 UTC 2021
Author: sunpoet
Date: Tue Jan 26 17:47:09 2021
New Revision: 562889
URL: https://svnweb.freebsd.org/changeset/ports/562889
Log:
Update to 0.53.0
Changes: https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
Modified:
head/devel/rubygem-google-api-client/Makefile
head/devel/rubygem-google-api-client/distinfo
Modified: head/devel/rubygem-google-api-client/Makefile
==============================================================================
--- head/devel/rubygem-google-api-client/Makefile Tue Jan 26 17:47:05 2021 (r562888)
+++ head/devel/rubygem-google-api-client/Makefile Tue Jan 26 17:47:09 2021 (r562889)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= google-api-client
-PORTVERSION= 0.52.0
+PORTVERSION= 0.53.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -11,22 +11,12 @@ COMMENT= Client for accessing Google APIs
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-addressable>=2.5.1<3:www/rubygem-addressable \
- rubygem-googleauth>=0.9<1:security/rubygem-googleauth \
- rubygem-httpclient>=2.8.1<3.0:www/rubygem-httpclient \
- rubygem-mini_mime>=1.0<2:mail/rubygem-mini_mime \
- rubygem-representable>=3.0<4:textproc/rubygem-representable \
- rubygem-retriable>=2.0<4.0:devel/rubygem-retriable \
- rubygem-rexml>=0:textproc/rubygem-rexml \
- rubygem-signet>=0.12<1:security/rubygem-signet
+RUN_DEPENDS= rubygem-google-apis-core>=0.1<1:devel/rubygem-google-apis-core \
+ rubygem-google-apis-generator>=0.1<1:devel/rubygem-google-apis-generator
-USES= gem shebangfix
+USES= gem
USE_RUBY= yes
NO_ARCH= yes
-
-PLIST_FILES= bin/generate-api
-
-SHEBANG_FILES= .kokoro/*.sh
.include <bsd.port.mk>
Modified: head/devel/rubygem-google-api-client/distinfo
==============================================================================
--- head/devel/rubygem-google-api-client/distinfo Tue Jan 26 17:47:05 2021 (r562888)
+++ head/devel/rubygem-google-api-client/distinfo Tue Jan 26 17:47:09 2021 (r562889)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1608366236
-SHA256 (rubygem/google-api-client-0.52.0.gem) = 6b0c0add28e8bb057451760168fac5602cd3319201647dc439ce6de7bdd734e0
-SIZE (rubygem/google-api-client-0.52.0.gem) = 7721472
+TIMESTAMP = 1611665595
+SHA256 (rubygem/google-api-client-0.53.0.gem) = 41006ef21fe02a70cff39a10aebf84fa7fb5f24c63566ab12b149ff1f1d9d7ff
+SIZE (rubygem/google-api-client-0.53.0.gem) = 7762432
More information about the svn-ports-all
mailing list