Date: Mon, 2 Jan 2017 19:03:23 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430391 - head/devel/rubygem-activesupport4 Message-ID: <201701021903.v02J3Nm4045436@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Mon Jan 2 19:03:22 2017 New Revision: 430391 URL: https://svnweb.freebsd.org/changeset/ports/430391 Log: devel/rubygem-activesupport4: switch to json 1.x dep Modified: head/devel/rubygem-activesupport4/Makefile Modified: head/devel/rubygem-activesupport4/Makefile ============================================================================== --- head/devel/rubygem-activesupport4/Makefile Mon Jan 2 18:58:39 2017 (r430390) +++ head/devel/rubygem-activesupport4/Makefile Mon Jan 2 19:03:22 2017 (r430391) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701021903.v02J3Nm4045436>