Date: Fri, 29 May 2015 11:14:59 +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: r387807 - head/devel/rubygem-redmine_plugin_support Message-ID: <201505291114.t4TBExvl086383@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri May 29 11:14:58 2015 New Revision: 387807 URL: https://svnweb.freebsd.org/changeset/ports/387807 Log: - Add LICENSE - Update WWW Modified: head/devel/rubygem-redmine_plugin_support/Makefile head/devel/rubygem-redmine_plugin_support/pkg-descr Modified: head/devel/rubygem-redmine_plugin_support/Makefile ============================================================================== --- head/devel/rubygem-redmine_plugin_support/Makefile Fri May 29 11:14:53 2015 (r387806) +++ head/devel/rubygem-redmine_plugin_support/Makefile Fri May 29 11:14:58 2015 (r387807) @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Collection of tools to make redmine plugin development easier +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-redmine_plugin_support/pkg-descr ============================================================================== --- head/devel/rubygem-redmine_plugin_support/pkg-descr Fri May 29 11:14:53 2015 (r387806) +++ head/devel/rubygem-redmine_plugin_support/pkg-descr Fri May 29 11:14:58 2015 (r387807) @@ -1,4 +1,4 @@ This libarary is a collection of rake tasks and other scripts that will make Redmine plugin development easier. -WWW: https://rubygems.org/gems/redmine_plugin_support +WWW: https://github.com/edavis10/redmine_plugin_support
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505291114.t4TBExvl086383>