diff options
author | swills <swills@FreeBSD.org> | 2017-01-03 03:03:22 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-01-03 03:03:22 +0800 |
commit | 78f9cd97bf01f7258d6b91991fd4ca7e20925c19 (patch) | |
tree | 5ba9dac83e1b5c13026057ed444963823a5bdd0a | |
parent | 0385b30be7bcfc3cb725ad77a822dd71a81dfea9 (diff) | |
download | freebsd-ports-gnome-78f9cd97bf01f7258d6b91991fd4ca7e20925c19.tar.gz freebsd-ports-gnome-78f9cd97bf01f7258d6b91991fd4ca7e20925c19.tar.zst freebsd-ports-gnome-78f9cd97bf01f7258d6b91991fd4ca7e20925c19.zip |
devel/rubygem-activesupport4: switch to json 1.x dep
-rw-r--r-- | devel/rubygem-activesupport4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rubygem-activesupport4/Makefile b/devel/rubygem-activesupport4/Makefile index 3a6b80e4421f..c025eb651a45 100644 --- a/devel/rubygem-activesupport4/Makefile +++ b/devel/rubygem-activesupport4/Makefile @@ -3,6 +3,7 @@ PORTNAME= activesupport PORTVERSION= 4.2.7.1 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -14,7 +15,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-i18n>=0.7:devel/rubygem-i18n \ - rubygem-json>=1.7.7:devel/rubygem-json \ + rubygem-json1>=1.7.7:devel/rubygem-json1 \ rubygem-minitest>=5.1:devel/rubygem-minitest \ rubygem-thread_safe>=0.3.4:devel/rubygem-thread_safe \ rubygem-tzinfo>=1.1:devel/rubygem-tzinfo |