Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2014 20:59:29 +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: r338502 - head/net/rubygem-omniauth-google-oauth2
Message-ID:  <201401022059.s02KxTtP085011@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jan  2 20:59:28 2014
New Revision: 338502
URL: http://svnweb.freebsd.org/changeset/ports/338502

Log:
  - Update to 0.2.2
  - Add LICENSE
  - Sort RUN_DEPENDS
  - Remove contiguous blank lines
  
  Changes:	https://github.com/zquestz/omniauth-google-oauth2/commits/master

Modified:
  head/net/rubygem-omniauth-google-oauth2/Makefile
  head/net/rubygem-omniauth-google-oauth2/distinfo   (contents, props changed)

Modified: head/net/rubygem-omniauth-google-oauth2/Makefile
==============================================================================
--- head/net/rubygem-omniauth-google-oauth2/Makefile	Thu Jan  2 20:59:23 2014	(r338501)
+++ head/net/rubygem-omniauth-google-oauth2/Makefile	Thu Jan  2 20:59:28 2014	(r338502)
@@ -1,19 +1,20 @@
 # $FreeBSD$
 
 PORTNAME=	omniauth-google-oauth2
-PORTVERSION=	0.2.1
+PORTVERSION=	0.2.2
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Google OAuth2 strategy for OmniAuth 1.x
 
-RUN_DEPENDS=	rubygem-omniauth-oauth2>=0:${PORTSDIR}/net/rubygem-omniauth-oauth2 \
-		rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth \
+		rubygem-omniauth-oauth2>=0:${PORTSDIR}/net/rubygem-omniauth-oauth2
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-
 .include <bsd.port.mk>

Modified: head/net/rubygem-omniauth-google-oauth2/distinfo
==============================================================================
--- head/net/rubygem-omniauth-google-oauth2/distinfo	Thu Jan  2 20:59:23 2014	(r338501)
+++ head/net/rubygem-omniauth-google-oauth2/distinfo	Thu Jan  2 20:59:28 2014	(r338502)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/omniauth-google-oauth2-0.2.1.gem) = 0d2565e1c2b40a55e243aa237ba94b93ff095225735f4db25740b91ef8c60d85
-SIZE (rubygem/omniauth-google-oauth2-0.2.1.gem) = 12288
+SHA256 (rubygem/omniauth-google-oauth2-0.2.2.gem) = 9e7657afa6fa11d7f93c696909d4586ab6bb013b7b129018b2c1ba74c8b88d54
+SIZE (rubygem/omniauth-google-oauth2-0.2.2.gem) = 13824



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401022059.s02KxTtP085011>