From owner-svn-ports-all@freebsd.org Thu Aug 13 17:36:35 2015 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 D38589B8AB5; Thu, 13 Aug 2015 17:36:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.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 ABFF7E45; Thu, 13 Aug 2015 17:36:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7DHaZQq052054; Thu, 13 Aug 2015 17:36:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7DHaYAk052051; Thu, 13 Aug 2015 17:36:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508131736.t7DHaYAk052051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 13 Aug 2015 17:36:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394140 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 13 Aug 2015 17:36:35 -0000 Author: sunpoet Date: Thu Aug 13 17:36:34 2015 New Revision: 394140 URL: https://svnweb.freebsd.org/changeset/ports/394140 Log: - Update to 0.13.0 - Update WWW Changes: https://github.com/ruby-grape/grape/blob/master/CHANGELOG.md Modified: head/devel/rubygem-grape/Makefile head/devel/rubygem-grape/distinfo head/devel/rubygem-grape/pkg-descr Modified: head/devel/rubygem-grape/Makefile ============================================================================== --- head/devel/rubygem-grape/Makefile Thu Aug 13 17:36:28 2015 (r394139) +++ head/devel/rubygem-grape/Makefile Thu Aug 13 17:36:34 2015 (r394140) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= grape -PORTVERSION= 0.12.0 +PORTVERSION= 0.13.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-grape/distinfo ============================================================================== --- head/devel/rubygem-grape/distinfo Thu Aug 13 17:36:28 2015 (r394139) +++ head/devel/rubygem-grape/distinfo Thu Aug 13 17:36:34 2015 (r394140) @@ -1,2 +1,2 @@ -SHA256 (rubygem/grape-0.12.0.gem) = 10f734beac29c420f951afbc3d33f1748c08f72bab1a6227f294e34ba1a663d7 -SIZE (rubygem/grape-0.12.0.gem) = 136192 +SHA256 (rubygem/grape-0.13.0.gem) = b0561d6f10fa54219dc16e2d4a7de3ba95fbfa690b4f294530b85f2d0b55aeb7 +SIZE (rubygem/grape-0.13.0.gem) = 145408 Modified: head/devel/rubygem-grape/pkg-descr ============================================================================== --- head/devel/rubygem-grape/pkg-descr Thu Aug 13 17:36:28 2015 (r394139) +++ head/devel/rubygem-grape/pkg-descr Thu Aug 13 17:36:34 2015 (r394140) @@ -1,3 +1,3 @@ A Ruby framework for rapid API development with great conventions. -WWW: https://github.com/intridea/grape +WWW: https://github.com/ruby-grape/grape