mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Mk/bsd.options.desc.mk: Use proper name for HTTP/2
The protocol is officially called HTTP/2 in RFC 9113, old drafts used 2.0 which were obsoleted. Approved by: jrm (mentor), rene (portmgr) Differential Revision: https://reviews.freebsd.org/D49114
This commit is contained in:
parent
0397fe2031
commit
111fab8011
1 changed files with 2 additions and 2 deletions
|
@ -162,8 +162,8 @@ H323_DESC?= H.323 codec support
|
||||||
HAL_DESC?= HAL (Hardware Abstraction Layer) support
|
HAL_DESC?= HAL (Hardware Abstraction Layer) support
|
||||||
HDF5_DESC?= HDF-5 data format support
|
HDF5_DESC?= HDF-5 data format support
|
||||||
HEIF_DESC?= ISO/IEC 23008-12:2017 HEIF file format support
|
HEIF_DESC?= ISO/IEC 23008-12:2017 HEIF file format support
|
||||||
HPACK_DESC?= Header Compression for HTTP/2.0 support
|
HPACK_DESC?= Header Compression for HTTP/2 support
|
||||||
HTTP2_DESC?= HTTP protocol version 2.0 support
|
HTTP2_DESC?= HTTP/2 protocol support
|
||||||
HTTPD_DESC?= httpd output streaming support
|
HTTPD_DESC?= httpd output streaming support
|
||||||
HTTPS_DESC?= HTTPS protocol support
|
HTTPS_DESC?= HTTPS protocol support
|
||||||
HUNSPELL_DESC?= Spell checking support via Hunspell
|
HUNSPELL_DESC?= Spell checking support via Hunspell
|
||||||
|
|
Loading…
Add table
Reference in a new issue