svn commit: r516508 - head/net/rubygem-omniauth-facebook4

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 3 17:22:03 UTC 2019


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>


More information about the svn-ports-head mailing list