From nobody Sun Mar 31 18:56:12 2024 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4V73JX6BlDz5G9tV; Sun, 31 Mar 2024 18:56:12 +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 4V73JX4KDfz487Z; Sun, 31 Mar 2024 18:56:12 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1711911372; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=BdCZMxPbOQ9AE2RAaXQoh2dThTS1e9HsdAWOMEYc6Uo=; b=BqzhuCYNcF0g+0oliZUXHm8SIIywimqpW6wsJEbxDaKbPmlYrXHNt5nl13prWsfRVJfwTN +0O7TzSeD33IsQthYY6/6fmu668P84XOX0kwsqOTqozJigEyLEnNxIu041ub9GeNV+Fswh YPmh/oUOUDL7k+9aaRnyC3QXXNR49how0W+4saGtkXLbdH9qLflG8/pAvczI7N08K0E2bk Fhh7kPvlJaoiSJb6Xw4RnKUH222qImZN2Cb9dpNnUyIHJVWKlR8SiLMfypdw0cM4pSxuMT JI8xk9QL4gaFhHdIHAddSRKCVLGOidje7XuYmrL9pkpdMDQZxnzCsh9mQQ3MCA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1711911372; a=rsa-sha256; cv=none; b=Bt5Ba8eE+GN8csbTvsL+f59PmoOiBszxDqYc5uOW/zNZYAJ6hS5CKwws33OrHppWwoSPFA X6fKplZmPKa171ErKw7vjGQiBcClL8wrQbzdFH6+niDcEmRHm32pcqoiCJllJFij5X0gmi 2uEzQpSEisqAKu0ucewje15JATQ+B4w6ddsFZUuyiiyZk8OBQxjCNSazNflY13b9MWXp5Q jvPSFY5NAlSSBaUJL220vtQHZztlsxVCSdVo7O1iRc+y0NLF7HlWQbkSkJHCHR3TqHb6Qy qdvt494gUGi83uhobXBkb8hft3lBdrL4Sbw98IrOLdbRh7nMpg80HGedS3pSuQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1711911372; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=BdCZMxPbOQ9AE2RAaXQoh2dThTS1e9HsdAWOMEYc6Uo=; b=P+EPtr2yLWxwZerPtdk7jUuxIYIHKccls4xIEV1bRzAn3qlbAHD4SKiFk+IM5czu/dhHXt Ynx10l3Bj0bBZLPnrP63MyK8t00DE9ZWEghTOhJOYeqmy5l2ENfYLKMVIjKicOUyTsIRI0 th/ZA+X28aJqxtZ9z4/iv4ZHveCZhUi0rLA9peYLKMGH3zXMC562guF7Z28lgywnMb98iE /Pe3THTVCPueWkXfboGl9LRI7SQHdxH/Yc3AMqLsY++V1rrm094P9xx8rVNHGK0V37ZFNl 51XeTt/yMpXPh94f9OqkGZgN6ItCwgvy09HdWeMjTmiL8hWa4OsKgUeECQWGfg== 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 4V73JX36Dyzq2W; Sun, 31 Mar 2024 18:56:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.17.1/8.17.1) with ESMTP id 42VIuCIP044240; Sun, 31 Mar 2024 18:56:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.17.1/8.17.1/Submit) id 42VIuCiD044237; Sun, 31 Mar 2024 18:56:12 GMT (envelope-from git) Date: Sun, 31 Mar 2024 18:56:12 GMT Message-Id: <202403311856.42VIuCiD044237@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: e1fc43cb9952 - main - devel/phpunit10: Update to 10.5.16 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org 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: e1fc43cb99524d4caa0907e13b2dfbe9a153e7d2 Auto-Submitted: auto-generated The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e1fc43cb99524d4caa0907e13b2dfbe9a153e7d2 commit e1fc43cb99524d4caa0907e13b2dfbe9a153e7d2 Author: Po-Chuan Hsieh AuthorDate: 2024-03-31 18:50:49 +0000 Commit: Po-Chuan Hsieh CommitDate: 2024-03-31 18:50:49 +0000 devel/phpunit10: Update to 10.5.16 Changes: https://github.com/sebastianbergmann/phpunit/blob/10.5/ChangeLog-10.5.md --- devel/phpunit10/Makefile | 2 +- devel/phpunit10/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/phpunit10/Makefile b/devel/phpunit10/Makefile index 1936d9dd426f..4b6b6ae97b55 100644 --- a/devel/phpunit10/Makefile +++ b/devel/phpunit10/Makefile @@ -1,5 +1,5 @@ PORTNAME= phpunit -PORTVERSION= 10.5.15 +PORTVERSION= 10.5.16 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 10${PHP_PKGNAMESUFFIX} diff --git a/devel/phpunit10/distinfo b/devel/phpunit10/distinfo index b11a488f35d0..2b13156bdaad 100644 --- a/devel/phpunit10/distinfo +++ b/devel/phpunit10/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711466072 -SHA256 (phpunit-10.5.15.phar) = 0aa69229c4474399247976cfc03e94dff3e8782976c7405b30995b4de110e3f0 -SIZE (phpunit-10.5.15.phar) = 5015092 +TIMESTAMP = 1711860475 +SHA256 (phpunit-10.5.16.phar) = da3cdfe088ef6def5ee23995fdbeba2e6ab13ef997240f814d6776bd3fda6f6a +SIZE (phpunit-10.5.16.phar) = 5013153