pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/p5-POE-Component-Server-SimpleHTTP
Module Name: pkgsrc
Committed By: wen
Date: Tue Aug 13 01:07:15 UTC 2024
Modified Files:
pkgsrc/www/p5-POE-Component-Server-SimpleHTTP: Makefile distinfo
Log Message:
Update to 2.30
Upstream changes:
version 2.30 at 2023-05-08 11:10:47 +0000
-----------------------------------------
Change: 89d04178d93e58d19b6182e713c872bde7271a8c
Author: Chris 'BinGOs' Williams <chris%bingosnet.co.uk@localhost>
Date : 2023-05-08 12:10:47 +0000
Release engineering for 2.30
Change: ba688d4b8a7ab7911962d04860d4ec877e89c424
Author: Ricardo Signes <rjbs%users.noreply.github.com@localhost>
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.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 \
pkgsrc/www/p5-POE-Component-Server-SimpleHTTP/Makefile
cvs rdiff -u -r1.7 -r1.8 \
pkgsrc/www/p5-POE-Component-Server-SimpleHTTP/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/p5-POE-Component-Server-SimpleHTTP/Makefile
diff -u pkgsrc/www/p5-POE-Component-Server-SimpleHTTP/Makefile:1.19 pkgsrc/www/p5-POE-Component-Server-SimpleHTTP/Makefile:1.20
--- pkgsrc/www/p5-POE-Component-Server-SimpleHTTP/Makefile:1.19 Thu Jul 6 09:42:49 2023
+++ pkgsrc/www/p5-POE-Component-Server-SimpleHTTP/Makefile Tue Aug 13 01:07:15 2024
@@ -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/}
Index: pkgsrc/www/p5-POE-Component-Server-SimpleHTTP/distinfo
diff -u pkgsrc/www/p5-POE-Component-Server-SimpleHTTP/distinfo:1.7 pkgsrc/www/p5-POE-Component-Server-SimpleHTTP/distinfo:1.8
--- pkgsrc/www/p5-POE-Component-Server-SimpleHTTP/distinfo:1.7 Tue Oct 26 11:30:11 2021
+++ pkgsrc/www/p5-POE-Component-Server-SimpleHTTP/distinfo Tue Aug 13 01:07:15 2024
@@ -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
Home |
Main Index |
Thread Index |
Old Index