Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Mar 2022 18:16:43 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: 619343f21845 - main - www/libnghttp3: Update to 0.2.0
Message-ID:  <202203071816.227IGhkH059422@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=619343f21845c7e30725f10c31a593067a651e5b

commit 619343f21845c7e30725f10c31a593067a651e5b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-07 17:52:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-07 18:11:00 +0000

    www/libnghttp3: Update to 0.2.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 7978eb2a2534..6eee860f90fd 100644
--- a/www/libnghttp3/Makefile
+++ b/www/libnghttp3/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	nghttp3
-PORTVERSION=	0.1.1
+PORTVERSION=	0.2.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 247337fac861..619264fe57af 100644
--- a/www/libnghttp3/distinfo
+++ b/www/libnghttp3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1643382514
-SHA256 (nghttp3-0.1.1.tar.xz) = afe64349ee55e0ab9a3c2468caf2c9910036e7a15e58000ff2ad19cc65efa0f6
-SIZE (nghttp3-0.1.1.tar.xz) = 355724
+TIMESTAMP = 1646057902
+SHA256 (nghttp3-0.2.0.tar.xz) = 42cd1e76ca036993e49ae44dfd6387765c2e4b750e5f50103a994455c6a9b8c3
+SIZE (nghttp3-0.2.0.tar.xz) = 357448
diff --git a/www/libnghttp3/pkg-plist b/www/libnghttp3/pkg-plist
index c17c5b7d97b9..dc2283a3ef10 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.0
-lib/libnghttp3.so.0.0.1
+lib/libnghttp3.so.1
+lib/libnghttp3.so.1.0.0
 libdata/pkgconfig/libnghttp3.pc



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