git: f77670a51c43 - main - security/rubygem-omniauth-cas: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 14 16:19:37 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f77670a51c4338a20819e8ed49037a243ffdbfb0
commit f77670a51c4338a20819e8ed49037a243ffdbfb0
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-14 16:03:24 +0000
Commit: Po-Chuan Hsieh <sunpoet at 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
More information about the dev-commits-ports-all
mailing list