diff options
author | mef <mef@pkgsrc.org> | 2015-05-06 02:23:59 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-05-06 02:23:59 +0000 |
commit | bc7c1273070cb3c1be1bf24ba181a99694414495 (patch) | |
tree | 364939d7e2f799618369eb3e6c9d312d3b707181 /devel | |
parent | 1c14f0dd34ed5c31cd188c3de62e06cd1fe741e3 (diff) | |
download | pkgsrc-bc7c1273070cb3c1be1bf24ba181a99694414495.tar.gz |
(pkgsrc)
- Add two each of BUILD_DEPENDS and TEST_ENV
(upstream)
- update to 7.09
--------------
7.09 Sat May 2 16:38:53 CEST 2015
- AnyEvent::Debug called an internal function (AnyEvent::Log::ft)
that was renamed to AnyEvent::Log:format_time. uinder its old name
(analyzed by Michael Stovenour).
- update AnyEvent::DNS fallback resolver addresses:
seems google effectively killed most other free dns resolvers,
so remove them, but add cable and wireless (ecrc) since it was
stable for 20 years or so, official or not, and there should be
an alternative to google.
- perl5porters broke windows error codes in 5.20, and mapped
WSAEWOULDBLOCK on the (different) EWOULDBLOCK error code, and
WSAEINPROGRESS into the incompatible ERINPROGRESS code, probably
because they were so cool. They probably broke other error codes
for no reason, too, but I didn't care for checking, it's too
depressing. This version only works around the WSAEWOULDBLOCK
issue, because I don't have a nice way to work around the
WSAEINPROGRESS bug.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-AnyEvent/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-AnyEvent/distinfo | 8 |
2 files changed, 13 insertions, 6 deletions
diff --git a/devel/p5-AnyEvent/Makefile b/devel/p5-AnyEvent/Makefile index c8bf3a7747e..578fd4c3907 100644 --- a/devel/p5-AnyEvent/Makefile +++ b/devel/p5-AnyEvent/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2015/03/15 13:11:26 mef Exp $ +# $NetBSD: Makefile,v 1.35 2015/05/06 02:23:59 mef Exp $ -DISTNAME= AnyEvent-7.08 +DISTNAME= AnyEvent-7.09 PKGNAME= p5-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AnyEvent/} @@ -20,5 +20,12 @@ DEPENDS+= p5-EV>=4:../../devel/p5-EV DEPENDS+= p5-Guard>=1.020:../../devel/p5-Guard DEPENDS+= p5-Async-Interrupt>=1:../../devel/p5-Async-Interrupt +# setup for make test (expecting PASS with several skipping items) +BUILD_DEPENDS+= p5-AnyEvent-AIO-[0-9]*:../../devel/p5-AnyEvent-AIO +BUILD_DEPENDS+= p5-IO-Async-[0-9]*:../../devel/p5-IO-Async + +TEST_ENV+= PERL_ANYEVENT_LOOP_TESTS=true +TEST_ENV+= PERL_ANYEVENT_NET_TESTS=true + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-AnyEvent/distinfo b/devel/p5-AnyEvent/distinfo index ca40b41f651..fbb0240b480 100644 --- a/devel/p5-AnyEvent/distinfo +++ b/devel/p5-AnyEvent/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2015/03/15 13:09:15 mef Exp $ +$NetBSD: distinfo,v 1.25 2015/05/06 02:23:59 mef Exp $ -SHA1 (AnyEvent-7.08.tar.gz) = d4d878434bf35933819d16f4a696e1f9215c6b8a -RMD160 (AnyEvent-7.08.tar.gz) = 36f6377b1dc8b70da72a27557e8c11687dea31f5 -Size (AnyEvent-7.08.tar.gz) = 296173 bytes +SHA1 (AnyEvent-7.09.tar.gz) = f48dde43ac9cb1c5432cd58d9f906d0d6984a558 +RMD160 (AnyEvent-7.09.tar.gz) = 7abe3d9aab1e53dc2c01115e5db5facc6b40f6f9 +Size (AnyEvent-7.09.tar.gz) = 295920 bytes |