svn commit: r516473 - head/devel/rubygem-protocol

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


Author: sunpoet
Date: Sun Nov  3 17:19:10 2019
New Revision: 516473
URL: https://svnweb.freebsd.org/changeset/ports/516473

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/devel/rubygem-protocol/Makefile

Modified: head/devel/rubygem-protocol/Makefile
==============================================================================
--- head/devel/rubygem-protocol/Makefile	Sun Nov  3 17:19:05 2019	(r516472)
+++ head/devel/rubygem-protocol/Makefile	Sun Nov  3 17:19:10 2019	(r516473)
@@ -13,10 +13,11 @@ COMMENT=	Method Protocols for Ruby Classes
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	rubygem-ruby_parser>=3.0:devel/rubygem-ruby_parser
+RUN_DEPENDS=	rubygem-ruby_parser>=3.0<4:devel/rubygem-ruby_parser
 
-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