Here is an update for Test::MockObject.
What's new upstream [0]: - bug fix: objects created with Test::MockObject::Extends are now DESTROY-ed - and tiny distribution changes Port-wise it's a simple update with depends version sync. Testing: - 'make test' passes - There are 10 direct consumers i've tested [1], and found no new issues due to that update. Comments/feedback are welcome! Charlène. [0] https://metacpan.org/changes/release/CHROMATIC/Test-MockObject-1.20180705 [1] http://0x0.st/zAsf.tgz Index: Makefile =================================================================== RCS file: /cvs/ports/devel/p5-Test-MockObject/Makefile,v retrieving revision 1.15 diff -u -p -u -p -r1.15 Makefile --- Makefile 10 May 2017 19:40:09 -0000 1.15 +++ Makefile 8 May 2019 14:38:43 -0000 @@ -4,17 +4,17 @@ COMMENT = perl extension for emulating MODULES = cpan PKG_ARCH = * -DISTNAME = Test-MockObject-1.20161202 +DISTNAME = Test-MockObject-1.20180705 CATEGORIES = devel # Artistic PERMIT_PACKAGE_CDROM = Yes -RUN_DEPENDS = devel/p5-Universal-isa \ - devel/p5-Universal-can +RUN_DEPENDS = devel/p5-Universal-can>=1.20110617 \ + devel/p5-Universal-isa>=1.20110614 -TEST_DEPENDS = devel/p5-Test-Exception \ - devel/p5-Test-Warn \ - www/p5-CGI +TEST_DEPENDS = devel/p5-Test-Exception>=0.31 \ + devel/p5-Test-Warn>=0.23 \ + www/p5-CGI>=4.15 .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/devel/p5-Test-MockObject/distinfo,v retrieving revision 1.9 diff -u -p -u -p -r1.9 distinfo --- distinfo 10 May 2017 19:40:09 -0000 1.9 +++ distinfo 8 May 2019 14:38:43 -0000 @@ -1,2 +1,2 @@ -SHA256 (Test-MockObject-1.20161202.tar.gz) = FLIl//NkUzhpeXbbviw55Ewck1NoVbeLO7xum/6UoKI= -SIZE (Test-MockObject-1.20161202.tar.gz) = 29020 +SHA256 (Test-MockObject-1.20180705.tar.gz) = RRYFjV1REVXBxGLatAJ9di1qR0uZ9zv32iC1/70CRRg= +SIZE (Test-MockObject-1.20180705.tar.gz) = 29413
