svn commit: r521185 - head/security/rubygem-omniauth-bitbucket

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 28 07:41:26 UTC 2019


Author: sunpoet
Date: Sat Dec 28 07:41:25 2019
New Revision: 521185
URL: https://svnweb.freebsd.org/changeset/ports/521185

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/security/rubygem-omniauth-bitbucket/Makefile

Modified: head/security/rubygem-omniauth-bitbucket/Makefile
==============================================================================
--- head/security/rubygem-omniauth-bitbucket/Makefile	Sat Dec 28 07:41:20 2019	(r521184)
+++ head/security/rubygem-omniauth-bitbucket/Makefile	Sat Dec 28 07:41:25 2019	(r521185)
@@ -10,12 +10,13 @@ COMMENT=	OmniAuth strategy for Bitbucket
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-multi_json>=1.7:devel/rubygem-multi_json \
-		rubygem-omniauth>=1.1:security/rubygem-omniauth \
-		rubygem-omniauth-oauth>=1.0:net/rubygem-omniauth-oauth
+RUN_DEPENDS=	rubygem-multi_json>=1.7<2:devel/rubygem-multi_json \
+		rubygem-omniauth>=1.1<2:security/rubygem-omniauth \
+		rubygem-omniauth-oauth>=1.0<2:net/rubygem-omniauth-oauth
 
-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