Date: Wed, 27 May 2015 16:21:58 +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: r387629 - head/graphics/rubygem-railroad Message-ID: <201505271621.t4RGLwF4083502@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed May 27 16:21:58 2015 New Revision: 387629 URL: https://svnweb.freebsd.org/changeset/ports/387629 Log: - Add LICENSE - Update WWW Modified: head/graphics/rubygem-railroad/Makefile head/graphics/rubygem-railroad/pkg-descr Modified: head/graphics/rubygem-railroad/Makefile ============================================================================== --- head/graphics/rubygem-railroad/Makefile Wed May 27 16:21:53 2015 (r387628) +++ head/graphics/rubygem-railroad/Makefile Wed May 27 16:21:58 2015 (r387629) @@ -9,9 +9,12 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Class diagrams generator for Ruby on Rails applications +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + USE_RUBY= yes USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= YES +RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/railroad Modified: head/graphics/rubygem-railroad/pkg-descr ============================================================================== --- head/graphics/rubygem-railroad/pkg-descr Wed May 27 16:21:53 2015 (r387628) +++ head/graphics/rubygem-railroad/pkg-descr Wed May 27 16:21:58 2015 (r387629) @@ -3,4 +3,4 @@ properties (attributes, methods) and rel associations like has_many, etc.) The output is a graph description in the DOT language, suitable to be handled with tools like Graphviz. -WWW: http://rubygems.org/gems/railroad/ +WWW: http://railroad.rubyforge.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505271621.t4RGLwF4083502>