Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2015 13:08:07 +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: r387595 - head/net/rubygem-omniauth-oauth
Message-ID:  <201505271308.t4RD87Cs078652@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed May 27 13:08:07 2015
New Revision: 387595
URL: https://svnweb.freebsd.org/changeset/ports/387595

Log:
  - Update to 1.1.0
  - Add LICENSE
  - Remove contiguous blank lines
  
  Changes:	https://github.com/intridea/omniauth-oauth/commits/master

Modified:
  head/net/rubygem-omniauth-oauth/Makefile
  head/net/rubygem-omniauth-oauth/distinfo

Modified: head/net/rubygem-omniauth-oauth/Makefile
==============================================================================
--- head/net/rubygem-omniauth-oauth/Makefile	Wed May 27 13:08:02 2015	(r387594)
+++ head/net/rubygem-omniauth-oauth/Makefile	Wed May 27 13:08:07 2015	(r387595)
@@ -1,13 +1,15 @@
 # $FreeBSD$
 
 PORTNAME=	omniauth-oauth
-PORTVERSION=	1.0.1
+PORTVERSION=	1.1.0
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Generic OAuth strategy for OmniAuth
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-oauth>=0:${PORTSDIR}/net/rubygem-oauth \
 		rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth
 
@@ -15,5 +17,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-
 .include <bsd.port.mk>

Modified: head/net/rubygem-omniauth-oauth/distinfo
==============================================================================
--- head/net/rubygem-omniauth-oauth/distinfo	Wed May 27 13:08:02 2015	(r387594)
+++ head/net/rubygem-omniauth-oauth/distinfo	Wed May 27 13:08:07 2015	(r387595)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/omniauth-oauth-1.0.1.gem) = 9f1bfb30fe6ba823935330d2036e08a5406e980f1e20c9b1271b82ee34fbe759
-SIZE (rubygem/omniauth-oauth-1.0.1.gem) = 8192
+SHA256 (rubygem/omniauth-oauth-1.1.0.gem) = 67808f891c2b6961090d7c3dc22f57c5e79795e099aed412607ec2e31799bbd8
+SIZE (rubygem/omniauth-oauth-1.1.0.gem) = 9216



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