svn commit: r430402 - head/net/rubygem-amqp-utils

Steve Wills swills at FreeBSD.org
Mon Jan 2 19:46:07 UTC 2017


Author: swills
Date: Mon Jan  2 19:46:05 2017
New Revision: 430402
URL: https://svnweb.freebsd.org/changeset/ports/430402

Log:
  net/rubygem-amqp-utils: switch to json 1.x dep

Modified:
  head/net/rubygem-amqp-utils/Makefile

Modified: head/net/rubygem-amqp-utils/Makefile
==============================================================================
--- head/net/rubygem-amqp-utils/Makefile	Mon Jan  2 19:44:08 2017	(r430401)
+++ head/net/rubygem-amqp-utils/Makefile	Mon Jan  2 19:46:05 2017	(r430402)
@@ -3,7 +3,7 @@
 
 PORTNAME=	amqp-utils
 PORTVERSION=	0.5.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -16,7 +16,7 @@ RUN_DEPENDS=	rubygem-amqp>=0.7.1:net/rub
 		rubygem-clio>=0.3.0:devel/rubygem-clio \
 		rubygem-facets>=2.9:devel/rubygem-facets \
 		rubygem-heredoc_unindent>=1.1.2:textproc/rubygem-heredoc_unindent \
-		rubygem-json>=1.5:devel/rubygem-json \
+		rubygem-json1>=1.5:devel/rubygem-json1 \
 		rubygem-msgpack>=0.4.5:devel/rubygem-msgpack \
 		rubygem-trollop1>=1.16.2:devel/rubygem-trollop1
 


More information about the svn-ports-all mailing list