svn commit: r430391 - head/devel/rubygem-activesupport4

Steve Wills swills at FreeBSD.org
Mon Jan 2 19:03:24 UTC 2017


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


More information about the svn-ports-all mailing list