Date: Sat, 28 May 2016 17:10:30 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416043 - head/devel/rubygem-github_api Message-ID: <201605281710.u4SHAUT6004301@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605281710.u4SHAUT6004301>