diff options
author | sno <sno@pkgsrc.org> | 2010-03-16 22:16:09 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-03-16 22:16:09 +0000 |
commit | b2b0ba6c9cf8c07cbad5c25f7d23d154b2c8e223 (patch) | |
tree | 51d864a35d6ec340bcc1b4774300a9fed44a7303 /devel | |
parent | 63324a538a2ad44a34a01fd443daa8bd0d31ac14 (diff) | |
download | pkgsrc-b2b0ba6c9cf8c07cbad5c25f7d23d154b2c8e223.tar.gz |
Updating devel/p5-EV from 3.8nb1 to 3.9
Upstream changes:
3.9 Thu Dec 31 07:59:59 CET 2009
- disable t/07* under automatic testing.
- increase t/09* timeouts as netbsd has *horribly* broken
select/kevent that *usually* sleep >>0.6s instead of 0.3.
- add constants EV::FLAG_NOSIGFD, EV::FLAG_NOINOTIFY and
EV::BACKEND_ALL.
- (libev) signalfd is no longer used by default.
- (libev) backport inotify code to C89.
- (libev) inotify file descriptors could leak into child processes.
- (libev) ev_stat watchers could keep an errornous extra ref on the loop.
- (libev) take advantage of inotify_init1, if available.
- (libev) the signal handling pipe wasn't always initialised under windows.
- changed minimum glibc requirement from glibc 2.9 to 2.7, for signalfd.
- (libev) only replace ev_stat.prev when we detect an actual difference.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-EV/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-EV/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-EV/Makefile b/devel/p5-EV/Makefile index 469ee20283d..2914821ce40 100644 --- a/devel/p5-EV/Makefile +++ b/devel/p5-EV/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2010/01/29 15:07:12 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2010/03/16 22:16:09 sno Exp $ # -DISTNAME= EV-3.8 +DISTNAME= EV-3.9 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +#PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/} diff --git a/devel/p5-EV/distinfo b/devel/p5-EV/distinfo index b8f6b50ad96..55b1a4386ee 100644 --- a/devel/p5-EV/distinfo +++ b/devel/p5-EV/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/08/18 14:12:06 sno Exp $ +$NetBSD: distinfo,v 1.3 2010/03/16 22:16:09 sno Exp $ -SHA1 (EV-3.8.tar.gz) = a205192861aa5a668592468833d0e99749274aeb -RMD160 (EV-3.8.tar.gz) = 0bb514debdb615b37f5c16164a47c5934aacbdd9 -Size (EV-3.8.tar.gz) = 151268 bytes +SHA1 (EV-3.9.tar.gz) = 5d1eadd4eb35fded06114edce7d0a5aad4fc5ddb +RMD160 (EV-3.9.tar.gz) = a57b94e91131e3f3d9885808123220a30c2ec6d5 +Size (EV-3.9.tar.gz) = 153556 bytes |