Date: Sun, 19 May 2024 17:24:06 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: 550beeeeca0a - main - www/libnghttp2: Update to 1.62.0 Message-ID: <202405191724.44JHO6lK059741@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=550beeeeca0a483fb608818d329b82ddb8cbeec0 commit 550beeeeca0a483fb608818d329b82ddb8cbeec0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-19 16:15:48 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-19 17:15:11 +0000 www/libnghttp2: Update to 1.62.0 Changes: https://github.com/nghttp2/nghttp2/releases --- www/libnghttp2/Makefile | 6 +++--- www/libnghttp2/distinfo | 6 +++--- www/libnghttp2/pkg-plist | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/www/libnghttp2/Makefile b/www/libnghttp2/Makefile index 1e669cdffb16..e60f4d9fcc5b 100644 --- a/www/libnghttp2/Makefile +++ b/www/libnghttp2/Makefile @@ -1,5 +1,5 @@ PORTNAME= nghttp2 -PORTVERSION= 1.61.0 +PORTVERSION= 1.62.0 CATEGORIES= www net MASTER_SITES= https://github.com/nghttp2/nghttp2/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= lib @@ -12,12 +12,12 @@ WWW= https://nghttp2.org/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++14-lang cpe libtool pathfix pkgconfig tar:xz +USES= compiler:c++20-lang cpe libtool pathfix pkgconfig tar:xz CONFIGURE_ARGS= --enable-lib-only GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USE_CXXSTD= c++14 +USE_CXXSTD= c++20 USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/www/libnghttp2/distinfo b/www/libnghttp2/distinfo index 8579be1c53e4..5741ecb9b849 100644 --- a/www/libnghttp2/distinfo +++ b/www/libnghttp2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712261836 -SHA256 (nghttp2-1.61.0.tar.xz) = c0e660175b9dc429f11d25b9507a834fb752eea9135ab420bb7cb7e9dbcc9654 -SIZE (nghttp2-1.61.0.tar.xz) = 1645808 +TIMESTAMP = 1715842552 +SHA256 (nghttp2-1.62.0.tar.xz) = 26798308fa0a12dabdb7ba8c77f74383019d3a0f1f36d25958b836af22474958 +SIZE (nghttp2-1.62.0.tar.xz) = 1646596 diff --git a/www/libnghttp2/pkg-plist b/www/libnghttp2/pkg-plist index e6e6a7de5732..1afc3abca0e9 100644 --- a/www/libnghttp2/pkg-plist +++ b/www/libnghttp2/pkg-plist @@ -3,5 +3,5 @@ include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.14 -lib/libnghttp2.so.14.28.0 +lib/libnghttp2.so.14.28.1 libdata/pkgconfig/libnghttp2.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405191724.44JHO6lK059741>