pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-POE



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Apr 30 03:43:40 UTC 2022

Modified Files:
        pkgsrc/devel/p5-POE: Makefile distinfo

Log Message:
Update to 1.370

Upstream changes:
2022-03-23 12:42:01 +0000 v1_370
================================

  commit 8d07be6dbc4b89c79f66c52b736895010f5f65dd
  Author: Chris 'BinGOs' Williams <chris%bingosnet.co.uk@localhost>
  Date:   Wed Mar 23 12:42:01 2022 +0000

    Version bump for release.

  commit f8587e83eae3bd5d9a1243841b50118d0b185dd7
  Author: Chris 'BinGOs' Williams <chris%bingosnet.co.uk@localhost>
  Date:   Tue Mar 22 14:46:48 2022 +0000

    Remove explicit call to setsid() in POE::Wheel::Run

    We are using make_slave_controlling_terminal() from IO::Pty since
    136f5dbab9d9 and that calls setsid() itself.

    Fixes to IO::Pty have unmasked this double call to setsid() which is
    generating a spurious warning on any use of a pty(-pipe) conduit.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/p5-POE/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-POE/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-POE/Makefile
diff -u pkgsrc/devel/p5-POE/Makefile:1.41 pkgsrc/devel/p5-POE/Makefile:1.42
--- pkgsrc/devel/p5-POE/Makefile:1.41   Mon May 24 19:51:18 2021
+++ pkgsrc/devel/p5-POE/Makefile        Sat Apr 30 03:43:40 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2021/05/24 19:51:18 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2022/04/30 03:43:40 wen Exp $
 
-DISTNAME=      POE-1.368
+DISTNAME=      POE-1.370
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=POE/}
 

Index: pkgsrc/devel/p5-POE/distinfo
diff -u pkgsrc/devel/p5-POE/distinfo:1.17 pkgsrc/devel/p5-POE/distinfo:1.18
--- pkgsrc/devel/p5-POE/distinfo:1.17   Tue Oct 26 10:17:12 2021
+++ pkgsrc/devel/p5-POE/distinfo        Sat Apr 30 03:43:40 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2021/10/26 10:17:12 nia Exp $
+$NetBSD: distinfo,v 1.18 2022/04/30 03:43:40 wen Exp $
 
-BLAKE2s (POE-1.368.tar.gz) = f138692dc6b2f80a2c1d57371d0d78291e3f0c4b34cb49dcf9361866fed7adcf
-SHA512 (POE-1.368.tar.gz) = a8a4e885101372039ea48aaeac3de9fcef2db34e90216b2e63f24ea681cf1d86cd701d4b59e6b000b29f85f600655e29717ab1501d053acaf6248b1cd8f341ad
-Size (POE-1.368.tar.gz) = 377702 bytes
+BLAKE2s (POE-1.370.tar.gz) = bc9bca022bff7084e6e68bcdb19e3a9b84abfffc80f977d01d1746ea1a79eba3
+SHA512 (POE-1.370.tar.gz) = 5beed37a5fa89fb2a830e0ba2ab4f3a8ea528c75f8553e47a0d5e47fc915dc658ac543433a4c4b99429b0a34350ea2fa8bce3c9893973f0ebe387683fd9a04a4
+Size (POE-1.370.tar.gz) = 374674 bytes



Home | Main Index | Thread Index | Old Index