summaryrefslogtreecommitdiff
path: root/devel/p5-EV/Makefile
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-08-18 14:12:06 +0000
committersno <sno@pkgsrc.org>2009-08-18 14:12:06 +0000
commitd92dd8d08db2a75e84aae171d21ec014ca9a9924 (patch)
tree4f9fa60363ac53ab0fdb144f6e7463ccc3bc05df /devel/p5-EV/Makefile
parentb8a4daae1386c041191976dba43ed5a0e1a65a38 (diff)
downloadpkgsrc-d92dd8d08db2a75e84aae171d21ec014ca9a9924.tar.gz
Updating package for devel/p5-EV from 3.7 to 3.8
Upstream changes: 3.8 Sun Aug 9 15:30:10 CEST 2009 - implement $loop->signal/signal_ns. - (libev) incompatible change: do not necessarily reset signal handler to SIG_DFL when a sighandler is stopped. - (libev) ev_default_destroy did not properly free or zero some members, potentially causing crashes and memory corruption on repated ev_default_destroy/ev_default_loop calls. - (libev) take advantage of signalfd on GNU/Linux systems. - (libev) document that the signal mask might be in an unspecified state when using libev's signal handling. - (libev) take advantage of some GNU/Linux calls to set cloexec/nonblock on fd creation, to avoid race conditions. - implement internal glue code to interface more efficiently with AnyEvent.
Diffstat (limited to 'devel/p5-EV/Makefile')
-rw-r--r--devel/p5-EV/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-EV/Makefile b/devel/p5-EV/Makefile
index 2c4ac38bf93..10fcdab85b6 100644
--- a/devel/p5-EV/Makefile
+++ b/devel/p5-EV/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/08/08 20:16:38 sno Exp $
+# $NetBSD: Makefile,v 1.2 2009/08/18 14:12:06 sno Exp $
#
-DISTNAME= EV-3.7
+DISTNAME= EV-3.8
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/}