svn commit: r513707 - head/net/rubygem-omniauth-oauth2
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Oct 3 18:25:43 UTC 2019
Author: sunpoet
Date: Thu Oct 3 18:25:42 2019
New Revision: 513707
URL: https://svnweb.freebsd.org/changeset/ports/513707
Log:
Update version requirement of RUN_DEPENDS
Modified:
head/net/rubygem-omniauth-oauth2/Makefile
Modified: head/net/rubygem-omniauth-oauth2/Makefile
==============================================================================
--- head/net/rubygem-omniauth-oauth2/Makefile Thu Oct 3 18:25:37 2019 (r513706)
+++ head/net/rubygem-omniauth-oauth2/Makefile Thu Oct 3 18:25:42 2019 (r513707)
@@ -11,11 +11,12 @@ COMMENT= Abstract OAuth2 strategy for OmniAuth
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-RUN_DEPENDS= rubygem-oauth2>=1.1:net/rubygem-oauth2 \
- rubygem-omniauth>=1.2:security/rubygem-omniauth
+RUN_DEPENDS= rubygem-oauth2>=1.1<2:net/rubygem-oauth2 \
+ rubygem-omniauth>=1.2<2:security/rubygem-omniauth
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list