From owner-svn-ports-all@freebsd.org Mon Jan 2 19:11:52 2017 Return-Path: Delivered-To: svn-ports-all@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 A07BCC9B733; Mon, 2 Jan 2017 19:11:52 +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 7007C11A3; Mon, 2 Jan 2017 19:11:52 +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 v02JBpLj049067; Mon, 2 Jan 2017 19:11:51 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v02JBphG049066; Mon, 2 Jan 2017 19:11:51 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201701021911.v02JBphG049066@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:11:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430394 - head/devel/rubygem-rdoc3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jan 2017 19:11:52 -0000 Author: swills Date: Mon Jan 2 19:11:51 2017 New Revision: 430394 URL: https://svnweb.freebsd.org/changeset/ports/430394 Log: devel/rubygem-rdoc3: switch to json 1.x dep Modified: head/devel/rubygem-rdoc3/Makefile Modified: head/devel/rubygem-rdoc3/Makefile ============================================================================== --- head/devel/rubygem-rdoc3/Makefile Mon Jan 2 19:10:58 2017 (r430393) +++ head/devel/rubygem-rdoc3/Makefile Mon Jan 2 19:11:51 2017 (r430394) @@ -2,6 +2,7 @@ PORTNAME= rdoc PORTVERSION= 3.12.2 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 3 @@ -13,7 +14,7 @@ LICENSE= GPLv2 RUBY LICENSE_COMB= dual LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.rdoc -RUN_DEPENDS= rubygem-json>=1.4:devel/rubygem-json +RUN_DEPENDS= rubygem-json1>=1.4:devel/rubygem-json1 NO_ARCH= yes USE_RUBY= yes