svn commit: r516573 - head/textproc/rubygem-nokogiri-diff

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


Author: sunpoet
Date: Sun Nov  3 17:32:57 2019
New Revision: 516573
URL: https://svnweb.freebsd.org/changeset/ports/516573

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/textproc/rubygem-nokogiri-diff/Makefile

Modified: head/textproc/rubygem-nokogiri-diff/Makefile
==============================================================================
--- head/textproc/rubygem-nokogiri-diff/Makefile	Sun Nov  3 17:32:52 2019	(r516572)
+++ head/textproc/rubygem-nokogiri-diff/Makefile	Sun Nov  3 17:32:57 2019	(r516573)
@@ -12,11 +12,12 @@ COMMENT=	Calculate the differences between two XML/HTM
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-nokogiri>=1.5:textproc/rubygem-nokogiri \
-		rubygem-tdiff>=0.3.2:devel/rubygem-tdiff
+RUN_DEPENDS=	rubygem-nokogiri>=1.5<2:textproc/rubygem-nokogiri \
+		rubygem-tdiff>=0.3.2<1:devel/rubygem-tdiff
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list