aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Korobkov <alster@vinterdalen.se>2023-09-12 16:03:25 +0000
committerJoel Bodenmann <jbo@FreeBSD.org>2023-09-12 20:45:24 +0000
commit8ab46275a6c0f578c697bd9051559083a0d0306f (patch)
tree3b7a59fb41f2138400487aa5cef7e13db0645ccb
parent60a8481ad2aad372d93eb84c9312bf8ac7ffb46a (diff)
downloadports-8ab46275a6c0f578c697bd9051559083a0d0306f.tar.gz
ports-8ab46275a6c0f578c697bd9051559083a0d0306f.zip
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
-rw-r--r--sysutils/zfs-stats/Makefile14
-rw-r--r--sysutils/zfs-stats/pkg-descr11
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