git: 5ec9069e8743 - main - security/rubygem-omniauth-atlassian-oauth2: 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=5ec9069e8743d00814ce6e4f6c1e61242eac0091
commit 5ec9069e8743d00814ce6e4f6c1e61242eac0091
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-14 16:05:18 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-14 16:10:58 +0000
security/rubygem-omniauth-atlassian-oauth2: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
- While I'm here, update version requirement of RUN_DEPENDS
- Bump PORTREVISION for dependency change
---
security/rubygem-omniauth-atlassian-oauth2/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/security/rubygem-omniauth-atlassian-oauth2/Makefile b/security/rubygem-omniauth-atlassian-oauth2/Makefile
index dc80ac460e92..a2c8f54c9141 100644
--- a/security/rubygem-omniauth-atlassian-oauth2/Makefile
+++ b/security/rubygem-omniauth-atlassian-oauth2/Makefile
@@ -2,6 +2,7 @@
PORTNAME= omniauth-atlassian-oauth2
PORTVERSION= 0.2.0
+PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
@@ -10,8 +11,8 @@ COMMENT= An Atlassian OAuth2 strategy for OmniAuth
LICENSE= MIT
-RUN_DEPENDS= rubygem-omniauth>=1.1.1:security/rubygem-omniauth \
- rubygem-omniauth-oauth2>=1.1.1:net/rubygem-omniauth-oauth2
+RUN_DEPENDS= rubygem-omniauth1>=1.1.1:security/rubygem-omniauth1 \
+ rubygem-omniauth-oauth2>=1.5:net/rubygem-omniauth-oauth2
USES= gem
USE_RUBY= yes
More information about the dev-commits-ports-all
mailing list