Date: Thu, 3 Oct 2019 18:25:42 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513707 - head/net/rubygem-omniauth-oauth2 Message-ID: <201910031825.x93IPgrO085955@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910031825.x93IPgrO085955>