From nobody Sun Feb 05 16:04:23 2023 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 4P8vN82vq2z3kXlr; Sun, 5 Feb 2023 16:04:24 +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 4P8vN81c4rz3PpK; Sun, 5 Feb 2023 16:04:24 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1675613064; 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=/OpLqEcwybniroRrCFTW0xtGpYDrk9cwzsDmuwvwi1U=; b=hjuH7bQ3GN78BvBfWelE/CO7u7TzOjiLJn+zXSl3tI71XxFD/3EUQorUcfju31Xm7DCXQa u+VuF2Vm20taH7HfO9rNdhwbvrjLUZ3tECgxY/uIB7rpZIb2BZegr/yqVwfAVazNxbMUhI /90f/3Fd+iR6BaUqzTQdimFVBFp14HdRD0cm9XF1WfqXcLGmHZTV6qEuGuIo6W1tw3iT5s fPzZEFAloa4+FK2biGYrHSC0oSmS4Mc/9nrdhRBy4RBkt5Bc2mx3MibO6VxXOs/M2juCtY CHGpeQox0z32jaH3/tXBRsZf14XzhGyfbXzO2eneSJsWY7I4p1bPKS7BBUWrLg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1675613064; 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=/OpLqEcwybniroRrCFTW0xtGpYDrk9cwzsDmuwvwi1U=; b=ggCRwov3Tan0bnAMW+Ll27GmZnsVKSuHRMkDJx4+psVpECOsmNEFYwxDiiTlQaE3N91nem Az3yCa0lr21M5FGPeurpw7oGg4+25d542BNQSz3hyEPsj44wdSGjscoktqCT7NQ2EdRvX/ i7lgmap30LIlawpmkXJg9AyOdiNXApxOm/HMkwZ4jerSsJT9Wb8lpbx+g6l1x4tWE3tcPS 7phdozieV/nJSPGIVmkZsEpKrNPoxCkPyK195XXXLeoGIUevWz4ToQpcp25ldmkA4vqiou qeVnh9/2ej/qPmCx19qv2St6NIjPmC0OW5BqwFGAb0Ii7zuqNHSvchCyuxb14A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1675613064; a=rsa-sha256; cv=none; b=R/QjPCFwxPkDHJll74+bNlhWaE1Iu6EIBVUSqEoIEUyK9DIkRh8nxnROZrdEIub20oftjj kRHwGqLzliA9Qy1O690xca4goXX4hnapW3SA76c711rcgiPMcZcMxKmLU3VhzlxKcXHtRX smZd1VyeZ6TLpEYEAaLAx4w1OMK7nCoWkrGFY5rchkUR8Qszdq7PQ+GkTgMau8Riz5Mvj8 8FPcvD3OJ1rdIz2u3FAxkUlq2NtKt39JSV+wAmx4RoApwzPsZSo+Rn2akHp/RyDq2ViEpF fKeMrdkgo3MELRGtBcu9VeQ0OwjE+eCL81tfFJeIV0A7soYEqeluuenBtfaowg== 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 4P8vN80dxlz11Rc; Sun, 5 Feb 2023 16:04:24 +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 315G4Nni057341; Sun, 5 Feb 2023 16:04:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 315G4NVI057340; Sun, 5 Feb 2023 16:04:23 GMT (envelope-from git) Date: Sun, 5 Feb 2023 16:04:23 GMT Message-Id: <202302051604.315G4NVI057340@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: 49bc10f1cf80 - main - devel/p5-Carp-Assert-More: Update to 2.2.0 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: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: 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: 49bc10f1cf80d165d51e896ef693372c2cc3a1d5 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=49bc10f1cf80d165d51e896ef693372c2cc3a1d5 commit 49bc10f1cf80d165d51e896ef693372c2cc3a1d5 Author: Po-Chuan Hsieh AuthorDate: 2023-02-05 15:28:39 +0000 Commit: Po-Chuan Hsieh CommitDate: 2023-02-05 15:50:04 +0000 devel/p5-Carp-Assert-More: Update to 2.2.0 Changes: https://metacpan.org/dist/Carp-Assert-More/changes --- devel/p5-Carp-Assert-More/Makefile | 2 +- devel/p5-Carp-Assert-More/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/p5-Carp-Assert-More/Makefile b/devel/p5-Carp-Assert-More/Makefile index 3a9f3ef8889e..357ac17085dd 100644 --- a/devel/p5-Carp-Assert-More/Makefile +++ b/devel/p5-Carp-Assert-More/Makefile @@ -1,5 +1,5 @@ PORTNAME= Carp-Assert-More -PORTVERSION= 2.1.0 +PORTVERSION= 2.2.0 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Carp-Assert-More/distinfo b/devel/p5-Carp-Assert-More/distinfo index ca49546dee1d..d0d62f0e4578 100644 --- a/devel/p5-Carp-Assert-More/distinfo +++ b/devel/p5-Carp-Assert-More/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1661599565 -SHA256 (Carp-Assert-More-2.1.0.tar.gz) = 1bc2acbe81e1b95040ab4f5f29bb84f043c25563eb16114e363bd4d392a62e6a -SIZE (Carp-Assert-More-2.1.0.tar.gz) = 17303 +TIMESTAMP = 1675191991 +SHA256 (Carp-Assert-More-2.2.0.tar.gz) = 7f30d99de01884e9ce58c782c1d04ab2588636e8f24f366196433ecb6ce861ea +SIZE (Carp-Assert-More-2.2.0.tar.gz) = 19842