From nobody Thu Sep 5 06:19:52 2024 X-Original-To: dev-commits-ports-main@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 4Wzq2x0Dmnz5VH5w; Thu, 05 Sep 2024 06:19:53 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Wzq2w5z3Wz41XZ; Thu, 5 Sep 2024 06:19:52 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1725517192; 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=VHChekmckP1CcajUilNgCTXwAugdZ2SV7BJNvjQUubs=; b=Z4sitt5Al08Z71dz+1y/b47PQCEhIfipC+08b2cHGWihDn5oH1J6oMyLIF4/itnjyxLAad YvXTGnYY/VBqs5OzT9woSuNeLMXDwqmQd1s3CIyP/xLY3D3SHz2d7syq5adWApmAJNkhDk Dx9F9vdzTrrw0KTIl2/s3FeNuCT5YmCM6D8IOTi40rdvLMQnnITJlZAaZhtlMwly/Cp1J5 wVacj0Ju9bMNu8a+kX69iDKq4+luVWDxkTbQKSz2w/b/jJnkcN7pwrTPKL4TVxCxbwpJwf LaDoIUPumwal77NLFYvcjWMP0jE54EKFA24fI8ucXlxL91EVjePkdnlQ1uw/EA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1725517192; a=rsa-sha256; cv=none; b=Yd5bTfDj5VxmJK8+/ltQOfQA/bpmsDgophFn4ARznpcodgEZ+pqccCpNSh/yCQUAfGywVq o3Dx420FhNltyi5HQzg6K+RwOX0N94I0xzEGyE9zToLtdUkgYWQgRPMaY4BhyQv+QFtFeF lhGCJGuqjUTEVlGo3xd8jMowK8LVXNy/3LOHCyJbYX/x6xy9dYMGaRgBF+L3ZZPVuzOVDr HeX43DiG494QPneZw+LXIt3tHmwowio7RPthr6DK/Jj5tLemEdHYlsjIr8j2d+FnaSGNyC /MXkTkRj+h7hnTNOfRHSVvFZS/XvyKoGV0DRe/Yh2pzeVyARIN2iV5jP4I5kZw== 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=1725517192; 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=VHChekmckP1CcajUilNgCTXwAugdZ2SV7BJNvjQUubs=; b=rargho+CUe+rbXi7/AYSeMMbqOekshi49TA2wPWSq4thDnQL7kKaowPeJT2LISBPfFxqMi twLfq8mRmCme3T0/q38NSPMdX6NyT5LHTuMgazpMliSXdOHOSy9Fj2oN8jrnUPrzEJMyn1 F0gX1fbqb3erfQCnCSI+4bkB306NLhmeRucL3r3P2Qdxna/d21Ycyae4XmFXIc4Vpk4gtr z9gw8IR8q+YUWtipqb7XWRNWxBEuNj/mLpFfSEQLV2fd/XePaJQnc7liWwiiQgSMrrHNfg imLPdDcEKoum+oC1aXENnJi6unpJNKqShhAXZnhTPEjAkZwyAtHAfln7gs5G0w== 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 4Wzq2w5XChzwxr; Thu, 5 Sep 2024 06:19:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.18.1/8.18.1) with ESMTP id 4856Jq8G092457; Thu, 5 Sep 2024 06:19:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.18.1/8.18.1/Submit) id 4856JqBu092454; Thu, 5 Sep 2024 06:19:52 GMT (envelope-from git) Date: Thu, 5 Sep 2024 06:19:52 GMT Message-Id: <202409050619.4856JqBu092454@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: fffd9fe9c815 - main - devel/phpunit11: Update to 11.3.1 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@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: fffd9fe9c8159cbb2641a5f50ce1a8257dd5ded5 Auto-Submitted: auto-generated The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fffd9fe9c8159cbb2641a5f50ce1a8257dd5ded5 commit fffd9fe9c8159cbb2641a5f50ce1a8257dd5ded5 Author: Po-Chuan Hsieh AuthorDate: 2024-09-05 05:24:52 +0000 Commit: Po-Chuan Hsieh CommitDate: 2024-09-05 06:17:44 +0000 devel/phpunit11: Update to 11.3.1 Changes: https://github.com/sebastianbergmann/phpunit/blob/11.3/ChangeLog-11.3.md --- devel/phpunit11/Makefile | 2 +- devel/phpunit11/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/phpunit11/Makefile b/devel/phpunit11/Makefile index 9f64d425cb24..f7c0cc432feb 100644 --- a/devel/phpunit11/Makefile +++ b/devel/phpunit11/Makefile @@ -1,5 +1,5 @@ PORTNAME= phpunit -PORTVERSION= 11.3.0 +PORTVERSION= 11.3.1 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 11${PHP_PKGNAMESUFFIX} diff --git a/devel/phpunit11/distinfo b/devel/phpunit11/distinfo index 8c86d5ebf0ad..7183f98e51ee 100644 --- a/devel/phpunit11/distinfo +++ b/devel/phpunit11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1722798769 -SHA256 (phpunit-11.3.0.phar) = 63c26ca4981c468db615808f8f23f880765929866f7c1b1419e3f8b91aa6f51d -SIZE (phpunit-11.3.0.phar) = 5250551 +TIMESTAMP = 1724084514 +SHA256 (phpunit-11.3.1.phar) = d522d01acb309f82937929c1a7931c182a7571dccc3b0eb0cbcf861c382548a0 +SIZE (phpunit-11.3.1.phar) = 5251220