aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-gruff/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-06 15:00:26 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-06 15:00:26 +0000
commit9b3a553dc9cee613de4613f8b33862450482f25e (patch)
tree1551e272436165f1ccff49a3f8c61edb90d397b5 /graphics/rubygem-gruff/Makefile
parent710b60dd3fcc9264ad81c720210b50bc125d6fcd (diff)
Diffstat (limited to 'graphics/rubygem-gruff/Makefile')
-rw-r--r--graphics/rubygem-gruff/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/graphics/rubygem-gruff/Makefile b/graphics/rubygem-gruff/Makefile
index 8f47d07c70f6..087e9e5d859d 100644
--- a/graphics/rubygem-gruff/Makefile
+++ b/graphics/rubygem-gruff/Makefile
@@ -1,8 +1,7 @@
# Created by: ijliao
PORTNAME= gruff
-PORTVERSION= 0.7.0
-PORTREVISION= 1
+PORTVERSION= 0.13.0
CATEGORIES= graphics rubygems
MASTER_SITES= RG
@@ -12,14 +11,12 @@ COMMENT= Beautiful graphing library for Ruby using RMagick
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS= rubygem-rmagick>=2.13.4<3:graphics/rubygem-rmagick
+RUN_DEPENDS= rubygem-histogram>=0:graphics/rubygem-histogram \
+ rubygem-rmagick>=0:graphics/rubygem-rmagick
-USES= gem shebangfix
+USES= gem
USE_RUBY= yes
NO_ARCH= yes
-SHEBANG_FILES= test/image_compare.rb
-ruby_OLD_CMD= ruby
-
.include <bsd.port.mk>