Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2015 15:54: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: r400309 - head/net/rubygem-omniauth-oauth2
Message-ID:  <201510271554.t9RFs7oG059784@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Oct 27 15:54:07 2015
New Revision: 400309
URL: https://svnweb.freebsd.org/changeset/ports/400309

Log:
  - Update to 1.4.0
  - Add LICENSE_FILE
  
  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	Tue Oct 27 15:54:02 2015	(r400308)
+++ head/net/rubygem-omniauth-oauth2/Makefile	Tue Oct 27 15:54:07 2015	(r400309)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	omniauth-oauth2
-PORTVERSION=	1.3.1
+PORTVERSION=	1.4.0
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -9,6 +9,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Abstract OAuth2 strategy for OmniAuth
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	rubygem-oauth2>=1.0:${PORTSDIR}/net/rubygem-oauth2 \
 		rubygem-omniauth>=1.2:${PORTSDIR}/security/rubygem-omniauth

Modified: head/net/rubygem-omniauth-oauth2/distinfo
==============================================================================
--- head/net/rubygem-omniauth-oauth2/distinfo	Tue Oct 27 15:54:02 2015	(r400308)
+++ head/net/rubygem-omniauth-oauth2/distinfo	Tue Oct 27 15:54:07 2015	(r400309)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/omniauth-oauth2-1.3.1.gem) = b5752d8f283e9b07b100ccd9455f3d6e46536a355162eecfafa9af5838e55357
-SIZE (rubygem/omniauth-oauth2-1.3.1.gem) = 10240
+SHA256 (rubygem/omniauth-oauth2-1.4.0.gem) = c525d06d6c263a71dfd5b78513a7be5c16d5616ebe918133f7675487cb5bd32b
+SIZE (rubygem/omniauth-oauth2-1.4.0.gem) = 10240



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