diff options
-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 |