Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2023 22:03:54 +0100
From:      Daniel Engberg <daniel.engberg.lists@pyret.net>
To:        Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Cc:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: 1180cf12fe88 - main - www/libnghttp3: Update to 1.1.0
Message-ID:  <542b900e5c1a39de626c3076e0783593@mail.infomaniak.com>
In-Reply-To: <202312140605.3BE65bbd098983@gitrepo.freebsd.org>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
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



[-- Attachment #2 --]
<div>On 2023-12-14T07:05:37.000+01:00, Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt; wrote:<br></div><div class="ik_mail_quote answerContentMessage"><blockquote class="ws-ng-quote"><pre style="white-space: normal;"><div>The branch main has been updated by sunpoet:<br></div><div><br></div><div>URL: <a data-ik="ik-secure" rel="noopener noreferrer" class="defaultMailLink" href="https://cgit.FreeBSD.org/ports/commit/?id=1180cf12fe88e25998db7a1bbd068da2206bf65b" target="_blank">https://cgit.FreeBSD.org/ports/commit/?id=1180cf12fe88e25998db7a1bbd068da2206bf65b</a><br></div><div><br></div><div>commit 1180cf12fe88e25998db7a1bbd068da2206bf65b<br></div><div>Author:     Po-Chuan Hsieh &lt;<a class="defaultMailLink" href="mailto:sunpoet@FreeBSD.org">sunpoet@FreeBSD.org</a>&gt;<br></div><div>AuthorDate: 2023-12-14 05:35:55 +0000<br></div><div>Commit:     Po-Chuan Hsieh &lt;<a class="defaultMailLink" href="mailto:sunpoet@FreeBSD.org">sunpoet@FreeBSD.org</a>&gt;<br></div><div>CommitDate: 2023-12-14 05:48:20 +0000<br></div><div><br></div><div>    www/libnghttp3: Update to 1.1.0<br></div><div>    <br></div><div>    Changes:        <a data-ik="ik-secure" rel="noopener noreferrer" class="defaultMailLink" href="https://github.com/ngtcp2/nghttp3/releases" target="_blank">https://github.com/ngtcp2/nghttp3/releases</a><br></div><div>---<br></div><div>; www/libnghttp3/Makefile  | 2 +-<br></div><div> www/libnghttp3/distinfo  | 6 +++---<br></div><div> www/libnghttp3/pkg-plist | 2 +-<br></div><div> 3 files changed, 5 insertions(+), 5 deletions(-)<br></div><div><br></div><div>diff --git a/www/libnghttp3/Makefile b/www/libnghttp3/Makefile<br></div><div>index 51c03eec600b..1fc8a97060f1 100644<br></div><div>--- a/www/libnghttp3/Makefile<br></div><div>+++ b/www/libnghttp3/Makefile<br></div><div>@@ -1,5 +1,5 @@<br></div><div> PORTNAME=	nghttp3<br></div><div>-PORTVERSION=	1.0.0<br></div><div>+PORTVERSION=	1.1.0<br></div><div> CATEGORIES=	www net<br></div><div> MASTER_SITES=	<a data-ik="ik-secure" rel="noopener noreferrer" class="defaultMailLink" href="https://github.com/ngtcp2/nghttp3/releases/download/v" target="_blank">https://github.com/ngtcp2/nghttp3/releases/download/v</a>${PORTVERSION}/<br></div><div>; PKGNAMEPREFIX=	lib<br></div><div>diff --git a/www/libnghttp3/distinfo b/www/libnghttp3/distinfo<br></div><div>index 8ec87e0f743f..34ba98d6756a 100644<br></div><div>--- a/www/libnghttp3/distinfo<br></div><div>+++ b/www/libnghttp3/distinfo<br></div><div>@@ -1,3 +1,3 @@<br></div><div>-TIMESTAMP = 1698848714<br></div><div>-SHA256 (nghttp3-1.0.0.tar.xz) = 2d982fadb92ba6488cd5ef3dadc9d2c901084c812553aea9ab1c4bfa1215f77a<br></div><div>-SIZE (nghttp3-1.0.0.tar.xz) = 369384<br></div><div>+TIMESTAMP = 1702028060<br></div><div>+SHA256 (nghttp3-1.1.0.tar.xz) = f7ffcf21fb889e7d6a8422a3620deb52a8516364805ec3bd7ef296628ca595cb<br></div><div>+SIZE (nghttp3-1.1.0.tar.xz) = 369832<br></div><div>diff --git a/www/libnghttp3/pkg-plist b/www/libnghttp3/pkg-plist<br></div><div>index a7e8b3c81dbb..88f6c7354e1a 100644<br></div><div>--- a/www/libnghttp3/pkg-plist<br></div><div>+++ b/www/libnghttp3/pkg-plist<br></div><div>@@ -3,5 +3,5 @@ include/nghttp3/version.h<br></div><div> lib/libnghttp3.a<br></div><div> lib/<a data-ik="ik-secure" rel="noopener noreferrer" class="defaultMailLink" href="http://libnghttp3.so" target="_blank">libnghttp3.so</a><br></div><div> lib/<a data-ik="ik-secure" rel="noopener noreferrer" class="defaultMailLink" href="http://libnghttp3.so.9" target="_blank">libnghttp3.so.9</a><br></div><div>-lib/<a data-ik="ik-secure" rel="noopener noreferrer" class="defaultMailLink" href="http://libnghttp3.so.9.0.0" target="_blank">libnghttp3.so.9.0.0</a><br></div><div>+lib/<a data-ik="ik-secure" rel="noopener noreferrer" class="defaultMailLink" href="http://libnghttp3.so.9.1.0" target="_blank">libnghttp3.so.9.1.0</a><br></div><div> libdata/pkgconfig/libnghttp3.pc<br></div></pre></blockquote></div><div>Hi,<br></div><div><br></div><div>Please adopt <a href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274761" target="_blank" rel="noopener noreferrer" data-ik="ik-secure">https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274761</a>; as it cleans up the port and speeds up building (Alpine and Homebrew already uses this too).<br></div><div><br></div><div>Best regards,<br></div><div>Daniel<br></div><div><br></div><div ><div><br></div></div>

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?542b900e5c1a39de626c3076e0783593>