svn commit: r400309 - head/net/rubygem-omniauth-oauth2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Oct 27 15:54:09 UTC 2015


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 at 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


More information about the svn-ports-all mailing list