diff options
Diffstat (limited to 'www/nghttp2/Makefile')
-rw-r--r-- | www/nghttp2/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index fde8abd67c41..2c997b38233e 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,5 +1,6 @@ PORTNAME= nghttp2 -PORTVERSION= 1.65.0 +PORTVERSION= 1.66.0 +PORTREVISION= 1 CATEGORIES= www net MASTER_SITES= https://github.com/nghttp2/nghttp2/releases/download/v${PORTVERSION}/ @@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= libnghttp2>=${PORTVERSION}:www/libnghttp2 LIB_DEPENDS= libnghttp2.so:www/libnghttp2 -USES= cmake compiler:c++20-lang cpe localbase:ldflags pathfix pkgconfig python:env shebangfix ssl tar:xz +USES= cmake compiler:c++20-lang cpe localbase:ldflags pathfix pkgconfig python:env ssl tar:xz CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=share/man CMAKE_OFF= BUILD_SHARED_LIBS \ @@ -33,8 +34,6 @@ CMAKE_ON= ENABLE_FAILMALLOC \ USE_CXXSTD= c++20 USE_RC_SUBR= nghttpx -SHEBANG_FILES= script/fetch-ocsp-response - OPTIONS_DEFINE= APP DOCS EXAMPLES HPACK OPTIONS_DEFAULT=APP HPACK OPTIONS_SUB= yes |