git: 0f1e97370c3c - main - security/rubygem-omniauth-gitlab: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 14 16:19:38 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0f1e97370c3c4c886a3dbaa87604f74699d86ff3
commit 0f1e97370c3c4c886a3dbaa87604f74699d86ff3
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-14 16:03:30 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-14 16:10:49 +0000
security/rubygem-omniauth-gitlab: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
- Update version requirement of RUN_DEPENDS
- Bump PORTREVISION for dependency change
---
security/rubygem-omniauth-gitlab/Makefile | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/security/rubygem-omniauth-gitlab/Makefile b/security/rubygem-omniauth-gitlab/Makefile
index efc0d89ac938..2bf0361ac276 100644
--- a/security/rubygem-omniauth-gitlab/Makefile
+++ b/security/rubygem-omniauth-gitlab/Makefile
@@ -1,5 +1,6 @@
PORTNAME= omniauth-gitlab
PORTVERSION= 1.0.4
+PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
@@ -9,11 +10,12 @@ COMMENT= OmniAuth strategy for GitLab
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-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
-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-all
mailing list