Updated devel/p5-EV to 4.10

ChangeLog:
4.10 Thu Jan 19 18:54:23 CET 2012
        - (libev) fix a race where the workaround against the epoll fork
          bugs caused signals to not be handled anymore.
        - (libev) correct backend_fudge for most backends, and implement
          a windows specific workaround to avoid looping because we call
          both select and Sleep, both with different time resolutions.
	- e_new wasn't declared static (causing very minor .so bloat).
        - replace more old api names by new ones.
This commit is contained in:
rhaen 2012-01-26 11:46:22 +00:00
parent efc9bdc112
commit 7c54c3782e
2 changed files with 6 additions and 6 deletions
devel/p5-EV

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.7 2011/08/12 12:02:11 adam Exp $
# $NetBSD: Makefile,v 1.8 2012/01/26 11:46:22 rhaen Exp $
DISTNAME= EV-4.03
DISTNAME= EV-4.10
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2011/08/12 12:02:11 adam Exp $
$NetBSD: distinfo,v 1.6 2012/01/26 11:46:22 rhaen Exp $
SHA1 (EV-4.03.tar.gz) = 842384f3d1664330bec4ce6a91726cc86b65115b
RMD160 (EV-4.03.tar.gz) = 26bef18f25f857928646513d089bbdfb69313d9e
Size (EV-4.03.tar.gz) = 172166 bytes
SHA1 (EV-4.10.tar.gz) = af7c0f31abcef06125b84f4476d0c9a7a9629ced
RMD160 (EV-4.10.tar.gz) = b7527ee583507e624a95ea227f67076537dbb93c
Size (EV-4.10.tar.gz) = 181424 bytes