Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jul 2023 10:34:24 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: d83f19570208 - main - www/libnghttp3: Update to 0.12.0
Message-ID:  <202307091034.369AYOQo056148@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=d83f19570208329c2350c5cc40cdc472936c2b1c

commit d83f19570208329c2350c5cc40cdc472936c2b1c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-09 10:18:03 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-09 10:18:03 +0000

    www/libnghttp3: Update to 0.12.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 681773790c1e..13673d5306be 100644
--- a/www/libnghttp3/Makefile
+++ b/www/libnghttp3/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	nghttp3
-PORTVERSION=	0.11.0
+PORTVERSION=	0.12.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 7f8084d2baf3..e00c27d950b4 100644
--- a/www/libnghttp3/distinfo
+++ b/www/libnghttp3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1682903038
-SHA256 (nghttp3-0.11.0.tar.xz) = dcd85fc092eab8e08021c286d87e40eb3539bbd133b437fcd70c2b9ff460a09f
-SIZE (nghttp3-0.11.0.tar.xz) = 367392
+TIMESTAMP = 1688166094
+SHA256 (nghttp3-0.12.0.tar.xz) = d2e12072f5f86209b6ff9e4f07f990dece3c27d2f8367aa2a00fc5181ab85189
+SIZE (nghttp3-0.12.0.tar.xz) = 369576
diff --git a/www/libnghttp3/pkg-plist b/www/libnghttp3/pkg-plist
index d8ddaf5d2e96..1683245a72e1 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.6
-lib/libnghttp3.so.6.0.0
+lib/libnghttp3.so.7
+lib/libnghttp3.so.7.0.0
 libdata/pkgconfig/libnghttp3.pc



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