Date: Tue, 9 Apr 2019 19:06:27 +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: r498507 - head/devel/rubygem-web-console Message-ID: <201904091906.x39J6RBu041707@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Apr 9 19:06:27 2019 New Revision: 498507 URL: https://svnweb.freebsd.org/changeset/ports/498507 Log: Update version requirement of RUN_DEPENDS Modified: head/devel/rubygem-web-console/Makefile Modified: head/devel/rubygem-web-console/Makefile ============================================================================== --- head/devel/rubygem-web-console/Makefile Tue Apr 9 19:06:22 2019 (r498506) +++ head/devel/rubygem-web-console/Makefile Tue Apr 9 19:06:27 2019 (r498507) @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activemodel5>=5.0:databases/rubygem-activemodel5 \ rubygem-actionview5>=5.0:devel/rubygem-actionview5 \ - rubygem-bindex>=0:devel/rubygem-bindex \ + rubygem-bindex>=0.4.0:devel/rubygem-bindex \ rubygem-railties5>=5.0:www/rubygem-railties5 USES= gem
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904091906.x39J6RBu041707>