pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-AnyEvent updated to 4.22



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9284e3d7d5b1
branches:  trunk
changeset: 544842:9284e3d7d5b1
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Mon Jul 21 08:30:01 2008 +0000

description:
updated to 4.22
ChangeLog:
4.22 Sun Jul 20 16:34:13 CEST 2008
        - new function AnyEvent::Socket::parse_hostport.
        - as the bulkheads at microsoft can't even get getprotobyname reliably
          working on their shitty fucking broken os we need to hardcode
          some common protocol numbers in AnyEvent::Socket. How can
          people even bother with such a pile of shit as windows.

4.21 Thu Jul 17 14:40:05 CEST 2008
        - INCOMPATIBLE CHANGE: AnyEvent::Util::fork_call now has a prototype
          which is incompatible to previous invocation syntax.
        - work around more windows perl bugs in fork_call. I cannot imagine
          why anybody would bother implementing fork in such an obviously
          unusable way.
        - avoid calling $do_retry if the request has already finished in
          AnyEvent::DNS, thus avoiding an exception (reported by Anatoly
          K. Sharifulin).

diffstat:

 devel/p5-AnyEvent/Makefile |  4 ++--
 devel/p5-AnyEvent/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r d0b22bd419f3 -r 9284e3d7d5b1 devel/p5-AnyEvent/Makefile
--- a/devel/p5-AnyEvent/Makefile        Mon Jul 21 07:53:13 2008 +0000
+++ b/devel/p5-AnyEvent/Makefile        Mon Jul 21 08:30:01 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2008/07/15 20:37:07 rhaen Exp $
+# $NetBSD: Makefile,v 1.7 2008/07/21 08:30:01 rhaen Exp $
 #
 
-DISTNAME=      AnyEvent-4.2
+DISTNAME=      AnyEvent-4.22
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  http://www.cpan.org/modules/by-authors/Marc_Lehmann/
diff -r d0b22bd419f3 -r 9284e3d7d5b1 devel/p5-AnyEvent/distinfo
--- a/devel/p5-AnyEvent/distinfo        Mon Jul 21 07:53:13 2008 +0000
+++ b/devel/p5-AnyEvent/distinfo        Mon Jul 21 08:30:01 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2008/07/15 20:37:07 rhaen Exp $
+$NetBSD: distinfo,v 1.5 2008/07/21 08:30:01 rhaen Exp $
 
-SHA1 (AnyEvent-4.2.tar.gz) = a88533441b8a85583a9884a92a3f80f6b4605fe9
-RMD160 (AnyEvent-4.2.tar.gz) = be08c2e02288f36300e6c1ac3a24c5627ede4ff5
-Size (AnyEvent-4.2.tar.gz) = 114600 bytes
+SHA1 (AnyEvent-4.22.tar.gz) = e2554b22b6628ab4d9367a8128095cecabfe9b5b
+RMD160 (AnyEvent-4.22.tar.gz) = 55878cee8bf370d83ffd93c232ec5ad6452a7a25
+Size (AnyEvent-4.22.tar.gz) = 116715 bytes



Home | Main Index | Thread Index | Old Index