Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Mar 2020 06:50:46 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527532 - head/graphics/rubygem-gruff
Message-ID:  <202003010650.0216okEU096536@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003010650.0216okEU096536>