Re: git: 889f4727b30c - main - www/libnghttp3: Update to 1.0.0

From: Daniel Engberg <daniel.engberg.lists_at_pyret.net>
Date: Thu, 02 Nov 2023 18:49:05 UTC
On 2023-11-02T08:40:58.000+01:00, Po-Chuan Hsieh <sunpoet@FreeBSD.org>
wrote:

> The branch main has been updated by sunpoet:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=889f4727b30c69dfc30f2b71a2a759bdbc6e9753
> 
> commit 889f4727b30c69dfc30f2b71a2a759bdbc6e9753
> 
> Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
> 
> AuthorDate: 2023-11-02 07:34:15 +0000
> 
> Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
> 
> CommitDate: 2023-11-02 07:37:21 +0000
> 
>     www/libnghttp3: Update to 1.0.0
> 
>     
> 
>     Changes:        https://github.com/ngtcp2/nghttp3/releases
> 
> ---
> 
>  www/libnghttp3/Makefile | 2 +-
> 
>  www/libnghttp3/distinfo | 6 +++---
> 
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/www/libnghttp3/Makefile b/www/libnghttp3/Makefile
> 
> index 973ab0be8652..51c03eec600b 100644
> 
> --- a/www/libnghttp3/Makefile
> 
> +++ b/www/libnghttp3/Makefile
> 
> @@ -1,5 +1,5 @@
> 
>  PORTNAME=    nghttp3
> 
> -PORTVERSION=    0.15.0
> 
> +PORTVERSION=    1.0.0
> 
>  CATEGORIES=    www net
> 
>  MASTER_SITES=    https://github.com/ngtcp2/nghttp3/releases/download/v${PORTVERSION}/
> 
>  PKGNAMEPREFIX=    lib
> 
> diff --git a/www/libnghttp3/distinfo b/www/libnghttp3/distinfo
> 
> index 3f0f7b5640b1..8ec87e0f743f 100644
> 
> --- a/www/libnghttp3/distinfo
> 
> +++ b/www/libnghttp3/distinfo
> 
> @@ -1,3 +1,3 @@
> 
> -TIMESTAMP = 1695143243
> 
> -SHA256 (nghttp3-0.15.0.tar.xz) = 20d33a364033a99de11a14246fffc3e059e133cf3a53b0891f6785c929f257f1
> 
> -SIZE (nghttp3-0.15.0.tar.xz) = 368348
> 
> +TIMESTAMP = 1698848714
> 
> +SHA256 (nghttp3-1.0.0.tar.xz) = 2d982fadb92ba6488cd5ef3dadc9d2c901084c812553aea9ab1c4bfa1215f77a
> 
> +SIZE (nghttp3-1.0.0.tar.xz) = 369384

Hi,

Can we adopt https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274761
as it builds quicker and reduces patching? Even on a rather fast box
we can shave off a bit of the build time and it also helps slow multi
core systems. We already have people with concerns about build times
and everyone benefits if we can reduce them.

Best regards,

Daniel