Date: Fri, 29 May 2015 11:19:16 +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: r387844 - head/devel/rubygem-zentest Message-ID: <201505291119.t4TBJG5t091458@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri May 29 11:19:16 2015 New Revision: 387844 URL: https://svnweb.freebsd.org/changeset/ports/387844 Log: - Add LICENSE - Update WWW Modified: head/devel/rubygem-zentest/Makefile head/devel/rubygem-zentest/pkg-descr Modified: head/devel/rubygem-zentest/Makefile ============================================================================== --- head/devel/rubygem-zentest/Makefile Fri May 29 11:19:11 2015 (r387843) +++ head/devel/rubygem-zentest/Makefile Fri May 29 11:19:16 2015 (r387844) @@ -11,11 +11,13 @@ DISTNAME= ZenTest-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby Unit Testing Utility -GEM_NAME= ${DISTNAME} +LICENSE= MIT +GEM_NAME= ${DISTNAME} USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes + PLIST_FILES= bin/autotest \ bin/multigem \ bin/multiruby \ Modified: head/devel/rubygem-zentest/pkg-descr ============================================================================== --- head/devel/rubygem-zentest/pkg-descr Fri May 29 11:19:11 2015 (r387843) +++ head/devel/rubygem-zentest/pkg-descr Fri May 29 11:19:16 2015 (r387844) @@ -16,4 +16,4 @@ multiruby runs anything you want on mult Test::Rails helps you build industrial-strength Rails code. -WWW: http://rubygems.org/gems/zentest/ +WWW: https://github.com/seattlerb/zentest
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505291119.t4TBJG5t091458>