git: 1c288ff7c131 - main - security/rubygem-omniauth-multipassword: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 14 16:20:05 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1c288ff7c131e4090a3ea744c32dcf73d049f54d
commit 1c288ff7c131e4090a3ea744c32dcf73d049f54d
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-14 16:05:44 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-14 16:11:00 +0000
security/rubygem-omniauth-multipassword: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
- Bump PORTREVISION for dependency change
---
security/rubygem-omniauth-multipassword/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/security/rubygem-omniauth-multipassword/Makefile b/security/rubygem-omniauth-multipassword/Makefile
index f3accc89b760..ea2dcdf3f0f2 100644
--- a/security/rubygem-omniauth-multipassword/Makefile
+++ b/security/rubygem-omniauth-multipassword/Makefile
@@ -1,5 +1,6 @@
PORTNAME= omniauth-multipassword
PORTVERSION= 0.4.2
+PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
@@ -9,7 +10,7 @@ COMMENT= OmniAuth strategy using different password strategies
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-omniauth>=1.0<2:security/rubygem-omniauth
+RUN_DEPENDS= rubygem-omniauth1>=1.0<2:security/rubygem-omniauth1
USES= gem
USE_RUBY= yes
More information about the dev-commits-ports-all
mailing list