git: 4fc8ab499f44 - main - www/{lib,}nghttp2: Improve descriptions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Mar 2025 12:07:30 UTC
The branch main has been updated by michaelo: URL: https://cgit.FreeBSD.org/ports/commit/?id=4fc8ab499f443a1637059ff950679909df803f5f commit 4fc8ab499f443a1637059ff950679909df803f5f Author: Michael Osipov <michaelo@FreeBSD.org> AuthorDate: 2025-02-24 08:10:12 +0000 Commit: Michael Osipov <michaelo@FreeBSD.org> CommitDate: 2025-03-10 12:07:17 +0000 www/{lib,}nghttp2: Improve descriptions Make clear that www/libhttp2 is a HTTP/2 library with several consumers and www/nghttp2 is a toolset using that lib. www/nghttp2 does not provide any C library by itself. See also: https://reviews.freebsd.org/D49114 Approved by: jrm (mentor), sunpoet, fluffy (maintainer timeout) Differential Revision: https://reviews.freebsd.org/D49118 --- www/libnghttp2/Makefile | 2 +- www/linux-rl9-libnghttp2/Makefile | 2 +- www/nghttp2/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/libnghttp2/Makefile b/www/libnghttp2/Makefile index 64973e58d239..9917287926b7 100644 --- a/www/libnghttp2/Makefile +++ b/www/libnghttp2/Makefile @@ -5,7 +5,7 @@ MASTER_SITES= https://github.com/nghttp2/nghttp2/releases/download/v${PORTVERSIO PKGNAMEPREFIX= lib MAINTAINER= sunpoet@FreeBSD.org -COMMENT= HTTP/2.0 C Library +COMMENT= HTTP/2 C Library WWW= https://nghttp2.org/ \ https://github.com/nghttp2/nghttp2 diff --git a/www/linux-rl9-libnghttp2/Makefile b/www/linux-rl9-libnghttp2/Makefile index ae13b286d7fd..82bba71ca71f 100644 --- a/www/linux-rl9-libnghttp2/Makefile +++ b/www/linux-rl9-libnghttp2/Makefile @@ -5,7 +5,7 @@ PORTREVISION= 3 CATEGORIES= www devel linux MAINTAINER= emulation@FreeBSD.org -COMMENT= HTTP/2.0 C Library (Rocky Linux ${LINUX_DIST_VER}) +COMMENT= HTTP/2 C Library (Rocky Linux ${LINUX_DIST_VER}) WWW= https://nghttp2.org/ \ https://github.com/nghttp2/nghttp2 diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index 3aa82bbfbdd5..dbf424674b56 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -4,7 +4,7 @@ CATEGORIES= www net MASTER_SITES= https://github.com/nghttp2/nghttp2/releases/download/v${PORTVERSION}/ MAINTAINER= sunpoet@FreeBSD.org -COMMENT= HTTP/2.0 C Library +COMMENT= HTTP/2 tools WWW= https://nghttp2.org/ LICENSE= MIT