diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-15 00:02:36 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-15 00:10:46 +0800 |
commit | 1c916b83bb9ef8b4125b866c0bda7bb46ff8e661 (patch) | |
tree | 8fe3813c23ebfe8a7f066f310e96b6949b0469c5 /net/rubygem-gitlab_omniauth-ldap | |
parent | mail/rubygem-rmail: Update to 1.1.4 (diff) |
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
Diffstat (limited to 'net/rubygem-gitlab_omniauth-ldap')
-rw-r--r-- | net/rubygem-gitlab_omniauth-ldap/Makefile | 9 |
1 files 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 |