Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2025 15:33:26 GMT
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6d3599ec37b7 - main - net-mgmt/librenms: Update to 25.6.0
Message-ID:  <202506161533.55GFXQh9094823@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by dvl:

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

commit 6d3599ec37b7ffbf3dc5eed0cb194bd61522d546
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2025-06-16 15:23:56 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2025-06-16 15:32:30 +0000

    net-mgmt/librenms: Update to 25.6.0
    
    re: https://github.com/librenms/librenms/releases/tag/25.6.0
    
    Migration required. I do that via:
    
    sudo su -fm www
    lnms migrate
    
    pbin.sh has been removed from upstream app.
    
    While here, remove a trailing space
---
 net-mgmt/librenms/Makefile | 12 +++++-------
 net-mgmt/librenms/distinfo | 10 +++++-----
 2 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/net-mgmt/librenms/Makefile b/net-mgmt/librenms/Makefile
index db8ee52889af..c1b20d7c28cf 100644
--- a/net-mgmt/librenms/Makefile
+++ b/net-mgmt/librenms/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	librenms
-PORTVERSION=	25.5.0
+PORTVERSION=	25.6.0
 PORTEPOCH=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	LOCAL/dvl:vendor
@@ -32,14 +32,12 @@ USE_RC_SUBR=	librenms
 SHEBANG_FILES=	../${PORTNAME}-vendor-${PORTVERSION}/paragonie/random_compat/build-phar.sh \
 		../${PORTNAME}-vendor-${PORTVERSION}/tecnickcom/tcpdf/tools/tcpdf_addfont.php \
 		../librenms-vendor-${PORTVERSION}/bin/carbon \
-		../librenms-vendor-${PORTVERSION}/bin/doctrine-dbal \
 		../librenms-vendor-${PORTVERSION}/bin/patch-type-declarations \
 		../librenms-vendor-${PORTVERSION}/bin/php-parse \
 		../librenms-vendor-${PORTVERSION}/bin/psysh \
 		../librenms-vendor-${PORTVERSION}/bin/validate-json \
 		../librenms-vendor-${PORTVERSION}/bin/var-dump-server \
 		../librenms-vendor-${PORTVERSION}/bin/yaml-lint \
-		../librenms-vendor-${PORTVERSION}/doctrine/dbal/bin/doctrine-dbal \
 		../librenms-vendor-${PORTVERSION}/justinrainbow/json-schema/bin/validate-json \
 		../librenms-vendor-${PORTVERSION}/nesbot/carbon/bin/carbon \
 		../librenms-vendor-${PORTVERSION}/nikic/php-parser/bin/php-parse \
@@ -54,7 +52,7 @@ SHEBANG_FILES=	../${PORTNAME}-vendor-${PORTVERSION}/paragonie/random_compat/buil
 		irc.php librenms-service.py LibreNMS/command_runner.py \
 		LibreNMS/wrapper.py lnms misc/lnms-completion.bash \
 		misc/smokeping-debian.example misc/smokeping-rhel.example \
-		pbin.sh ping.php poll-billing.php poller-wrapper.py poller.php \
+		ping.php poll-billing.php 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 \
@@ -121,14 +119,14 @@ _ROOT_FILES=		addhost.php alerts.php artisan billing-calculate.php \
 			config.php.default config_to_json.php cronic daily.php \
 			delhost.php discovery-wrapper.py discovery.php \
 			dist-pollers.php irc.php librenms-service.py mkdocs.yml \
-			pbin.sh phpunit.xml ping.php poll-billing.php \
+			phpunit.xml ping.php poll-billing.php \
 			poller.php poller-wrapper.py renamehost.php \
 			snmp-scan.py snmptrap.php syslog.php validate.php
 _SCRIPT_FILES=		daily.sh lnms
 # _RELEASE_TIMESTAMP is used for a patch inside the vendor code
 # it represents the release date via: git show --pretty='%H|%ct' -s 1.42.01
 # It sits here so you remember to update it with each release
-_RELEASE_TIMESTAMP=	1747410665
+_RELEASE_TIMESTAMP=	1750074912
 _ROOT_DIRS=		LibreNMS app bootstrap config database doc html \
 			includes lang licenses mibs misc resources routes \
 			scripts tests
@@ -145,7 +143,7 @@ _OTHER_DIRS=	database/seeders/config html/plugins html/js/lang \
 		tests/Browser/source tests/Browser/screenshots \
 		vendor/librenms/laravel-vue-i18n-generator/tests/output \
 		vendor/symfony/mime/Resources/bin \
-		vendor/symfony/string/Resources/bin 
+		vendor/symfony/string/Resources/bin
 
 post-patch:
 	${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
diff --git a/net-mgmt/librenms/distinfo b/net-mgmt/librenms/distinfo
index d32103c524b2..0f3620d2bd2d 100644
--- a/net-mgmt/librenms/distinfo
+++ b/net-mgmt/librenms/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1747426836
-SHA256 (librenms-vendor-25.5.0.tar.gz) = 440a27dcf8167a4adebf967ad4bd75866fb9b0178d4cb5158fe579ef72c5d09f
-SIZE (librenms-vendor-25.5.0.tar.gz) = 27644603
-SHA256 (librenms-librenms-25.5.0_GH0.tar.gz) = 5895c35ec795c64f412a2a2aa5fe9bfae66ccc5d0ef2f0258265f4d11727021b
-SIZE (librenms-librenms-25.5.0_GH0.tar.gz) = 70132766
+TIMESTAMP = 1750080681
+SHA256 (librenms-vendor-25.6.0.tar.gz) = 8f802bad2fd21d2187930b9ead6c598571445d9b3614699cf2f38650a7bf45d1
+SIZE (librenms-vendor-25.6.0.tar.gz) = 27404672
+SHA256 (librenms-librenms-25.6.0_GH0.tar.gz) = b72aa199965f44e662965c58cd3ae7a107fbf7bd51fb11bf595c99033d897bae
+SIZE (librenms-librenms-25.6.0_GH0.tar.gz) = 70700887


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506161533.55GFXQh9094823>