git: 3be2c4bf966b - main - www/gatus: Update to 5.26.0, Add pkg-message

From: Jesús Daniel Colmenares Oviedo <dtxdf_at_FreeBSD.org>
Date: Tue, 07 Oct 2025 22:42:47 UTC
The branch main has been updated by dtxdf:

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

commit 3be2c4bf966bbdecb240efdd10692f2a7545204f
Author:     Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
AuthorDate: 2025-10-07 22:36:51 +0000
Commit:     Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
CommitDate: 2025-10-07 22:42:23 +0000

    www/gatus: Update to 5.26.0, Add pkg-message
    
    * Add pkg-message to indicate that Gatus needs to run as root for
      ICMP checks to work correctly.
    
    ChangeLog: https://github.com/TwiN/gatus/releases/tag/v5.26.0
    
    PR:             290073
    Reported by:    kt@a-ng.eu
---
 www/gatus/Makefile    |  2 +-
 www/gatus/distinfo    | 10 +++++-----
 www/gatus/pkg-message | 10 ++++++++++
 3 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/www/gatus/Makefile b/www/gatus/Makefile
index 2bba19e2c877..45ee07084aeb 100644
--- a/www/gatus/Makefile
+++ b/www/gatus/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gatus
 DISTVERSIONPREFIX=	v
-DISTVERSION=	5.24.0
+DISTVERSION=	5.26.0
 CATEGORIES=	www
 MASTER_SITES=	LOCAL/dtxdf/${PORTNAME}/
 DISTFILES=	${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.vendor${EXTRACT_SUFX}
diff --git a/www/gatus/distinfo b/www/gatus/distinfo
index 2a501149b0f0..f5326b7ecd3a 100644
--- a/www/gatus/distinfo
+++ b/www/gatus/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1758293804
-SHA256 (gatus-v5.24.0.vendor.tar.gz) = 0d4c5b2106323101cc3a3f0e3d7c130b236f88faea832419ddcb0422cbc3561d
-SIZE (gatus-v5.24.0.vendor.tar.gz) = 52326901
-SHA256 (TwiN-gatus-v5.24.0_GH0.tar.gz) = 2e6eebc227137cb9cd623bc5bd546122b4c880df073e71cee9a8d4f1021867b4
-SIZE (TwiN-gatus-v5.24.0_GH0.tar.gz) = 2870023
+TIMESTAMP = 1759874297
+SHA256 (gatus-v5.26.0.vendor.tar.gz) = 35359f71bd07705bf355b5e1107c21121051da29c3e8fd880c0fd2959a970324
+SIZE (gatus-v5.26.0.vendor.tar.gz) = 52462685
+SHA256 (TwiN-gatus-v5.26.0_GH0.tar.gz) = 20ff02a1989b20d00feeeb781dc75819c3756b72b04f2cce03357ca1409ecc32
+SIZE (TwiN-gatus-v5.26.0_GH0.tar.gz) = 2884177
diff --git a/www/gatus/pkg-message b/www/gatus/pkg-message
new file mode 100644
index 000000000000..2acd67e4df28
--- /dev/null
+++ b/www/gatus/pkg-message
@@ -0,0 +1,10 @@
+[
+{ type: install
+  message: <<EOM
+If you want to create ICMP checks, gatus must be run as root, so you must set
+the following parameter in your rc.conf(5) file or equivalent:
+
+  sysrc gatus_runas=root
+EOM
+}
+]