View | Details | Raw Unified | Return to bug 269549
Collapse All | Expand All

(-)b/www/nghttp2/Makefile (-3 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	nghttp2
1
PORTNAME=	nghttp2
2
PORTVERSION=	1.51.0
2
PORTVERSION=	1.52.0
3
PORTREVISION=	1
4
CATEGORIES=	www net
3
CATEGORIES=	www net
5
MASTER_SITES=	https://github.com/nghttp2/nghttp2/releases/download/v${PORTVERSION}/
4
MASTER_SITES=	https://github.com/nghttp2/nghttp2/releases/download/v${PORTVERSION}/
6
5
Lines 17-23 LIB_DEPENDS= libnghttp2.so:www/libnghttp2 Link Here
17
USES=		cmake compiler:c++14-lang cpe localbase:ldflags pathfix pkgconfig python:env shebangfix ssl tar:xz
16
USES=		cmake compiler:c++14-lang cpe localbase:ldflags pathfix pkgconfig python:env shebangfix ssl tar:xz
18
17
19
CMAKE_ARGS=	-DCMAKE_INSTALL_MANDIR=share/man
18
CMAKE_ARGS=	-DCMAKE_INSTALL_MANDIR=share/man
20
CMAKE_OFF=	ENABLE_ASIO_LIB ENABLE_DEBUG ENABLE_HTTP3 ENABLE_LIB_ONLY ENABLE_PYTHON_BINDINGS ENABLE_STATIC_CRT ENABLE_WERROR WITH_LIBBPF WITH_MRUBY WITH_NEVERBLEED
19
CMAKE_OFF=	ENABLE_DEBUG ENABLE_HTTP3 ENABLE_LIB_ONLY ENABLE_STATIC_CRT ENABLE_WERROR WITH_LIBBPF WITH_MRUBY WITH_NEVERBLEED
21
CMAKE_ON=	ENABLE_DOC ENABLE_FAILMALLOC ENABLE_THREADS
20
CMAKE_ON=	ENABLE_DOC ENABLE_FAILMALLOC ENABLE_THREADS
22
USE_RC_SUBR=	nghttpx
21
USE_RC_SUBR=	nghttpx
23
22
(-)b/www/nghttp2/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1671871962
1
TIMESTAMP = 1676359816
2
SHA256 (nghttp2-1.51.0.tar.xz) = 66aa76d97c143f42295405a31413e5e7d157968dad9f957bb4b015b598882e6b
2
SHA256 (nghttp2-1.52.0.tar.xz) = 3ea9f0439e60469ad4d39cb349938684ffb929dd7e8e06a7bffe9f9d21f8ba7d
3
SIZE (nghttp2-1.51.0.tar.xz) = 4115988
3
SIZE (nghttp2-1.52.0.tar.xz) = 1491732

Return to bug 269549