Re: git: 1180cf12fe88 - main - www/libnghttp3: Update to 1.1.0

From: Daniel Engberg <daniel.engberg.lists_at_pyret.net>
Date: Thu, 14 Dec 2023 21:03:54 UTC
On 2023-12-14T07:05:37.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=1180cf12fe88e25998db7a1bbd068da2206bf65b
> 
> commit 1180cf12fe88e25998db7a1bbd068da2206bf65b
> 
> Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
> 
> AuthorDate: 2023-12-14 05:35:55 +0000
> 
> Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
> 
> CommitDate: 2023-12-14 05:48:20 +0000
> 
>     www/libnghttp3: Update to 1.1.0
> 
>     
> 
>     Changes:        https://github.com/ngtcp2/nghttp3/releases
> 
> ---
> 
>  www/libnghttp3/Makefile  | 2 +-
> 
>  www/libnghttp3/distinfo  | 6 +++---
> 
>  www/libnghttp3/pkg-plist | 2 +-
> 
>  3 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/www/libnghttp3/Makefile b/www/libnghttp3/Makefile
> 
> index 51c03eec600b..1fc8a97060f1 100644
> 
> --- a/www/libnghttp3/Makefile
> 
> +++ b/www/libnghttp3/Makefile
> 
> @@ -1,5 +1,5 @@
> 
>  PORTNAME=    nghttp3
> 
> -PORTVERSION=    1.0.0
> 
> +PORTVERSION=    1.1.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 8ec87e0f743f..34ba98d6756a 100644
> 
> --- a/www/libnghttp3/distinfo
> 
> +++ b/www/libnghttp3/distinfo
> 
> @@ -1,3 +1,3 @@
> 
> -TIMESTAMP = 1698848714
> 
> -SHA256 (nghttp3-1.0.0.tar.xz) = 2d982fadb92ba6488cd5ef3dadc9d2c901084c812553aea9ab1c4bfa1215f77a
> 
> -SIZE (nghttp3-1.0.0.tar.xz) = 369384
> 
> +TIMESTAMP = 1702028060
> 
> +SHA256 (nghttp3-1.1.0.tar.xz) = f7ffcf21fb889e7d6a8422a3620deb52a8516364805ec3bd7ef296628ca595cb
> 
> +SIZE (nghttp3-1.1.0.tar.xz) = 369832
> 
> diff --git a/www/libnghttp3/pkg-plist b/www/libnghttp3/pkg-plist
> 
> index a7e8b3c81dbb..88f6c7354e1a 100644
> 
> --- a/www/libnghttp3/pkg-plist
> 
> +++ b/www/libnghttp3/pkg-plist
> 
> @@ -3,5 +3,5 @@ include/nghttp3/version.h
> 
>  lib/libnghttp3.a
> 
>  lib/libnghttp3.so [http://libnghttp3.so]
> 
>  lib/libnghttp3.so.9 [http://libnghttp3.so.9]
> 
> -lib/libnghttp3.so.9.0.0 [http://libnghttp3.so.9.0.0]
> 
> +lib/libnghttp3.so.9.1.0 [http://libnghttp3.so.9.1.0]
> 
>  libdata/pkgconfig/libnghttp3.pc

Hi,

Please adopt https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274761
as it cleans up the port and speeds up building (Alpine and Homebrew
already uses this too).

Best regards,

Daniel