svn commit: r527532 - head/graphics/rubygem-gruff

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 1 06:50:48 UTC 2020


Author: sunpoet
Date: Sun Mar  1 06:50:46 2020
New Revision: 527532
URL: https://svnweb.freebsd.org/changeset/ports/527532

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/graphics/rubygem-gruff/Makefile

Modified: head/graphics/rubygem-gruff/Makefile
==============================================================================
--- head/graphics/rubygem-gruff/Makefile	Sun Mar  1 06:50:41 2020	(r527531)
+++ head/graphics/rubygem-gruff/Makefile	Sun Mar  1 06:50:46 2020	(r527532)
@@ -13,11 +13,13 @@ COMMENT=	Beautiful graphing library for Ruby using RMa
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-rmagick>=2.13.4:graphics/rubygem-rmagick
+RUN_DEPENDS=	rubygem-rmagick>=2.13.4<3:graphics/rubygem-rmagick
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem shebangfix
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
 SHEBANG_FILES=	test/image_compare.rb
 ruby_OLD_CMD=	ruby
 


More information about the svn-ports-all mailing list