From owner-svn-ports-head@freebsd.org Sat May 28 17:10:32 2016 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 2964BB4D3A7; Sat, 28 May 2016 17:10:32 +0000 (UTC) (envelope-from sunpoet@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 A94801AAB; Sat, 28 May 2016 17:10:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SHAU2j004304; Sat, 28 May 2016 17:10:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SHAUT6004301; Sat, 28 May 2016 17:10:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281710.u4SHAUT6004301@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:10:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416043 - head/devel/rubygem-github_api 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.22 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: Sat, 28 May 2016 17:10:32 -0000 Author: sunpoet Date: Sat May 28 17:10:30 2016 New Revision: 416043 URL: https://svnweb.freebsd.org/changeset/ports/416043 Log: - Update to 0.14.0 - Update WWW Changes: https://github.com/piotrmurach/github/blob/master/CHANGELOG.md Modified: head/devel/rubygem-github_api/Makefile head/devel/rubygem-github_api/distinfo head/devel/rubygem-github_api/pkg-descr Modified: head/devel/rubygem-github_api/Makefile ============================================================================== --- head/devel/rubygem-github_api/Makefile Sat May 28 17:10:25 2016 (r416042) +++ head/devel/rubygem-github_api/Makefile Sat May 28 17:10:30 2016 (r416043) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= github_api -PORTVERSION= 0.13.1 +PORTVERSION= 0.14.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-addressable>=2.4.0: rubygem-descendants_tracker>=0.0.4:devel/rubygem-descendants_tracker \ rubygem-faraday>=0.8:www/rubygem-faraday \ rubygem-hashie>=3.4:devel/rubygem-hashie \ - rubygem-multi_json>=1.7.5:devel/rubygem-multi_json \ rubygem-oauth2>=0:net/rubygem-oauth2 NO_ARCH= yes Modified: head/devel/rubygem-github_api/distinfo ============================================================================== --- head/devel/rubygem-github_api/distinfo Sat May 28 17:10:25 2016 (r416042) +++ head/devel/rubygem-github_api/distinfo Sat May 28 17:10:30 2016 (r416043) @@ -1,2 +1,3 @@ -SHA256 (rubygem/github_api-0.13.1.gem) = 52a041fa41d63dbb5a25343bce6538d1cf1aee41a41d4c89554a39e8848eaed9 -SIZE (rubygem/github_api-0.13.1.gem) = 137216 +TIMESTAMP = 1464328862 +SHA256 (rubygem/github_api-0.14.0.gem) = a48a5215104ff034afce03f087e34ea085440af3357c1af1d3d15fd1dda4772c +SIZE (rubygem/github_api-0.14.0.gem) = 137216 Modified: head/devel/rubygem-github_api/pkg-descr ============================================================================== --- head/devel/rubygem-github_api/pkg-descr Sat May 28 17:10:25 2016 (r416042) +++ head/devel/rubygem-github_api/pkg-descr Sat May 28 17:10:30 2016 (r416043) @@ -3,4 +3,4 @@ build in a modular way, that is, you can wrapper Github.new or use parts of it e.i. Github::Repos.new if working solely with repositories is your main concern. -WWW: http://peter-murach.github.io/github/ +WWW: http://piotrmurach.github.io/github/