git: 8ab46275a6c0 - main - sysutils/zfs-stats: Remove obsolete shebangfix and update pkg-descr

From: Joel Bodenmann <jbo_at_FreeBSD.org>
Date: Tue, 12 Sep 2023 20:46:36 UTC
The branch main has been updated by jbo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8ab46275a6c0f578c697bd9051559083a0d0306f

commit 8ab46275a6c0f578c697bd9051559083a0d0306f
Author:     Andrey Korobkov <alster@vinterdalen.se>
AuthorDate: 2023-09-12 16:03:25 +0000
Commit:     Joel Bodenmann <jbo@FreeBSD.org>
CommitDate: 2023-09-12 20:45:24 +0000

    sysutils/zfs-stats: Remove obsolete shebangfix and update pkg-descr
    
    While here, also cleanup some other port aspects.
    
    PR:                     258238
    Approved by:            tcberner (mentor), mm (maintainer, timeout)
    Differential Revision:  https://reviews.freebsd.org/D41835
---
 sysutils/zfs-stats/Makefile  | 14 ++++++--------
 sysutils/zfs-stats/pkg-descr | 11 +++++++----
 2 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/sysutils/zfs-stats/Makefile b/sysutils/zfs-stats/Makefile
index 075a53973479..1b1acc6b14bd 100644
--- a/sysutils/zfs-stats/Makefile
+++ b/sysutils/zfs-stats/Makefile
@@ -1,24 +1,22 @@
 PORTNAME=	zfs-stats
-PORTVERSION=	1.3.1
+DISTVERSION=	1.3.1
+PORTREVISION=	1
 CATEGORIES=	sysutils
-MASTER_SITES=	GH
 
 MAINTAINER=	mm@FreeBSD.org
-COMMENT=	Display human-readable ZFS statistics
+COMMENT=	Displays general ZFS information and human-readable statistics
 WWW=		https://www.vx.sk/zfs-stats/
 
 LICENSE=	BSD2CLAUSE
 
-USES=		perl5 shebangfix
+USES=		perl5
 USE_GITHUB=	yes
 GH_ACCOUNT=	mmatuska
 
 NO_BUILD=	yes
-SHEBANG_FILES=	zfs-*
-perl_OLD_CMD=	"/usr/bin/env -iS perl"
 
-PLIST_FILES=	bin/zfs-stats \
-		bin/zfs-mon
+PLIST_FILES=	bin/zfs-mon \
+		bin/zfs-stats
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/zfs-stats ${STAGEDIR}${PREFIX}/bin/zfs-stats
diff --git a/sysutils/zfs-stats/pkg-descr b/sysutils/zfs-stats/pkg-descr
index 868bf4f85023..3cd64d8cc2f4 100644
--- a/sysutils/zfs-stats/pkg-descr
+++ b/sysutils/zfs-stats/pkg-descr
@@ -1,5 +1,8 @@
-zfs-stats displays ZFS statistics in human-readable format including
-ARC, L2ARC, zfetch (DMU) and vdev cache statistics.
+ZFS statistics tool for FreeBSD.
 
-This script is a fork of Jason J. Hellenthal's <jhell@DataIX.net>
-arc_summary.pl: http://code.google.com/p/jhell/
+The zfs-stats script displays general ZFS information and
+human-readable statistics for the following subsystems:
+  * ARC
+  * L2ARC
+  * DMU (zfetch)
+  * vdev cache