1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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
This commit is contained in:
Chris Rees 2022-06-29 15:29:47 +01:00
parent fc716c0168
commit efc03b91e0
2 changed files with 6 additions and 5 deletions

View File

@ -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 \

View File

@ -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