Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 12:20:55 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 41b235c885a9 - main - net/dhcperf: sanitize COMMENT and ONLY_FOR_ARCHS_REASON.
Message-ID:  <202110251220.19PCKtWa077992@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=41b235c885a9b24bd0567f456365d8db7227e7c5

commit 41b235c885a9b24bd0567f456365d8db7227e7c5
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2021-10-25 12:20:16 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2021-10-25 12:20:17 +0000

    net/dhcperf: sanitize COMMENT and ONLY_FOR_ARCHS_REASON.
---
 net/dhcperf/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net/dhcperf/Makefile b/net/dhcperf/Makefile
index f165e044cc49..d6aa06a32544 100644
--- a/net/dhcperf/Makefile
+++ b/net/dhcperf/Makefile
@@ -7,12 +7,13 @@ MASTER_SITES=	ftp://ftp.nominum.com/pub/nominum/${PORTNAME}/${PORTVERSION}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-1-freebsd-5.4-i386
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	DHCPerf delivers accurate performance metrics of Dynamic Host Configuration Protocol service
+COMMENT=	Accurate performance metrics for DHCP service
 
 LIB_DEPENDS=	libc.so.5:misc/compat5x
 
 ONLY_FOR_ARCHS=	i386
-ONLY_FOR_ARCHS_REASON=	Rebuild of i386 package provided by Nominum.
+ONLY_FOR_ARCHS_REASON=	rebuild of i386 package provided by Nominum
+
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-1/
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110251220.19PCKtWa077992>