Re: git: 06a82e13a35b - main - net/libngtcp2: Update to 1.1.0

From: Daniel Engberg <daniel.engberg.lists_at_pyret.net>
Date: Thu, 14 Dec 2023 21:11:04 UTC
On 2023-12-14T07:05:35.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=06a82e13a35b5012100a6a4644bda67bbe668de8
> 
> commit 06a82e13a35b5012100a6a4644bda67bbe668de8
> 
> Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
> 
> AuthorDate: 2023-12-14 05:35:49 +0000
> 
> Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
> 
> CommitDate: 2023-12-14 05:48:19 +0000
> 
>     net/libngtcp2: Update to 1.1.0
> 
>     
> 
>     Changes:        https://github.com/ngtcp2/ngtcp2/releases
> 
> ---
> 
>  net/libngtcp2/Makefile  | 2 +-
> 
>  net/libngtcp2/distinfo  | 6 +++---
> 
>  net/libngtcp2/pkg-plist | 2 +-
> 
>  3 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/net/libngtcp2/Makefile b/net/libngtcp2/Makefile
> 
> index 9b67762daef4..e766d8a84edd 100644
> 
> --- a/net/libngtcp2/Makefile
> 
> +++ b/net/libngtcp2/Makefile
> 
> @@ -1,5 +1,5 @@
> 
>  PORTNAME=    ngtcp2
> 
> -PORTVERSION=    1.0.1
> 
> +PORTVERSION=    1.1.0
> 
>  CATEGORIES=    net
> 
>  MASTER_SITES=    https://github.com/ngtcp2/ngtcp2/releases/download/v${PORTVERSION}/
> 
>  PKGNAMEPREFIX=    lib
> 
> diff --git a/net/libngtcp2/distinfo b/net/libngtcp2/distinfo
> 
> index b53d4074b77e..e3c12d14c911 100644
> 
> --- a/net/libngtcp2/distinfo
> 
> +++ b/net/libngtcp2/distinfo
> 
> @@ -1,3 +1,3 @@
> 
> -TIMESTAMP = 1698848710
> 
> -SHA256 (ngtcp2-1.0.1.tar.xz) = 21c898fa5543d3f2dc203fd0a300a8a7cb70fec21ad7f7a3ec6e119ba4850451
> 
> -SIZE (ngtcp2-1.0.1.tar.xz) = 590100
> 
> +TIMESTAMP = 1702028058
> 
> +SHA256 (ngtcp2-1.1.0.tar.xz) = 803eeb4a626d37a7512eacd6f419dbc4bb8ddbc1e105310c0fe9c322b4a1f7de
> 
> +SIZE (ngtcp2-1.1.0.tar.xz) = 595536
> 
> diff --git a/net/libngtcp2/pkg-plist b/net/libngtcp2/pkg-plist
> 
> index e75f3d855c2b..85a15f4c2d52 100644
> 
> --- a/net/libngtcp2/pkg-plist
> 
> +++ b/net/libngtcp2/pkg-plist
> 
> @@ -3,5 +3,5 @@ include/ngtcp2/version.h
> 
>  lib/libngtcp2.a
> 
>  lib/libngtcp2.so [http://libngtcp2.so]
> 
>  lib/libngtcp2.so.16 [http://libngtcp2.so.16]
> 
> -lib/libngtcp2.so.16.0.0 [http://libngtcp2.so.16.0.0]
> 
> +lib/libngtcp2.so.16.1.0 [http://libngtcp2.so.16.1.0]
> 
>  libdata/pkgconfig/libngtcp2.pc

Hi,

You also have https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274782
which removes the need of a separate patch. This also speeds up the
build which is positive as there have been complains about overall
build performance using ports.

Best regards,

Daniel