Skip to content

Commit

Permalink
net/rubygem-fog-google: Fix build after 20eebde
Browse files Browse the repository at this point in the history
- Change RUN_DEPENDS from rubygem-fog-core to rubygem-fog-core210
- Bump PORTREVISION for dependency change
  • Loading branch information
sunpoet committed Mar 25, 2022
1 parent e89ee4b commit b5aabf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net/rubygem-fog-google/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= fog-google
PORTVERSION= 1.18.0
PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG

Expand All @@ -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 \
Expand Down

0 comments on commit b5aabf2

Please sign in to comment.