Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2021 16:19:31 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: 355ed75915b1 - main - security/rubygem-omniauth-saml: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
Message-ID:  <202107141619.16EGJVBb012220@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=355ed75915b142a8f0a8e2e1779b660dc444d6f2

commit 355ed75915b142a8f0a8e2e1779b660dc444d6f2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-14 16:03:37 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-14 16:10:49 +0000

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

diff --git a/security/rubygem-omniauth-saml/Makefile b/security/rubygem-omniauth-saml/Makefile
index 7dfe25214876..f46e3036a7e6 100644
--- a/security/rubygem-omniauth-saml/Makefile
+++ b/security/rubygem-omniauth-saml/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	omniauth-saml
 PORTVERSION=	1.10.1
+PORTREVISION=	1
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -11,11 +12,12 @@ COMMENT=	OmniAuth strategy for SAML
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	rubygem-omniauth>=1.3.2:security/rubygem-omniauth \
-		rubygem-ruby-saml>=1.7:security/rubygem-ruby-saml
+RUN_DEPENDS=	rubygem-omniauth1>=1.3.2<2:security/rubygem-omniauth1 \
+		rubygem-ruby-saml>=1.7<2:security/rubygem-ruby-saml
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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