git: efc03b91e02f - main - sysutils/monitorix: update to 3.14.0

From: Chris Rees <crees_at_FreeBSD.org>
Date: Wed, 29 Jun 2022 14:31:36 UTC
The branch main has been updated by crees:

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

commit efc03b91e02fe583b0b9950ee08504ca17d8e6b2
Author:     Chris Rees <crees@FreeBSD.org>
AuthorDate: 2022-06-29 14:29:47 +0000
Commit:     Chris Rees <crees@FreeBSD.org>
CommitDate: 2022-06-29 14:29:47 +0000

    sysutils/monitorix: update to 3.14.0
    
    This new version introduces three new modules: nvme.pm, which is
    capable of monitoring an unlimited number of NVM Express (NVMe) devices,
    the amdgpu.pm, to monitor also an unlimited number of AMD GPU graphic
    cards, and nvidiagpu.pm which can be seen as an extended version of the
    current module nvidia.pm, as it comes with more detailed statistics.
    
    For more details, please visit
    https://www.monitorix.org/news.html?n=20220118
---
 sysutils/monitorix/Makefile | 5 +++--
 sysutils/monitorix/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/sysutils/monitorix/Makefile b/sysutils/monitorix/Makefile
index c497bcbd00e5..c63c539fd602 100644
--- a/sysutils/monitorix/Makefile
+++ b/sysutils/monitorix/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	monitorix
-PORTVERSION=	3.10.1
+PORTVERSION=	3.14.0
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.monitorix.org/ \
 		http://www.monitorix.org/old_versions/ \
@@ -81,6 +81,7 @@ post-patch:
 		-e 's|^\(secure_log[[:space:]]*= *\).*|\1/var/log/auth.log|' \
 		-e "s|/var/lib/milter-greylist/db/|/var/milter-greylist/|" \
 		-e 's|^\([[:space:]]*port[^=]*=[^y]*\)y|\1n|' \
+		-e 's|^\([[:space:]]*cmd[^=]*=[^s]*\)ss|\1netstat|' \
 			${WRKSRC}/monitorix.conf
 
 do-install:
@@ -103,7 +104,7 @@ do-install:
 		${STAGEDIR}${WWWDIR}/reports/$l.html.sample
 .endfor
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for f in docs/*[^t] README README.FreeBSD README.nginx Changes
+.for f in docs/*[^t] README README.BSD README.nginx Changes
 	${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
 .endfor
 	${INSTALL_DATA} ${WRKSRC}/monitorix.conf \
diff --git a/sysutils/monitorix/distinfo b/sysutils/monitorix/distinfo
index 58552b00e5b6..c97a0828f941 100644
--- a/sysutils/monitorix/distinfo
+++ b/sysutils/monitorix/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1524923095
-SHA256 (monitorix-3.10.1.tar.gz) = b2443292b1fdcb5343761f41a2f62d4692e6baaa0134a86a99673bff935016a5
-SIZE (monitorix-3.10.1.tar.gz) = 313587
+TIMESTAMP = 1656511918
+SHA256 (monitorix-3.14.0.tar.gz) = 2e901d4f5a266f23c5b3788a3da10a03c2bdb6512e1af61306c01a2ed2b61d49
+SIZE (monitorix-3.14.0.tar.gz) = 393803