git: d1b3fd1768ab - main - net/rubygem-omniauth-salesforce: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 14 16:19:59 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d1b3fd1768abec2ebe727dc7ecca7c94a9963199
commit d1b3fd1768abec2ebe727dc7ecca7c94a9963199
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-14 16:05:11 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-14 16:10:58 +0000
net/rubygem-omniauth-salesforce: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
- While I'm here, update version requirement of RUN_DEPENDS
- Bump PORTREVISION for dependency change
---
net/rubygem-omniauth-salesforce/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/net/rubygem-omniauth-salesforce/Makefile b/net/rubygem-omniauth-salesforce/Makefile
index a900c11e1740..62349e31fff3 100644
--- a/net/rubygem-omniauth-salesforce/Makefile
+++ b/net/rubygem-omniauth-salesforce/Makefile
@@ -2,6 +2,7 @@
PORTNAME= omniauth-salesforce
PORTVERSION= 1.0.5
+PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
@@ -11,8 +12,8 @@ COMMENT= OmniAuth strategy for salesforce.com
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-RUN_DEPENDS= rubygem-omniauth>=1.0:security/rubygem-omniauth \
- rubygem-omniauth-oauth2>=1.0:net/rubygem-omniauth-oauth2
+RUN_DEPENDS= rubygem-omniauth1>=1.0<2:security/rubygem-omniauth1 \
+ rubygem-omniauth-oauth2>=1.0<2:net/rubygem-omniauth-oauth2
USES= gem
USE_RUBY= yes
More information about the dev-commits-ports-all
mailing list