From owner-dev-commits-ports-all@freebsd.org Tue Sep 21 03:49:00 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B8E726B2867; Tue, 21 Sep 2021 03:49:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HD6qH3ljWz4d6C; Tue, 21 Sep 2021 03:48:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1466D1CBE2; Tue, 21 Sep 2021 03:48:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18L3mw9I017508; Tue, 21 Sep 2021 03:48:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18L3mwss017507; Tue, 21 Sep 2021 03:48:58 GMT (envelope-from git) Date: Tue, 21 Sep 2021 03:48:58 GMT Message-Id: <202109210348.18L3mwss017507@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 34c437f0ac57 - main - devel/phpunit9: Update to 9.5.9 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 34c437f0ac575cb17b0c01fc6b5c0c40ff2e0768 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2021 03:49:00 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=34c437f0ac575cb17b0c01fc6b5c0c40ff2e0768 commit 34c437f0ac575cb17b0c01fc6b5c0c40ff2e0768 Author: Po-Chuan Hsieh AuthorDate: 2021-09-21 03:06:53 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-21 03:35:13 +0000 devel/phpunit9: Update to 9.5.9 Changes: https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.5.md --- devel/phpunit9/Makefile | 2 +- devel/phpunit9/distinfo | 6 +++--- 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