From 0c5c50aacfb407a93575f2f104523055f4c839fa Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sun, 28 May 2023 07:22:34 +0800 Subject: www/libnghttp2: Update to 1.53.0 Changes: https://github.com/nghttp2/nghttp2/releases --- www/libnghttp2/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'www/libnghttp2/Makefile') diff --git a/www/libnghttp2/Makefile b/www/libnghttp2/Makefile index e9e7c1cbaef6..4f4f4911e5d8 100644 --- a/www/libnghttp2/Makefile +++ b/www/libnghttp2/Makefile @@ -1,7 +1,7 @@ PORTNAME= nghttp2 -DISTVERSION= 1.52.0 +PORTVERSION= 1.53.0 CATEGORIES= www net -MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ +MASTER_SITES= https://github.com/nghttp2/nghttp2/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= lib MAINTAINER= sunpoet@FreeBSD.org @@ -11,12 +11,12 @@ WWW= https://nghttp2.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++14-lang cpe libtool pathfix pkgconfig tar:xz -USE_LDCONFIG= yes +USES= compiler:c++14-lang cpe libtool pathfix pkgconfig tar:xz -CMAKE_OFF= ENABLE_DOC \ - ENABLE_HTTP3 -CMAKE_ON= ENABLE_LIB_ONLY \ - ENABLE_STATIC_LIB +CONFIGURE_ARGS= --enable-lib-only +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USE_CXXSTD= c++14 +USE_LDCONFIG= yes .include -- cgit v1.2.3