Date: Wed, 27 May 2015 13:08:12 +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: r387596 - head/net/rubygem-omniauth-oauth2 Message-ID: <201505271308.t4RD8CYE078780@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed May 27 13:08:11 2015 New Revision: 387596 URL: https://svnweb.freebsd.org/changeset/ports/387596 Log: - Update to 1.3.0 - Add LICENSE - Remove contiguous blank lines Changes: https://github.com/intridea/omniauth-oauth2/commits/master Modified: head/net/rubygem-omniauth-oauth2/Makefile head/net/rubygem-omniauth-oauth2/distinfo Modified: head/net/rubygem-omniauth-oauth2/Makefile ============================================================================== --- head/net/rubygem-omniauth-oauth2/Makefile Wed May 27 13:08:07 2015 (r387595) +++ head/net/rubygem-omniauth-oauth2/Makefile Wed May 27 13:08:11 2015 (r387596) @@ -1,13 +1,15 @@ # $FreeBSD$ PORTNAME= omniauth-oauth2 -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Abstract OAuth2 strategy for OmniAuth +LICENSE= MIT + RUN_DEPENDS= rubygem-oauth2>=1.0:${PORTSDIR}/net/rubygem-oauth2 \ rubygem-omniauth>=1.2:${PORTSDIR}/security/rubygem-omniauth \ rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json \ @@ -17,5 +19,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - .include <bsd.port.mk> Modified: head/net/rubygem-omniauth-oauth2/distinfo ============================================================================== --- head/net/rubygem-omniauth-oauth2/distinfo Wed May 27 13:08:07 2015 (r387595) +++ head/net/rubygem-omniauth-oauth2/distinfo Wed May 27 13:08:11 2015 (r387596) @@ -1,2 +1,2 @@ -SHA256 (rubygem/omniauth-oauth2-1.2.0.gem) = 0f5619cadf38e4826e566af7685b5f6625643803478fca09073113516d24cfb9 -SIZE (rubygem/omniauth-oauth2-1.2.0.gem) = 10752 +SHA256 (rubygem/omniauth-oauth2-1.3.0.gem) = dac42c4565742f26600bf522fe8e66df1a85e86f43e4bf4692a0954a746e6b4e +SIZE (rubygem/omniauth-oauth2-1.3.0.gem) = 10240
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505271308.t4RD8CYE078780>