diff options
author | Dan Langille <dvl@FreeBSD.org> | 2025-07-31 17:48:19 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2025-07-31 17:52:26 +0000 |
commit | 54dac3dfd0e0e5ce0e8986259a140d7d46f86529 (patch) | |
tree | 753b75dc345472b9b872aa2229c66fb2ca4f520e | |
parent | devel/git-who: Update 1.1 => 1.2 (diff) |
net-mgmt/librenms: run portfmt
The next commit will have actual changes. This commit is
separate to make reading the diff easier.
-rw-r--r-- | net-mgmt/librenms/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/net-mgmt/librenms/Makefile b/net-mgmt/librenms/Makefile index 753c61c967e5..6ba90cb011f0 100644 --- a/net-mgmt/librenms/Makefile +++ b/net-mgmt/librenms/Makefile @@ -46,10 +46,10 @@ SHEBANG_FILES= ../${PORTNAME}-vendor-${PORTVERSION}/paragonie/random_compat/buil ../librenms-vendor-${PORTVERSION}/symfony/error-handler/Resources/bin/patch-type-declarations \ ../librenms-vendor-${PORTVERSION}/symfony/var-dumper/Resources/bin/var-dump-server \ ../librenms-vendor-${PORTVERSION}/symfony/yaml/Resources/bin/yaml-lint \ - alerts.php artisan billing-calculate.php \ - check-services.php config_to_json.php cronic daily.php daily.sh \ - delhost.php discovery-wrapper.py discovery.php dist-pollers.php \ - irc.php librenms-service.py LibreNMS/command_runner.py \ + alerts.php artisan billing-calculate.php check-services.php \ + config_to_json.php cronic daily.php daily.sh delhost.php \ + discovery-wrapper.py discovery.php dist-pollers.php 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 \ ping.php poll-billing.php poller-wrapper.py poller.php \ @@ -71,8 +71,8 @@ SHEBANG_FILES= ../${PORTNAME}-vendor-${PORTVERSION}/paragonie/random_compat/buil scripts/rename-mibs.php scripts/rrdstep.php \ scripts/save-test-data.php scripts/syslog-notify-oxidized.php \ scripts/test-alert.php scripts/test-template.php \ - scripts/watchmaillog/watchmaillog.pl \ - snmp-scan.py snmptrap.php syslog.php validate.php + scripts/watchmaillog/watchmaillog.pl snmp-scan.py snmptrap.php \ + syslog.php validate.php NO_ARCH= yes NO_BUILD= yes @@ -119,9 +119,9 @@ _ROOT_FILES= 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 \ - phpunit.xml ping.php poll-billing.php \ - poller.php poller-wrapper.py renamehost.php \ - snmp-scan.py snmptrap.php syslog.php validate.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 |