Re: git: 42020313a5ae - main - devel/libuv: Update to 1.45.0

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Fri, 19 May 2023 18:01:56 UTC
On 2023-05-19 19:52, Adam Weinberger wrote:
>> On May 19, 2023, at 12:26, Daniel Engberg <diizzy@freebsd.org> 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 <adamw@FreeBSD.org>
>>> AuthorDate: 2023-05-19 11:59:56 +0000
>>> Commit:     Adam Weinberger <adamw@FreeBSD.org>
>>> 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