git: f19e56006e19 - main - devel/phpunit9: Update to 9.5.26

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 30 Dec 2022 09:08:26 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f19e56006e19ebc053129f70d2de2f82d9e7b230

commit f19e56006e19ebc053129f70d2de2f82d9e7b230
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:39:56 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:04:08 +0000

    devel/phpunit9: Update to 9.5.26
    
    - Update WWW
    
    Changes:        https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.5.md
---
 devel/phpunit9/Makefile  | 5 +++--
 devel/phpunit9/distinfo  | 6 +++---
 devel/phpunit9/pkg-descr | 2 --
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/devel/phpunit9/Makefile b/devel/phpunit9/Makefile
index 47cfa3e531f4..19a4baf78e54 100644
--- a/devel/phpunit9/Makefile
+++ b/devel/phpunit9/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	phpunit
-PORTVERSION=	9.5.25
+PORTVERSION=	9.5.26
 CATEGORIES=	devel www
 MASTER_SITES=	https://phar.phpunit.de/
 PKGNAMESUFFIX=	9${PHP_PKGNAMESUFFIX}
@@ -7,7 +7,8 @@ EXTRACT_SUFX=	.phar
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Testing framework for unit tests
-WWW=		https://phpunit.de/
+WWW=		https://phpunit.de/ \
+		https://github.com/sebastianbergmann/phpunit
 
 LICENSE=	BSD3CLAUSE
 
diff --git a/devel/phpunit9/distinfo b/devel/phpunit9/distinfo
index f0b0eae5f55a..959868adedfa 100644
--- a/devel/phpunit9/distinfo
+++ b/devel/phpunit9/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1664767826
-SHA256 (phpunit-9.5.25.phar) = 9b17aaed7c447841dab0ec12c380071f9ab43dd1e4ee9fbc319dd47282a2b4be
-SIZE (phpunit-9.5.25.phar) = 4590164
+TIMESTAMP = 1669057541
+SHA256 (phpunit-9.5.26.phar) = e36595f47bb81f244e03fc437328cfaa123e99ffd183c3217235926ff0978397
+SIZE (phpunit-9.5.26.phar) = 4592899
diff --git a/devel/phpunit9/pkg-descr b/devel/phpunit9/pkg-descr
index 943c381a3f08..102dc6c002c2 100644
--- a/devel/phpunit9/pkg-descr
+++ b/devel/phpunit9/pkg-descr
@@ -1,4 +1,2 @@
 PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of
 the xUnit architecture for unit testing frameworks.
-
-See also: https://github.com/sebastianbergmann/phpunit