1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

net/rubygem-fog-google: Fix build after 20eebde000

- Change RUN_DEPENDS from rubygem-fog-core to rubygem-fog-core210
- Bump PORTREVISION for dependency change
This commit is contained in:
Po-Chuan Hsieh 2022-03-26 01:56:49 +08:00
parent e89ee4ba47
commit b5aabf2720
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -2,6 +2,7 @@
PORTNAME= fog-google
PORTVERSION= 1.18.0
PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
@ -11,7 +12,7 @@ COMMENT= Module for the 'fog' gem to support Google Cloud
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-fog-core>=0<2.3:devel/rubygem-fog-core \
RUN_DEPENDS= rubygem-fog-core210>=0<2.3:devel/rubygem-fog-core210 \
rubygem-fog-json>=1.2<2:devel/rubygem-fog-json \
rubygem-fog-xml>=0.1.0<0.2:textproc/rubygem-fog-xml \
rubygem-google-apis-compute_v1>=0.14<1:devel/rubygem-google-apis-compute_v1 \