diff options
author | sno <sno> | 2009-05-18 06:54:45 +0000 |
---|---|---|
committer | sno <sno> | 2009-05-18 06:54:45 +0000 |
commit | b75ac94943cd147ad4da5e836ee1f5b1c2c77c90 (patch) | |
tree | 26fdba85a093c8e1c3eac290488e649c6c1041df /devel | |
parent | e66bd411a9a981ea1f90b378960485075c3bfe03 (diff) | |
download | pkgsrc-b75ac94943cd147ad4da5e836ee1f5b1c2c77c90.tar.gz |
pkgsrc changes:
- updating package for various p5 IO modules from 1.2301 to 1.2500
upstream changes (since 1.23):
IO 1.25 -- Wed May 13 18:37:33 CDT 2009
* Fix test warnings in io_dir
* skip tests known to cause a segfault 5.10.0
IO 1.24 -- Mon May 11 14:15:51 CDT 2009
* Make Makefile.PL usable by core and CPAN
* Reorganize files to be under lib/ directory structure now matches core perl
* Update with following changes made to core perl distribution
* Silence Win32 compiler warning in IO.xs
* Make non-blocking mode work on Windows in IO::Socket::INET
* fix some missing parts of IO::Handle pod
* Implement IO::Handle::say the same way as the builtin say().
* Undo io_linenum.t part of #34148. It was io_multihomed.t that I meant (my mistake), and that is now covered by #34155.
* watchdog() some IO tests
* Some more missing isGV_with_GP()s
* IO::Dir destructor
* IO::Socket::INET unnecessarily resolves "udp"
* IO::Handle->say should ignore $\ (bug #49266)
* consting IO.xs
* Net::SMTP can't send large messages with bleadperl
* Fix for IO::Socket send method
* Fixes for the test suite on OS/2
* Silence VC++ compiler warnings
* IO::Socket's IO.xs fails to compile
* IO::Socket::connect returns wrong errno on timeout
* Coverity correctly reports that gv might (just) be NULL. So don't derefernece it if it is.
* Simplify tests for fork() capabilities
* Fix syntax error in io_pipe test
* Making IO::Socket pass test on Win32
* ext/IO/t/io_unix.t
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-IO/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-IO/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-IO/Makefile b/devel/p5-IO/Makefile index d1e4df5c22a..aa9e6f7f308 100644 --- a/devel/p5-IO/Makefile +++ b/devel/p5-IO/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2008/10/19 19:17:56 he Exp $ +# $NetBSD: Makefile,v 1.3 2009/05/18 06:54:45 sno Exp $ # -DISTNAME= IO-1.2301 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +DISTNAME= IO-1.25 +PKGNAME= p5-${DISTNAME}00 SVR4_PKGNAME= p5io CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} diff --git a/devel/p5-IO/distinfo b/devel/p5-IO/distinfo index 4a7ad3a4b68..5bf99e23398 100644 --- a/devel/p5-IO/distinfo +++ b/devel/p5-IO/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/09/12 12:47:32 he Exp $ +$NetBSD: distinfo,v 1.2 2009/05/18 06:54:45 sno Exp $ -SHA1 (IO-1.2301.tar.gz) = d374b102082ab584ce4ef53ef85d233cdc75ffa7 -RMD160 (IO-1.2301.tar.gz) = 74c9cf0d092b78bafb3cf83139add0f371a5086e -Size (IO-1.2301.tar.gz) = 49006 bytes +SHA1 (IO-1.25.tar.gz) = 3eb700e772f5485514b0402f7ace49d41e7cc071 +RMD160 (IO-1.25.tar.gz) = 29b0d8eaafe87dfeb021862dfe97df58ebb833bb +Size (IO-1.25.tar.gz) = 52710 bytes |