git: b5aabf27208d - main - net/rubygem-fog-google: Fix build after 20eebde0007ccd620bf0c593b2d3b60b0d5fd2ec
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Mar 2022 17:57:23 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b5aabf27208d825e2ac995e2deff1596574daa5d
commit b5aabf27208d825e2ac995e2deff1596574daa5d
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-25 17:56:49 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-25 17:57:03 +0000
net/rubygem-fog-google: Fix build after 20eebde0007ccd620bf0c593b2d3b60b0d5fd2ec
- Change RUN_DEPENDS from rubygem-fog-core to rubygem-fog-core210
- Bump PORTREVISION for dependency change
---
net/rubygem-fog-google/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net/rubygem-fog-google/Makefile b/net/rubygem-fog-google/Makefile
index e761119f4321..5d7a948b23a3 100644
--- a/net/rubygem-fog-google/Makefile
+++ b/net/rubygem-fog-google/Makefile
@@ -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 \