git: 42f6fa95f1b0 - main - net-mgmt/librenms: Update to 26.8.0
Dan Langille <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=42f6fa95f1b0dc7eab6fb97f7f81b78db81ddc51 commit 42f6fa95f1b0dc7eab6fb97f7f81b78db81ddc51 Author: Dan Langille <[email protected]> AuthorDate: 2026-08-17 18:21:59 +0000 Commit: Dan Langille <[email protected]> CommitDate: 2026-08-17 18:23:57 +0000 net-mgmt/librenms: Update to 26.8.0 https://github.com/librenms/librenms/releases/tag/26.8.0 This release requires a database update. Sponsored by: yes --- net-mgmt/librenms/Makefile | 4 ++-- net-mgmt/librenms/distinfo | 10 +++++----- net-mgmt/librenms/files/patch-daily.sh | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net-mgmt/librenms/Makefile b/net-mgmt/librenms/Makefile index b177c28d01ee..384acd331267 100644 --- a/net-mgmt/librenms/Makefile +++ b/net-mgmt/librenms/Makefile @@ -1,5 +1,5 @@ PORTNAME= librenms -PORTVERSION= 26.7.0 +PORTVERSION= 26.8.0 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= LOCAL/dvl:vendor @@ -53,7 +53,7 @@ SHEBANG_FILES= ../${PORTNAME}-vendor-${PORTVERSION}/paragonie/random_compat/buil poller-wrapper.py poller.php renamehost.php \ scripts/auth_test.php scripts/bash_lint.sh \ scripts/check_requirements.py scripts/collect-port-polling.php \ - scripts/collect-snmp-data.php scripts/composer_wrapper.php \ + scripts/composer_wrapper.php \ scripts/dynamic_check_requirements.py scripts/gen_rancid.php \ scripts/gen_smokeping.php scripts/git-pre-commit-hook.sh \ scripts/github-remove scripts/ifAlias scripts/json-app-tool.php \ diff --git a/net-mgmt/librenms/distinfo b/net-mgmt/librenms/distinfo index 349097da6cc3..b1037c12076b 100644 --- a/net-mgmt/librenms/distinfo +++ b/net-mgmt/librenms/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1784563404 -SHA256 (librenms-vendor-26.7.0.tar.gz) = 4f4ef774f9843cff674535ebdb9caa10b07d3cb2f057044e64f37896e2782274 -SIZE (librenms-vendor-26.7.0.tar.gz) = 12788806 -SHA256 (librenms-librenms-26.7.0_GH0.tar.gz) = 9a58e7de2e1353792dfcf98e1e8cb906a271e588b88686d771a1f07c18dfedda -SIZE (librenms-librenms-26.7.0_GH0.tar.gz) = 82302971 +TIMESTAMP = 1786988402 +SHA256 (librenms-vendor-26.8.0.tar.gz) = a6d6939a4bdc573191f4e21da1cd4c311a8c4d75e078ae212d9b58820c91c922 +SIZE (librenms-vendor-26.8.0.tar.gz) = 38360793 +SHA256 (librenms-librenms-26.8.0_GH0.tar.gz) = a750e543d7ec48b16a00c45816499e864950fae6ba16290223091139983f22be +SIZE (librenms-librenms-26.8.0_GH0.tar.gz) = 82562064 diff --git a/net-mgmt/librenms/files/patch-daily.sh b/net-mgmt/librenms/files/patch-daily.sh index 635c298b1e85..f2ae9744bde2 100644 --- a/net-mgmt/librenms/files/patch-daily.sh +++ b/net-mgmt/librenms/files/patch-daily.sh @@ -17,7 +17,7 @@ @@ -60,7 +60,7 @@ status_run() { printf "%-50s" "${arg_text}" - echo "${arg_text}" >> "${log_file}" + log_line "${arg_text}" - tmp=$(bash -c "${arg_command}" 2>&1) + tmp=$(%%LOCALBASE%%/bin/bash -c "${arg_command}" 2>&1) exit_code=$?