svn commit: r388024 - head/devel/rubygem-mocha

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 30 23:10:55 UTC 2015


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 at 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/


More information about the svn-ports-all mailing list