From bdddedd421e097613d5352f3c1109fd2da69b797 Mon Sep 17 00:00:00 2001 From: wen Date: Tue, 13 Aug 2024 01:07:15 +0000 Subject: [PATCH] Update to 2.30 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream changes: version 2.30 at 2023-05-08 11:10:47 +0000 ----------------------------------------- Change: 89d04178d93e58d19b6182e713c872bde7271a8c Author: Chris 'BinGOs' Williams Date : 2023-05-08 12:10:47 +0000 Release engineering for 2.30 Change: ba688d4b8a7ab7911962d04860d4ec877e89c424 Author: Ricardo Signes Date : 2023-05-08 12:07:43 +0000 post fails if it returns false; check that, not $! I was getting errors with an ENOENT in them, which dngor says shouldn't be coming from the kernel. We discussed this on irc.perl.org #magnet, 2016-12-23 around 15:00 UTC. One possibility, unconfirmed, is that something else in the handler is setting $!, and the kernel does not guarantee clearing $! on success รข like lots of Perl 5 stuff. So, this commit relies on post's return value, and then assumes $! will be sensible, rather than assuming a true $! means that the post failed. --- www/p5-POE-Component-Server-SimpleHTTP/Makefile | 5 ++--- www/p5-POE-Component-Server-SimpleHTTP/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/www/p5-POE-Component-Server-SimpleHTTP/Makefile b/www/p5-POE-Component-Server-SimpleHTTP/Makefile index 49964cfd0c78..b79c9f2f019c 100644 --- a/www/p5-POE-Component-Server-SimpleHTTP/Makefile +++ b/www/p5-POE-Component-Server-SimpleHTTP/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2023/07/06 09:42:49 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2024/08/13 01:07:15 wen Exp $ -DISTNAME= POE-Component-Server-SimpleHTTP-2.28 +DISTNAME= POE-Component-Server-SimpleHTTP-2.30 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/} diff --git a/www/p5-POE-Component-Server-SimpleHTTP/distinfo b/www/p5-POE-Component-Server-SimpleHTTP/distinfo index c305512505c3..22394921c8e3 100644 --- a/www/p5-POE-Component-Server-SimpleHTTP/distinfo +++ b/www/p5-POE-Component-Server-SimpleHTTP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/10/26 11:30:11 nia Exp $ +$NetBSD: distinfo,v 1.8 2024/08/13 01:07:15 wen Exp $ -BLAKE2s (POE-Component-Server-SimpleHTTP-2.28.tar.gz) = 3f55f6d0bb736ef0b164e23c734aa9e63da2965e75b673da0d4f2d84e682fc35 -SHA512 (POE-Component-Server-SimpleHTTP-2.28.tar.gz) = 1755341a2f9f2dad9f961135909369eee5f632d4ac2df95441df37c71acfa2528c7b8f6515b43ed91afd9858e4fd8053e6686c29cde0d6cdf2f0b1271456106d -Size (POE-Component-Server-SimpleHTTP-2.28.tar.gz) = 44982 bytes +BLAKE2s (POE-Component-Server-SimpleHTTP-2.30.tar.gz) = e58128fbdf1d4e3f261c74092d5c0e7ce7d44cd14450bc5497b7c761c3666e35 +SHA512 (POE-Component-Server-SimpleHTTP-2.30.tar.gz) = 0d39267c71c3e1662dc6f248d1ddaf8f3e71ce5d5f1e268267a01a7682842c5fa28e601da692c768302d2a9af9629219fd3c9b2f606ed7032c4a587d8cf3a0d2 +Size (POE-Component-Server-SimpleHTTP-2.30.tar.gz) = 44290 bytes