From nobody Thu Dec 14 06:05:44 2023 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 4SrMKN671hz53SS8; Thu, 14 Dec 2023 06:05:44 +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 4SrMKN4HWpz3GtW; Thu, 14 Dec 2023 06:05:44 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1702533944; 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=iYRwLZMr6q55yDps2/ZZNXXqfVTZigGb1oIRmt4jsRA=; b=ysoFdOFils95igtscP3h3ShO73YgeIRxN//dNYzui1qOzMbP27x3AElYl+YeouCeANYI6z G2FuyixteV6ewMz1sId/JICNwIzNGcIaiFZolMwGEZdLyr0nps6x0NX0tuR8ElgD/Z6VfE JU8ZA9rNwmqFhQ7D2eVABTWCw/295jcO2WG6TepBbxIGDSg0YSg/1xOr1sjOwA6/J7jHXI yzUUMYQBy43BxDXNfBZ/v9KJywManC8l4mDmF/W6+eDETco6Wfh6pH3b3/wuAkdVNZDRm+ XQLqakngPC1hpcYQfbipeOUnnxvZhLjxOsyL3xVTnNyfmYVzeoJxh+CxQxRgaA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1702533944; a=rsa-sha256; cv=none; b=gftO2QvIHa+9E6fSA5DwHNgR2M3Ssqso9ojt5JVbuCgU/ZoiWoc6UQ/RHPX7CmVit6v75s A5XwnkUXwcfofgsaVpw+RxhbE3RD0OkC1DoFygB5pQivVHfaInYt0XPmVRAdT5ueo2lRiU XBoKBSMrSXyd9SSsdtE8mIZPpo2wEi+uXxuniXBPQZiQON0pInMDj715Yd66EmDn904nYz 2VSLd5J5nhqVSJ9/CO94mwiBxViOTCP+OnDnRngeVJaw3c/aPiOofO/bezidw+5WWG4Q2c 5aFYdt6aQrJrCkRk2/09koGbyohyENRyRdnKHTRHFz1IPOsiwWZqiOeoy7yGWg== 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=1702533944; 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=iYRwLZMr6q55yDps2/ZZNXXqfVTZigGb1oIRmt4jsRA=; b=P6j0uyOLVxJpTK9EdH5AByBK3PHWPbO5qQAH7f6voP0EHdtUrAvUG9fptIVAX1ancIgzcy 87yENZmm3yGbtg+pgMUS115hh9uau4VhtUfs98v95sJNWLFrnZ0MDKHD7QzLqS6UjemzFg 5YYONw+bvS+eQ7TL67/jMxMbYIR6klJu1ZIv58x5t8ROzeQVKUS/o1Epp/l7spLEER13x3 fq9yNYX7cDTwFjsMpJrtTcVMyLwXxtulLOF4ivZq28hoq48Qc7ApNaGh64l1iCFVuX1mmw 37279/eFv842kmI8PZuAO2NKhPZ9RB91t5Y4FPzBstapIgYntzXWQqQJyh3V4Q== 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 4SrMKN3LgCz13Z; Thu, 14 Dec 2023 06:05:44 +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 3BE65idY099226; Thu, 14 Dec 2023 06:05:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.17.1/8.17.1/Submit) id 3BE65iDn099223; Thu, 14 Dec 2023 06:05:44 GMT (envelope-from git) Date: Thu, 14 Dec 2023 06:05:44 GMT Message-Id: <202312140605.3BE65iDn099223@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: 488e3ae2b1da - main - devel/p5-Test-Simple: Update to 1.302198 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: 488e3ae2b1da072f0d7756c18d7b012a20431cf6 Auto-Submitted: auto-generated The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=488e3ae2b1da072f0d7756c18d7b012a20431cf6 commit 488e3ae2b1da072f0d7756c18d7b012a20431cf6 Author: Po-Chuan Hsieh AuthorDate: 2023-12-14 05:36:02 +0000 Commit: Po-Chuan Hsieh CommitDate: 2023-12-14 05:48:21 +0000 devel/p5-Test-Simple: Update to 1.302198 Changes: https://metacpan.org/dist/Test-Simple/changes --- devel/p5-Test-Simple/Makefile | 2 +- devel/p5-Test-Simple/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile index a958541d9eba..201f486202b0 100644 --- a/devel/p5-Test-Simple/Makefile +++ b/devel/p5-Test-Simple/Makefile @@ -1,5 +1,5 @@ PORTNAME= Test-Simple -PORTVERSION= 1.302197 +PORTVERSION= 1.302198 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Test-Simple/distinfo b/devel/p5-Test-Simple/distinfo index 1e09706cf4d3..4c2d6c547d5a 100644 --- a/devel/p5-Test-Simple/distinfo +++ b/devel/p5-Test-Simple/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701363666 -SHA256 (Test-Simple-1.302197.tar.gz) = 30bf8a63b2ca592f2b1fe5578a60fa8aa6b973d47d5cbb7a7c963cc6a03c8550 -SIZE (Test-Simple-1.302197.tar.gz) = 335128 +TIMESTAMP = 1702028072 +SHA256 (Test-Simple-1.302198.tar.gz) = 1dc07bcffd23e49983433c948de3e3f377e6e849ad7fe3432c717fa782024faa +SIZE (Test-Simple-1.302198.tar.gz) = 335178