Date: Wed, 27 Jul 2016 07:53:45 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419166 - head/devel/phpunit Message-ID: <201607270753.u6R7rjJj003349@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Wed Jul 27 07:53:45 2016 New Revision: 419166 URL: https://svnweb.freebsd.org/changeset/ports/419166 Log: devel/phpunit: Update from 5.4.6 to 5.4.7 - Invalid data sets are not handled correctly for @testWith annotation - No warnings when test runs in separate process - expectException() accepts non-string argument Approved by: pi (mentor) Modified: head/devel/phpunit/Makefile head/devel/phpunit/distinfo Modified: head/devel/phpunit/Makefile ============================================================================== --- head/devel/phpunit/Makefile Wed Jul 27 07:39:21 2016 (r419165) +++ head/devel/phpunit/Makefile Wed Jul 27 07:53:45 2016 (r419166) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpunit -PORTVERSION= 5.4.6 +PORTVERSION= 5.4.7 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ \ http://ports.toco-domains.de/ Modified: head/devel/phpunit/distinfo ============================================================================== --- head/devel/phpunit/distinfo Wed Jul 27 07:39:21 2016 (r419165) +++ head/devel/phpunit/distinfo Wed Jul 27 07:53:45 2016 (r419166) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468933787 -SHA256 (phpunit-5.4.6.phar) = f1aa125103a91f573ed43bb8fea42b5e087e5d67d570e84cb4ab2215a40ecbf8 -SIZE (phpunit-5.4.6.phar) = 2988429 +TIMESTAMP = 1469546248 +SHA256 (phpunit-5.4.7.phar) = 7791801ac19562e1b9e7e4e638f928bb030958eea5fe53b6ee4efbd0ed36187d +SIZE (phpunit-5.4.7.phar) = 2989346
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607270753.u6R7rjJj003349>