Skip to content

Commit

Permalink
Update to 2.30
Browse files Browse the repository at this point in the history
Upstream changes:
version 2.30 at 2023-05-08 11:10:47 +0000
-----------------------------------------

  Change: 89d04178d93e58d19b6182e713c872bde7271a8c
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2023-05-08 12:10:47 +0000

    Release engineering for 2.30

  Change: ba688d4b8a7ab7911962d04860d4ec877e89c424
  Author: Ricardo Signes <rjbs@users.noreply.github.com>
  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.
  • Loading branch information
wen committed Aug 13, 2024
1 parent 9d824a0 commit bdddedd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions www/p5-POE-Component-Server-SimpleHTTP/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand Down
8 changes: 4 additions & 4 deletions www/p5-POE-Component-Server-SimpleHTTP/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bdddedd

Please sign in to comment.