Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2015 19:55:06 +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: r387414 - head/graphics/rubygem-gruff
Message-ID:  <201505251955.t4PJt6E4026557@svn.freebsd.org>

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



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