svn commit: r506186 - head/devel/rubygem-mocha
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jul 7 19:15:49 UTC 2019
Author: sunpoet
Date: Sun Jul 7 19:15:42 2019
New Revision: 506186
URL: https://svnweb.freebsd.org/changeset/ports/506186
Log:
Update to 1.9.0
- Update WWW
Changes: https://github.com/freerange/mocha/blob/master/RELEASE.md
Modified:
head/devel/rubygem-mocha/Makefile
head/devel/rubygem-mocha/distinfo
head/devel/rubygem-mocha/pkg-descr
Modified: head/devel/rubygem-mocha/Makefile
==============================================================================
--- head/devel/rubygem-mocha/Makefile Sun Jul 7 19:15:37 2019 (r506185)
+++ head/devel/rubygem-mocha/Makefile Sun Jul 7 19:15:42 2019 (r506186)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mocha
-PORTVERSION= 1.7.0
+PORTVERSION= 1.9.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -15,8 +15,9 @@ 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 <bsd.port.mk>
Modified: head/devel/rubygem-mocha/distinfo
==============================================================================
--- head/devel/rubygem-mocha/distinfo Sun Jul 7 19:15:37 2019 (r506185)
+++ head/devel/rubygem-mocha/distinfo Sun Jul 7 19:15:42 2019 (r506186)
@@ -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
Modified: head/devel/rubygem-mocha/pkg-descr
==============================================================================
--- head/devel/rubygem-mocha/pkg-descr Sun Jul 7 19:15:37 2019 (r506185)
+++ head/devel/rubygem-mocha/pkg-descr Sun Jul 7 19:15:42 2019 (r506186)
@@ -2,4 +2,4 @@ Mocha is a library for mocking and stubbing using a sy
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/
More information about the svn-ports-all
mailing list