aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2017-01-03 03:05:26 +0800
committerswills <swills@FreeBSD.org>2017-01-03 03:05:26 +0800
commitb4b9d14b337a85f538e2ce3c502bb96394942dc6 (patch)
tree73ad3f93dd18fc6ddaa6efee09e190ddd7a00bab
parent78f9cd97bf01f7258d6b91991fd4ca7e20925c19 (diff)
downloadfreebsd-ports-gnome-b4b9d14b337a85f538e2ce3c502bb96394942dc6.tar.gz
freebsd-ports-gnome-b4b9d14b337a85f538e2ce3c502bb96394942dc6.tar.zst
freebsd-ports-gnome-b4b9d14b337a85f538e2ce3c502bb96394942dc6.zip
devel/rubygem-aws-sdk-v1: switch to json 1.x dep
-rw-r--r--devel/rubygem-aws-sdk-v1/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rubygem-aws-sdk-v1/Makefile b/devel/rubygem-aws-sdk-v1/Makefile
index aca29e4bac16..8bc83748196d 100644
--- a/devel/rubygem-aws-sdk-v1/Makefile
+++ b/devel/rubygem-aws-sdk-v1/Makefile
@@ -2,6 +2,7 @@
PORTNAME= aws-sdk-v1
PORTVERSION= 1.66.0
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -10,7 +11,7 @@ COMMENT= AWS SDK for Ruby V1
LICENSE= APACHE20
-RUN_DEPENDS= rubygem-json>=1.4:devel/rubygem-json \
+RUN_DEPENDS= rubygem-json1>=1.4:devel/rubygem-json1 \
rubygem-nokogiri>=1.4.4:textproc/rubygem-nokogiri
NO_ARCH= yes