From owner-svn-ports-head@FreeBSD.ORG Sun Jun 21 13:54:54 2015 Return-Path: Delivered-To: svn-ports-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 40EB6FFF; Sun, 21 Jun 2015 13:54:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 2FBE0768; Sun, 21 Jun 2015 13:54:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5LDss7t068059; Sun, 21 Jun 2015 13:54:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5LDsrfN068056; Sun, 21 Jun 2015 13:54:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506211354.t5LDsrfN068056@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 21 Jun 2015 13:54:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390221 - head/devel/rubygem-grape 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.20 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: Sun, 21 Jun 2015 13:54:54 -0000 Author: sunpoet Date: Sun Jun 21 13:54:53 2015 New Revision: 390221 URL: https://svnweb.freebsd.org/changeset/ports/390221 Log: - Update to 0.12.0 - Update RUN_DEPENDS: use Rails 4 Changes: https://github.com/intridea/grape/blob/master/CHANGELOG.md Modified: head/devel/rubygem-grape/Makefile head/devel/rubygem-grape/distinfo Modified: head/devel/rubygem-grape/Makefile ============================================================================== --- head/devel/rubygem-grape/Makefile Sun Jun 21 13:54:47 2015 (r390220) +++ head/devel/rubygem-grape/Makefile Sun Jun 21 13:54:53 2015 (r390221) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= grape -PORTVERSION= 0.11.0 -PORTREVISION= 1 +PORTVERSION= 0.12.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +10,7 @@ COMMENT= Framework for rapid API develop LICENSE= MIT -RUN_DEPENDS= rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \ +RUN_DEPENDS= rubygem-activesupport4>=0:${PORTSDIR}/devel/rubygem-activesupport4 \ rubygem-builder32>=0:${PORTSDIR}/devel/rubygem-builder32 \ rubygem-hashie>=2.1.0:${PORTSDIR}/devel/rubygem-hashie \ rubygem-multi_json>=1.3.2:${PORTSDIR}/devel/rubygem-multi_json \ Modified: head/devel/rubygem-grape/distinfo ============================================================================== --- head/devel/rubygem-grape/distinfo Sun Jun 21 13:54:47 2015 (r390220) +++ head/devel/rubygem-grape/distinfo Sun Jun 21 13:54:53 2015 (r390221) @@ -1,2 +1,2 @@ -SHA256 (rubygem/grape-0.11.0.gem) = 964ca1763642f1177a32d507716cfc2d0f1fe6361b70e44a74b91c24e8c7c10f -SIZE (rubygem/grape-0.11.0.gem) = 129536 +SHA256 (rubygem/grape-0.12.0.gem) = 10f734beac29c420f951afbc3d33f1748c08f72bab1a6227f294e34ba1a663d7 +SIZE (rubygem/grape-0.12.0.gem) = 136192