svn commit: r516543 - head/textproc/rubygem-toml

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


Author: sunpoet
Date: Sun Nov  3 17:25:39 2019
New Revision: 516543
URL: https://svnweb.freebsd.org/changeset/ports/516543

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/textproc/rubygem-toml/Makefile

Modified: head/textproc/rubygem-toml/Makefile
==============================================================================
--- head/textproc/rubygem-toml/Makefile	Sun Nov  3 17:25:35 2019	(r516542)
+++ head/textproc/rubygem-toml/Makefile	Sun Nov  3 17:25:39 2019	(r516543)
@@ -12,10 +12,11 @@ COMMENT=	TOML parser
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-parslet>=1.8.0:textproc/rubygem-parslet
+RUN_DEPENDS=	rubygem-parslet>=1.8.0<1.9:textproc/rubygem-parslet
 
-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