svn commit: r546272 - in head/net/rubygem-omniauth-azure-oauth2: . files

Matthias Fechner mfechner at FreeBSD.org
Wed Aug 26 11:52:50 UTC 2020


Author: mfechner
Date: Wed Aug 26 11:52:49 2020
New Revision: 546272
URL: https://svnweb.freebsd.org/changeset/ports/546272

Log:
  Update to 0.0.10.
  Changelog:
  https://github.com/marknadig/omniauth-azure-oauth2/blob/master/CHANGELOG.md

Deleted:
  head/net/rubygem-omniauth-azure-oauth2/files/patch-gemspec
Modified:
  head/net/rubygem-omniauth-azure-oauth2/Makefile
  head/net/rubygem-omniauth-azure-oauth2/distinfo

Modified: head/net/rubygem-omniauth-azure-oauth2/Makefile
==============================================================================
--- head/net/rubygem-omniauth-azure-oauth2/Makefile	Wed Aug 26 11:51:15 2020	(r546271)
+++ head/net/rubygem-omniauth-azure-oauth2/Makefile	Wed Aug 26 11:52:49 2020	(r546272)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	omniauth-azure-oauth2
-PORTVERSION=	0.0.9
-PORTREVISION=	1
+PORTVERSION=	0.0.10
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -12,9 +11,9 @@ COMMENT=	Azure OAuth2 Strategy for OmniAuth
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-jwt>=1.0:www/rubygem-jwt \
-		rubygem-omniauth>=1.0:security/rubygem-omniauth \
-		rubygem-omniauth-oauth2>=1.2:net/rubygem-omniauth-oauth2
+RUN_DEPENDS=	rubygem-jwt>=1.0<3:www/rubygem-jwt \
+		rubygem-omniauth>=1.0<2:security/rubygem-omniauth \
+		rubygem-omniauth-oauth2>=1.4<2:net/rubygem-omniauth-oauth2
 
 NO_ARCH=	yes
 USE_RUBY=	yes

Modified: head/net/rubygem-omniauth-azure-oauth2/distinfo
==============================================================================
--- head/net/rubygem-omniauth-azure-oauth2/distinfo	Wed Aug 26 11:51:15 2020	(r546271)
+++ head/net/rubygem-omniauth-azure-oauth2/distinfo	Wed Aug 26 11:52:49 2020	(r546272)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1509091020
-SHA256 (rubygem/omniauth-azure-oauth2-0.0.9.gem) = ddc9f184f6add0030281c91aa829089bc988620d53ed9e106f6046e94c306532
-SIZE (rubygem/omniauth-azure-oauth2-0.0.9.gem) = 10240
+TIMESTAMP = 1598423107
+SHA256 (rubygem/omniauth-azure-oauth2-0.0.10.gem) = c4a22736b148b9745efa962ba08665ef5c5a912272014f94354d063a8cc771a8
+SIZE (rubygem/omniauth-azure-oauth2-0.0.10.gem) = 10240


More information about the svn-ports-head mailing list