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