Date: Sat, 30 May 2015 23:10:55 +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: r388024 - head/devel/rubygem-mocha Message-ID: <201505302310.t4UNAtrS094683@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat May 30 23:10:54 2015 New Revision: 388024 URL: https://svnweb.freebsd.org/changeset/ports/388024 Log: - Add LICENSE - Remove USE_RAKE - Update WWW Modified: head/devel/rubygem-mocha/Makefile head/devel/rubygem-mocha/pkg-descr Modified: head/devel/rubygem-mocha/Makefile ============================================================================== --- head/devel/rubygem-mocha/Makefile Sat May 30 23:10:49 2015 (r388023) +++ head/devel/rubygem-mocha/Makefile Sat May 30 23:10:54 2015 (r388024) @@ -9,10 +9,11 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Library for mocking and stubbing syntax like JMock and SchMock +LICENSE= MIT + RUN_DEPENDS= rubygem-metaclass>=0:${PORTSDIR}/devel/rubygem-metaclass USE_RUBY= yes -USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-mocha/pkg-descr ============================================================================== --- head/devel/rubygem-mocha/pkg-descr Sat May 30 23:10:49 2015 (r388023) +++ head/devel/rubygem-mocha/pkg-descr Sat May 30 23:10:54 2015 (r388024) @@ -2,4 +2,4 @@ Mocha is a library for mocking and stubb of JMock, and SchMock. One of its main advantages is that it allows you to mock and stub methods on real (non-mock) classes and instances. -WWW: http://rubygems.org/gems/mocha/ +WWW: http://gofreerange.com/mocha/docs/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505302310.t4UNAtrS094683>