Dear ports@,

I am trying to update lang/node and for that I needed to change
the version of devel/libuv.

make test on libuv-1.30.1:
not ok 27 - dlerror
not ok 257 - tcp_close_while_connecting
not ok 260 - tcp_connect_timeout
not ok 350 - udp_send_hang_loop

make test on libuv-1.38.0:
not ok 76 - fs_lutime
not ok 113 - get_currentexe
not ok 272 - tcp_close_while_connecting
not ok 275 - tcp_connect_timeout
not ok 353 - udp_multicast_join
not ok 354 - udp_multicast_join6
not ok 367 - udp_send_hang_loop

Many of the dependencies were not tested until now.

I would appreciate help looking into testing the dependencies
to ensure nothing breaks.

Index: devel/libuv/Makefile
===================================================================
RCS file: /cvs/ports/devel/libuv/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- devel/libuv/Makefile        5 Aug 2019 16:28:44 -0000       1.13
+++ devel/libuv/Makefile        16 Jul 2020 13:04:54 -0000
@@ -4,7 +4,7 @@

 COMMENT =      multi-platform library for asynchronous I/O

-VER =          1.30.1
+VER =          1.38.0
 DISTNAME =     libuv-v${VER}
 PKGNAME =      libuv-${VER}
 CATEGORIES =   devel
Index: devel/libuv/distinfo
===================================================================
RCS file: /cvs/ports/devel/libuv/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- devel/libuv/distinfo        5 Aug 2019 16:28:44 -0000       1.4
+++ devel/libuv/distinfo        16 Jul 2020 13:04:54 -0000
@@ -1,2 +1,2 @@
-SHA256 (libuv-v1.30.1.tar.gz) = RoMW+oQdEUEU8We0XR9D1GoqGFLYRkM2pKu79biLR4s=
-SIZE (libuv-v1.30.1.tar.gz) = 1219579
+SHA256 (libuv-v1.38.0.tar.gz) = cTRPYsUCDtNkOtC8upiuTX1gNyhZI8VBaETXwUGj/5M=
+SIZE (libuv-v1.38.0.tar.gz) = 1249547

Reply via email to