git: 96e83d6f10e1 - main - benchmarks/hey: Take maintainership

From: Adam Weinberger <adamw_at_FreeBSD.org>
Date: Thu, 10 Apr 2025 11:11:57 UTC
The branch main has been updated by adamw:

URL: https://cgit.FreeBSD.org/ports/commit/?id=96e83d6f10e19a367aee4ce5f7dffdda3a28ea72

commit 96e83d6f10e19a367aee4ce5f7dffdda3a28ea72
Author:     Adam Weinberger <adamw@FreeBSD.org>
AuthorDate: 2025-04-10 11:11:44 +0000
Commit:     Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2025-04-10 11:11:53 +0000

    benchmarks/hey: Take maintainership
---
 benchmarks/hey/Makefile  | 5 ++---
 benchmarks/hey/pkg-descr | 4 +++-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/benchmarks/hey/Makefile b/benchmarks/hey/Makefile
index 7ec46bff594f..f0574f1a2e5a 100644
--- a/benchmarks/hey/Makefile
+++ b/benchmarks/hey/Makefile
@@ -4,15 +4,14 @@ DISTVERSIONPREFIX=	v
 PORTREVISION=	25
 CATEGORIES=	benchmarks
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Tiny program that sends some load to a web application
+MAINTAINER=	adamw@FreeBSD.org
+COMMENT=	Load-based HTTP benchmarking tool
 WWW=		https://github.com/rakyll/hey
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		go:modules
-
 GO_MODULE=	github.com/rakyll/hey
 
 PLIST_FILES=	bin/hey
diff --git a/benchmarks/hey/pkg-descr b/benchmarks/hey/pkg-descr
index 8a65b4173e85..8f6ed3341468 100644
--- a/benchmarks/hey/pkg-descr
+++ b/benchmarks/hey/pkg-descr
@@ -1 +1,3 @@
-hey is tool to to test HTTP/HTTP2 performance.
+Hey tests HTTP/HTTP2 performance by sending configurable load
+at a provided concurrency level and shows a plethora of
+statistics.