www/wget2: Rename HTTP2 option

The default NGHTTP2 option has been renamed to HTTP2 to match the option
name in ftp/curl and the description from Mk/bsd.options.desc.mk.

Approved by:	jrm (mentor), amdmi3 (maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D49117
This commit is contained in:
Michael Osipov 2025-02-24 09:05:39 +01:00
parent 4fc8ab499f
commit 9537b42930
2 changed files with 11 additions and 5 deletions

View file

@ -5,6 +5,13 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20250310:
AFFECTS: users of www/wget2
AUTHOR: michaelo@FreeBSD.org
The default NGHTTP2 option has been renamed to HTTP2 to match the option
name in ftp/curl and the description from Mk/bsd.options.desc.mk.
20250219:
AFFECTS: users of comms/ser2net
AUTHOR: rodrigo@FreeBSD.org

View file

@ -21,14 +21,14 @@ CONFIGURE_ARGS+=--without-libidn # only libidn2 is used
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
OPTIONS_DEFINE= DANE IDN MANPAGES DOXYGEN NLS PSL NGHTTP2 GPGME TEST HSTS PROXY
OPTIONS_DEFINE= DANE IDN MANPAGES DOXYGEN NLS PSL HTTP2 GPGME TEST HSTS PROXY
OPTIONS_GROUP= COMPRESSION
OPTIONS_GROUP_COMPRESSION= BROTLI ZSTD LZMA BZIP2
OPTIONS_SINGLE= SSL
OPTIONS_SINGLE_SSL=GNUTLS OPENSSL NOSSL # WOLFSSL
OPTIONS_RADIO= PCRE
OPTIONS_RADIO_PCRE=PCRE1 PCRE2
OPTIONS_DEFAULT=IDN MANPAGES OPENSSL NLS PSL NGHTTP2 BROTLI ZSTD GPGME TEST HSTS LZMA BZIP2
OPTIONS_DEFAULT=IDN MANPAGES OPENSSL NLS PSL HTTP2 BROTLI ZSTD GPGME TEST HSTS LZMA BZIP2
OPTIONS_SUB= yes
# requires gnutls built with DANE option enabled
@ -65,9 +65,8 @@ HSTS_DESC= Support HSTS preload lists
HSTS_CONFIGURE_WITH= libhsts
HSTS_LIB_DEPENDS= libhsts.so:www/libhsts
NGHTTP2_DESC= Support HTTP/2.0 through libnghttp2
NGHTTP2_CONFIGURE_WITH= libnghttp2
NGHTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2
HTTP2_CONFIGURE_WITH= libnghttp2
HTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2
GPGME_DESC= Support signature verification with gpgme
GPGME_CONFIGURE_WITH= gpgme