svn commit: r498508 - head/devel/rubygem-web-console-rails50

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 9 19:06:34 UTC 2019


Author: sunpoet
Date: Tue Apr  9 19:06:32 2019
New Revision: 498508
URL: https://svnweb.freebsd.org/changeset/ports/498508

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/devel/rubygem-web-console-rails50/Makefile

Modified: head/devel/rubygem-web-console-rails50/Makefile
==============================================================================
--- head/devel/rubygem-web-console-rails50/Makefile	Tue Apr  9 19:06:27 2019	(r498507)
+++ head/devel/rubygem-web-console-rails50/Makefile	Tue Apr  9 19:06:32 2019	(r498508)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
 RUN_DEPENDS=	rubygem-activemodel50>=5.0:databases/rubygem-activemodel50 \
 		rubygem-actionview50>=5.0:devel/rubygem-actionview50 \
-		rubygem-bindex>=0:devel/rubygem-bindex \
+		rubygem-bindex>=0.4.0:devel/rubygem-bindex \
 		rubygem-railties50>=5.0:www/rubygem-railties50
 
 USES=		gem


More information about the svn-ports-all mailing list