diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-21 11:06:53 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-09-21 11:35:13 +0800 |
commit | 34c437f0ac575cb17b0c01fc6b5c0c40ff2e0768 (patch) | |
tree | b6e83915f122a0544b56d7e213877d2d9974a653 | |
parent | devel/libtickit: Update to 0.4.2 (diff) |
devel/phpunit9: Update to 9.5.9
Changes: https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.5.md
-rw-r--r-- | devel/phpunit9/Makefile | 2 | ||||
-rw-r--r-- | devel/phpunit9/distinfo | 6 | ||||
-rw-r--r-- | devel/phpunit9/pkg-descr | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/devel/phpunit9/Makefile b/devel/phpunit9/Makefile index 066eb85d6088..9f7d7f4e176a 100644 --- a/devel/phpunit9/Makefile +++ b/devel/phpunit9/Makefile @@ -1,5 +1,5 @@ PORTNAME= phpunit -PORTVERSION= 9.5.8 +PORTVERSION= 9.5.9 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 9${PHP_PKGNAMESUFFIX} diff --git a/devel/phpunit9/distinfo b/devel/phpunit9/distinfo index d2975c76ab75..ca582fc2c2ed 100644 --- a/devel/phpunit9/distinfo +++ b/devel/phpunit9/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628103014 -SHA256 (phpunit-9.5.8.phar) = 11f27cf3f9522241fe234e9bf5813667207a074ac92089aac26d502ffc5e9517 -SIZE (phpunit-9.5.8.phar) = 4458067 +TIMESTAMP = 1632036856 +SHA256 (phpunit-9.5.9.phar) = 0fed2c26d31dc9baf39bb22356f59aa640949ab3805343102207880f17b56d9c +SIZE (phpunit-9.5.9.phar) = 4459118 diff --git a/devel/phpunit9/pkg-descr b/devel/phpunit9/pkg-descr index 8a05f03d4c7d..8894cc86e7f3 100644 --- a/devel/phpunit9/pkg-descr +++ b/devel/phpunit9/pkg-descr @@ -2,3 +2,4 @@ PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks. WWW: https://phpunit.de/ +WWW: https://github.com/sebastianbergmann/phpunit |