Date: Sun, 3 Nov 2019 17:22:02 +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: r516508 - head/net/rubygem-omniauth-facebook4 Message-ID: <201911031722.xA3HM2HM030970@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Nov 3 17:22:02 2019 New Revision: 516508 URL: https://svnweb.freebsd.org/changeset/ports/516508 Log: Update version requirement of RUN_DEPENDS Modified: head/net/rubygem-omniauth-facebook4/Makefile Modified: head/net/rubygem-omniauth-facebook4/Makefile ============================================================================== --- head/net/rubygem-omniauth-facebook4/Makefile Sun Nov 3 17:21:57 2019 (r516507) +++ head/net/rubygem-omniauth-facebook4/Makefile Sun Nov 3 17:22:02 2019 (r516508) @@ -12,12 +12,13 @@ COMMENT= Facebook OAuth2 Strategy for OmniAuth LICENSE= MIT -RUN_DEPENDS= rubygem-omniauth-oauth2>=1.2:net/rubygem-omniauth-oauth2 +RUN_DEPENDS= rubygem-omniauth-oauth2>=1.2<2:net/rubygem-omniauth-oauth2 -PORTSCOUT= limit:^4\. +USES= gem +USE_RUBY= yes NO_ARCH= yes -USE_RUBY= yes -USES= gem + +PORTSCOUT= limit:^4\. .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911031722.xA3HM2HM030970>