git: 1c916b83bb9e - main - net/rubygem-gitlab_omniauth-ldap: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1

Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jul 14 16:19:33 UTC 2021


The branch main has been updated by sunpoet:

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

commit 1c916b83bb9ef8b4125b866c0bda7bb46ff8e661
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-14 16:02:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-14 16:10:46 +0000

    net/rubygem-gitlab_omniauth-ldap: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
    
    - Update version requirement of RUN_DEPENDS
    - Bump PORTREVISION for dependency change
---
 net/rubygem-gitlab_omniauth-ldap/Makefile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/net/rubygem-gitlab_omniauth-ldap/Makefile b/net/rubygem-gitlab_omniauth-ldap/Makefile
index 67648a6caa79..e0e9d97e1c48 100644
--- a/net/rubygem-gitlab_omniauth-ldap/Makefile
+++ b/net/rubygem-gitlab_omniauth-ldap/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	gitlab_omniauth-ldap
 PORTVERSION=	2.1.1
+PORTREVISION=	1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -8,10 +9,10 @@ COMMENT=	LDAP strategy for OmniAuth
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-net-ldap>=0.16:net/rubygem-net-ldap \
-		rubygem-omniauth>=1.3:security/rubygem-omniauth \
-		rubygem-pyu-ruby-sasl>=0.0.3.3:security/rubygem-pyu-ruby-sasl \
-		rubygem-rubyntlm>=0.5:net/rubygem-rubyntlm
+RUN_DEPENDS=	rubygem-net-ldap>=0.16<1:net/rubygem-net-ldap \
+		rubygem-omniauth1>=1.3<2:security/rubygem-omniauth1 \
+		rubygem-pyu-ruby-sasl>=0.0.3.3<1:security/rubygem-pyu-ruby-sasl \
+		rubygem-rubyntlm>=0.5<1:net/rubygem-rubyntlm
 
 USES=		gem
 USE_RUBY=	yes


More information about the dev-commits-ports-all mailing list