From owner-svn-ports-head@freebsd.org Mon Jan 2 19:46:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DACBC9CA77; Mon, 2 Jan 2017 19:46:07 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D13911114; Mon, 2 Jan 2017 19:46:06 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v02Jk6Vt063731; Mon, 2 Jan 2017 19:46:06 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v02Jk6gH063730; Mon, 2 Jan 2017 19:46:06 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201701021946.v02Jk6gH063730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 2 Jan 2017 19:46:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430402 - head/net/rubygem-amqp-utils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jan 2017 19:46:07 -0000 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