Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2021 16:19:28 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f77670a51c43 - main - security/rubygem-omniauth-cas: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
Message-ID:  <202107141619.16EGJS7V012166@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f77670a51c4338a20819e8ed49037a243ffdbfb0

commit f77670a51c4338a20819e8ed49037a243ffdbfb0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-14 16:03:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-14 16:10:48 +0000

    security/rubygem-omniauth-cas: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
    
    - Update version requirement of RUN_DEPENDS
    - Sort RUN_DEPENDS
    - Bump PORTREVISION for dependency change
---
 security/rubygem-omniauth-cas/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/security/rubygem-omniauth-cas/Makefile b/security/rubygem-omniauth-cas/Makefile
index b18abc8becb0..55fba3a71394 100644
--- a/security/rubygem-omniauth-cas/Makefile
+++ b/security/rubygem-omniauth-cas/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	omniauth-cas
 PORTVERSION=	1.1.1
+PORTREVISION=	1
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -8,9 +9,9 @@ COMMENT=	Central Authentication Service (CAS) strategy for OmniAuth
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-omniauth>=1.2:security/rubygem-omniauth \
-		rubygem-nokogiri>=1.5:textproc/rubygem-nokogiri \
-		rubygem-addressable>=2.3:www/rubygem-addressable
+RUN_DEPENDS=	rubygem-addressable>=2.3<3:www/rubygem-addressable \
+		rubygem-nokogiri>=1.5<2:textproc/rubygem-nokogiri \
+		rubygem-omniauth1>=1.2<2:security/rubygem-omniauth1
 
 USES=		gem
 USE_RUBY=	yes



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