From nobody Fri May 19 16:26:02 2023 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QNBzg6VQvz4C7Pk; Fri, 19 May 2023 16:26:07 +0000 (UTC) (envelope-from diizzy@FreeBSD.org) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::223]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4QNBzg0TYnz4FcX; Fri, 19 May 2023 16:26:06 +0000 (UTC) (envelope-from diizzy@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none Received: (Authenticated sender: daniel.engberg@pyret.net) by mail.gandi.net (Postfix) with ESMTPA id 44E8C60007; Fri, 19 May 2023 16:26:02 +0000 (UTC) List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Date: Fri, 19 May 2023 18:26:02 +0200 From: Daniel Engberg To: Adam Weinberger Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 42020313a5ae - main - devel/libuv: Update to 1.45.0 In-Reply-To: <202305191200.34JC021f081859@gitrepo.freebsd.org> References: <202305191200.34JC021f081859@gitrepo.freebsd.org> Message-ID: X-Sender: diizzy@FreeBSD.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4QNBzg0TYnz4FcX X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:29169, ipnet:2001:4b98::/32, country:FR] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On 2023-05-19 14:00, Adam Weinberger wrote: > The branch main has been updated by adamw: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=42020313a5ae7528e9ce475b26011440e73e026b > > commit 42020313a5ae7528e9ce475b26011440e73e026b > Author: Adam Weinberger > AuthorDate: 2023-05-19 11:59:56 +0000 > Commit: Adam Weinberger > CommitDate: 2023-05-19 11:59:56 +0000 > > devel/libuv: Update to 1.45.0 > --- > devel/libuv/Makefile | 5 +++-- > devel/libuv/distinfo | 6 +++--- > 2 files changed, 6 insertions(+), 5 deletions(-) > > diff --git a/devel/libuv/Makefile b/devel/libuv/Makefile > index f3682e939a31..ccef2102d5dc 100644 > --- a/devel/libuv/Makefile > +++ b/devel/libuv/Makefile > @@ -1,8 +1,7 @@ > PORTNAME= libuv > DISTVERSIONPREFIX= v > -DISTVERSION= 1.44.2 > +DISTVERSION= 1.45.0 > CATEGORIES= devel > -MASTER_SITES= https://dist.libuv.org/dist/v${DISTVERSION}/ > > MAINTAINER= adamw@FreeBSD.org > COMMENT= Multi-platform support library with a focus on asynchronous > I/O > @@ -12,6 +11,8 @@ LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE > > USES= autoreconf cpe libtool pathfix pkgconfig > + > +USE_GITHUB= yes > GNU_CONFIGURE= yes > USE_LDCONFIG= yes > INSTALL_TARGET= install-strip > diff --git a/devel/libuv/distinfo b/devel/libuv/distinfo > index 52d1d5f0245e..11d8cb5576a7 100644 > --- a/devel/libuv/distinfo > +++ b/devel/libuv/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1660113271 > -SHA256 (libuv-v1.44.2.tar.gz) = > ccfcdc968c55673c6526d8270a9c8655a806ea92468afcbcabc2b16040f03cb4 > -SIZE (libuv-v1.44.2.tar.gz) = 1301690 > +TIMESTAMP = 1684497145 > +SHA256 (libuv-libuv-v1.45.0_GH0.tar.gz) = > 458e34d5ef7f3c0394a2bfd8c39d757cb1553baa5959b9b4b45df63aa027a228 > +SIZE (libuv-libuv-v1.45.0_GH0.tar.gz) = 1307245 Hi, Why are we moving from upstream release archives as suggested by Porters Handbook and upstream https://github.com/libuv/libuv/releases/tag/v1.45.0 ? Best regards, Daniel