svn commit: r387414 - head/graphics/rubygem-gruff
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon May 25 19:55:07 UTC 2015
Author: sunpoet
Date: Mon May 25 19:55:05 2015
New Revision: 387414
URL: https://svnweb.freebsd.org/changeset/ports/387414
Log:
- Add LICENSE
- Update WWW
Modified:
head/graphics/rubygem-gruff/Makefile
head/graphics/rubygem-gruff/pkg-descr
Modified: head/graphics/rubygem-gruff/Makefile
==============================================================================
--- head/graphics/rubygem-gruff/Makefile Mon May 25 19:55:00 2015 (r387413)
+++ head/graphics/rubygem-gruff/Makefile Mon May 25 19:55:05 2015 (r387414)
@@ -10,7 +10,9 @@ MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Beautiful graphing library for Ruby using RMagick
-RUN_DEPENDS= rubygem-rmagick>0:${PORTSDIR}/graphics/rubygem-rmagick
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-rmagick>=0:${PORTSDIR}/graphics/rubygem-rmagick
USE_RUBY= yes
USE_RUBYGEMS= yes
Modified: head/graphics/rubygem-gruff/pkg-descr
==============================================================================
--- head/graphics/rubygem-gruff/pkg-descr Mon May 25 19:55:00 2015 (r387413)
+++ head/graphics/rubygem-gruff/pkg-descr Mon May 25 19:55:05 2015 (r387414)
@@ -1,4 +1,4 @@
The Gruff Graphing Library is a project to make beautiful graphs with Ruby.
Can be used alone or with Ruby on Rails.
-WWW: http://nubyonrails.com/pages/gruff
+WWW: https://github.com/topfunky/gruff
More information about the svn-ports-all
mailing list