From nobody Fri May 19 18:01:56 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 4QNF6K5Gn6z4CCrf; Fri, 19 May 2023 18:02:01 +0000 (UTC) (envelope-from diizzy@FreeBSD.org) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::224]) (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 4QNF6K11QWz4Nqg; Fri, 19 May 2023 18:02:01 +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 5DFB0E0004; Fri, 19 May 2023 18:01:56 +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 20:01:56 +0200 From: Daniel Engberg To: Adam Weinberger Cc: Adam Weinberger , 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: <2B32A678-43A2-48FC-95DD-3B26D22E8B87@adamw.org> References: <2B32A678-43A2-48FC-95DD-3B26D22E8B87@adamw.org> Message-ID: <234eae4f47fd03ded31eb85c89b48595@FreeBSD.org> X-Sender: diizzy@FreeBSD.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4QNF6K11QWz4Nqg 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 19:52, Adam Weinberger wrote: >> On May 19, 2023, at 12:26, Daniel Engberg wrote: >> >> 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 > > Because at the time, the upstream dir for this release was empty and > had been for several hours, and the tarballs are the same. The > README.md recommends using either. > > # Adam > > > — > Adam Weinberger > adamw@adamw.org > https://www.adamw.org Please switch back and if there's an issue report it upstream. From what I can tell nothing in the changelog suggests that we can't wait a few hours if upstream is having troubles. Best regards, Daniel