Date: Sun, 20 Oct 2019 17:17:17 +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: r515007 - head/security/rubygem-omniauth-jwt Message-ID: <201910201717.x9KHHHQU079467@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Oct 20 17:17:17 2019 New Revision: 515007 URL: https://svnweb.freebsd.org/changeset/ports/515007 Log: Update version requirement of RUN_DEPENDS Modified: head/security/rubygem-omniauth-jwt/Makefile Modified: head/security/rubygem-omniauth-jwt/Makefile ============================================================================== --- head/security/rubygem-omniauth-jwt/Makefile Sun Oct 20 17:17:12 2019 (r515006) +++ head/security/rubygem-omniauth-jwt/Makefile Sun Oct 20 17:17:17 2019 (r515007) @@ -13,10 +13,11 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-jwt>=0:www/rubygem-jwt \ - rubygem-omniauth>=1.1:security/rubygem-omniauth + rubygem-omniauth>=1.1<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?201910201717.x9KHHHQU079467>