Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2023 16:45:53 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ccb7aa90bdd8 - main - www/libnghttp3: Update to 0.13.0
Message-ID:  <202307311645.36VGjrNP079383@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ccb7aa90bdd888a5df210380c335dd2465c6fc4d

commit ccb7aa90bdd888a5df210380c335dd2465c6fc4d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-31 16:30:39 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-31 16:39:52 +0000

    www/libnghttp3: Update to 0.13.0
    
    Changes:        https://github.com/ngtcp2/nghttp3/releases
---
 www/libnghttp3/Makefile  | 2 +-
 www/libnghttp3/distinfo  | 6 +++---
 www/libnghttp3/pkg-plist | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/www/libnghttp3/Makefile b/www/libnghttp3/Makefile
index 13673d5306be..4266361e7940 100644
--- a/www/libnghttp3/Makefile
+++ b/www/libnghttp3/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	nghttp3
-PORTVERSION=	0.12.0
+PORTVERSION=	0.13.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 e00c27d950b4..0d9afa725496 100644
--- a/www/libnghttp3/distinfo
+++ b/www/libnghttp3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688166094
-SHA256 (nghttp3-0.12.0.tar.xz) = d2e12072f5f86209b6ff9e4f07f990dece3c27d2f8367aa2a00fc5181ab85189
-SIZE (nghttp3-0.12.0.tar.xz) = 369576
+TIMESTAMP = 1689398797
+SHA256 (nghttp3-0.13.0.tar.xz) = 2b01b69c83f4506e7be3bc1a615b1818a92e762ec4be197a7931946e2ae005a0
+SIZE (nghttp3-0.13.0.tar.xz) = 367992
diff --git a/www/libnghttp3/pkg-plist b/www/libnghttp3/pkg-plist
index 1683245a72e1..088257ddd19c 100644
--- a/www/libnghttp3/pkg-plist
+++ b/www/libnghttp3/pkg-plist
@@ -2,6 +2,6 @@ include/nghttp3/nghttp3.h
 include/nghttp3/version.h
 lib/libnghttp3.a
 lib/libnghttp3.so
-lib/libnghttp3.so.7
-lib/libnghttp3.so.7.0.0
+lib/libnghttp3.so.8
+lib/libnghttp3.so.8.0.0
 libdata/pkgconfig/libnghttp3.pc



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