diff options
author | mef <mef@pkgsrc.org> | 2015-09-05 13:44:39 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-09-05 13:44:39 +0000 |
commit | 68d97cde0f40c6bc51c9ff76a73910bf385e7dce (patch) | |
tree | f123b0c8c9b512d87d19d2f80317f4d0969dfcf1 /devel/p5-POE | |
parent | 01a568c38759d4c62010b50f8b95832a1bb6d9df (diff) | |
download | pkgsrc-68d97cde0f40c6bc51c9ff76a73910bf385e7dce.tar.gz |
Update 1.366 to 1.367
---------------------
(below is compiled from CHANGES)
================================
2015-06-03 10:10:18 -0400 v1_367
================================
- Version bump for release.
- Merge pull request #22 from zhouzhen1/prchallenge
- Some trivial changes for the CPAN PR challenge.
- rt.cpan.org 96039. Avoid close() on a FIFO until the reader is done.
- Cygwin seems to block on close() if a FIFO contains data. This test
deadlocks because it expects the ability to read from the FIFO
asynchronously later.
- rt.cpan.org 100499. Fix SuccessEvent values for AF_INET6.
- Applied ketas' micro patches, and updated an example in the docs.
- rt.cpan.org 101227. Comment on an unused assertion.
- rt.cpan.org 103842. Skip YAML line ending test on contemporary YAML.
- a couple of pod typo fix
- add 'use strict' to POE/Queue.pm and POE/Resource.pm
- Merge pull request #20 from nanis/nanis-fix-for-nmake
- Hard coded Unix-style directory separator causes problems on Windows
with nmake
- Enable bind for IN6ADDR_ANY
- Use File::Spec->catfile to compose certain paths
- Surrounding them with double quotes worked on Windows, but created
problems on other systems.
- Quote paths to fix errors with nmake on Windows
- C:\...\POE-1.366> nmake test
- "C:\opt\perl-5.20.1\bin\perl.exe" mylib/gen-tests.perl lib/POE.pm
Can't open perl script "mylib": Permission denied NMAKE : fatal error
U1077: 'C:\opt\perl-5.20.1\bin\perl.exe' : return code '0xd' Stop.
- This happens because perl ends up seeing mylib and /gen-tests.perl as
two separate thingies. It seemed to me that the most straightforward
solution which I do not think should effect any other platforms is to
quote the filename arguments. Hope this makes sense.
- Make loop discovery O(M+N) instead of O(M*N) stat() operations.
- fix typo ("Consier" => "Consider")
Diffstat (limited to 'devel/p5-POE')
-rw-r--r-- | devel/p5-POE/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-POE/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-POE/Makefile b/devel/p5-POE/Makefile index 2a00e12b87c..db4ca897d90 100644 --- a/devel/p5-POE/Makefile +++ b/devel/p5-POE/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2015/07/12 18:56:16 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2015/09/05 13:44:39 mef Exp $ -DISTNAME= POE-1.366 +DISTNAME= POE-1.367 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/} diff --git a/devel/p5-POE/distinfo b/devel/p5-POE/distinfo index ce8f3fc52f4..ac61ebc922a 100644 --- a/devel/p5-POE/distinfo +++ b/devel/p5-POE/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2015/02/08 06:47:32 mef Exp $ +$NetBSD: distinfo,v 1.13 2015/09/05 13:44:39 mef Exp $ -SHA1 (POE-1.366.tar.gz) = bb0038679a19bbbfded8f22efed26ae75d7acee9 -RMD160 (POE-1.366.tar.gz) = 2102fe1faaa512d0851edb9d66fb0734366c96ed -Size (POE-1.366.tar.gz) = 382565 bytes +SHA1 (POE-1.367.tar.gz) = 99ba9f4251cd732cd46d36400c5c3ff76a9bf142 +RMD160 (POE-1.367.tar.gz) = 4790807d16d300bca2ebd41c067ceefb06262554 +Size (POE-1.367.tar.gz) = 381473 bytes |