Date: Mon, 21 Sep 2020 09:52:27 +0000 (UTC) From: "Bradley T. Hughes" <bhughes@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r549428 - branches/2020Q3/devel/libuv Message-ID: <202009210952.08L9qRHB086385@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bhughes Date: Mon Sep 21 09:52:26 2020 New Revision: 549428 URL: https://svnweb.freebsd.org/changeset/ports/549428 Log: MFH: r541224 r547569 Upgrade to v1.38.1. Release notes at <https://github.com/libuv/libuv/releases/tag/v1.38.1>. devel/libuv: Update 1.38.1 -> 1.39.0 Release notes at <https://github.com/libuv/libuv/releases/tag/v1.39.0>. While here, take maintainership after an offer by thierry@, since this is an important dependency for the Node.js ports. Approved by: thierry (maintainer) Sponsored by: Miles AS Approved by: ports-secteam (fluffy) Modified: branches/2020Q3/devel/libuv/Makefile branches/2020Q3/devel/libuv/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/devel/libuv/Makefile ============================================================================== --- branches/2020Q3/devel/libuv/Makefile Mon Sep 21 09:52:20 2020 (r549427) +++ branches/2020Q3/devel/libuv/Makefile Mon Sep 21 09:52:26 2020 (r549428) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= libuv -PORTVERSION= 1.38.0 +PORTVERSION= 1.39.0 DISTVERSIONPREFIX= v CATEGORIES= devel -MAINTAINER= thierry@FreeBSD.org +MAINTAINER= bhughes@FreeBSD.org COMMENT= Multi-platform support library with a focus on asynchronous I/O LICENSE= NODE Modified: branches/2020Q3/devel/libuv/distinfo ============================================================================== --- branches/2020Q3/devel/libuv/distinfo Mon Sep 21 09:52:20 2020 (r549427) +++ branches/2020Q3/devel/libuv/distinfo Mon Sep 21 09:52:26 2020 (r549428) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589910721 -SHA256 (libuv-libuv-v1.38.0_GH0.tar.gz) = 2cd9a757fe6c512440933e2bdcab21143d4aa6249b2541399908ce038b756c9d -SIZE (libuv-libuv-v1.38.0_GH0.tar.gz) = 1261216 +TIMESTAMP = 1599080629 +SHA256 (libuv-libuv-v1.39.0_GH0.tar.gz) = dc7b21f1bb7ef19f4b42c5ea058afabe51132d165da18812b70fb319659ba629 +SIZE (libuv-libuv-v1.39.0_GH0.tar.gz) = 1272565
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009210952.08L9qRHB086385>