Index: head/devel/rubygem-mocha/Makefile =================================================================== --- head/devel/rubygem-mocha/Makefile (revision 506185) +++ head/devel/rubygem-mocha/Makefile (revision 506186) @@ -1,22 +1,23 @@ # Created by: Cheng-Lung Sung # $FreeBSD$ PORTNAME= mocha -PORTVERSION= 1.7.0 +PORTVERSION= 1.9.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Library for mocking and stubbing syntax like JMock and SchMock LICENSE= BSD2CLAUSE RUBY MIT LICENSE_COMB= dual LICENSE_FILE_MIT= ${WRKSRC}/MIT-LICENSE.md RUN_DEPENDS= rubygem-metaclass>=0.0.1:devel/rubygem-metaclass -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Index: head/devel/rubygem-mocha/distinfo =================================================================== --- head/devel/rubygem-mocha/distinfo (revision 506185) +++ head/devel/rubygem-mocha/distinfo (revision 506186) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533917883 -SHA256 (rubygem/mocha-1.7.0.gem) = 81a510223cd75352afa8ebeaee401d59e5571497421d783acf8858527395908f -SIZE (rubygem/mocha-1.7.0.gem) = 96768 +TIMESTAMP = 1562501288 +SHA256 (rubygem/mocha-1.9.0.gem) = bacce22681f43324334567405b0254c83fcee11bbb8806d349645f5e778ca6e8 +SIZE (rubygem/mocha-1.9.0.gem) = 224768 Index: head/devel/rubygem-mocha/pkg-descr =================================================================== --- head/devel/rubygem-mocha/pkg-descr (revision 506185) +++ head/devel/rubygem-mocha/pkg-descr (revision 506186) @@ -1,5 +1,5 @@ Mocha is a library for mocking and stubbing using a syntax like that 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: https://gofreerange.com/mocha/docs/ +WWW: https://mocha.jamesmead.org/