Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jul 2023 10:34:15 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: b91f0a06e34e - main - net/libngtcp2: Update to 0.16.0
Message-ID:  <202307091034.369AYFYO055984@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=b91f0a06e34e9815151fb74564b64407bcb5febd

commit b91f0a06e34e9815151fb74564b64407bcb5febd
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-09 10:17:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-09 10:17:42 +0000

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

diff --git a/net/libngtcp2/Makefile b/net/libngtcp2/Makefile
index 2a0eed7ea74d..d2f48f6e85b6 100644
--- a/net/libngtcp2/Makefile
+++ b/net/libngtcp2/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	ngtcp2
-PORTVERSION=	0.15.0
+PORTVERSION=	0.16.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 fb05923065ea..4448fa435faf 100644
--- a/net/libngtcp2/distinfo
+++ b/net/libngtcp2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1684104324
-SHA256 (ngtcp2-0.15.0.tar.xz) = 730b6700e4766fa70b311bcf88f1004f78ef3288f18e6e9cf42dfe9b655d412e
-SIZE (ngtcp2-0.15.0.tar.xz) = 589584
+TIMESTAMP = 1688166078
+SHA256 (ngtcp2-0.16.0.tar.xz) = d8e1583e1bb8d0cff9364cf8d163cb512a8df8621860e63d47377235435c7fd6
+SIZE (ngtcp2-0.16.0.tar.xz) = 591488
diff --git a/net/libngtcp2/pkg-plist b/net/libngtcp2/pkg-plist
index 6f9d787df0c9..f5f8f438d2a4 100644
--- a/net/libngtcp2/pkg-plist
+++ b/net/libngtcp2/pkg-plist
@@ -2,6 +2,6 @@ include/ngtcp2/ngtcp2.h
 include/ngtcp2/version.h
 lib/libngtcp2.a
 lib/libngtcp2.so
-lib/libngtcp2.so.12
-lib/libngtcp2.so.12.0.0
+lib/libngtcp2.so.13
+lib/libngtcp2.so.13.0.0
 libdata/pkgconfig/libngtcp2.pc



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