mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
Upgrade to 1.53.1
release notes: 1.53.1 - https://github.com/librenms/librenms/releases/tag/1.53.1 1.53 - https://github.com/librenms/librenms/releases/tag/1.53 1.52 - https://github.com/librenms/librenms/releases/tag/1.52
This commit is contained in:
parent
015935af60
commit
35b065ed34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507461
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= librenms
|
||||
PORTVERSION= 1.51
|
||||
PORTVERSION= 1.53.1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= LOCAL/dvl:vendor
|
||||
@ -18,7 +18,7 @@ USES= python${PY_MYSQL} shebangfix
|
||||
# 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= 1556573781
|
||||
RELEASE_TIMESTAMP= 1562069518
|
||||
|
||||
# perhaps we also need python-memcache python-mysqldb
|
||||
RUN_DEPENDS+= rrdtool:databases/rrdtool \
|
||||
|
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1556824503
|
||||
SHA256 (librenms-vendor-1.51.tar.gz) = 03e19ead3b20e8b7e820b4b8264f2d387cc132748bf71e510266b922b75e54b6
|
||||
SIZE (librenms-vendor-1.51.tar.gz) = 32641978
|
||||
SHA256 (librenms-librenms-1.51_GH0.tar.gz) = fc04635d1e86af776b5ad8c0936f54b6071e791293a88a5942cf0e23f2daffef
|
||||
SIZE (librenms-librenms-1.51_GH0.tar.gz) = 36806669
|
||||
TIMESTAMP = 1564185428
|
||||
SHA256 (librenms-vendor-1.53.1.tar.gz) = 78abf75e65048b0575d97d779bf7e93011c57e8f79f7715cb9a48cfc6a58b414
|
||||
SIZE (librenms-vendor-1.53.1.tar.gz) = 32812525
|
||||
SHA256 (librenms-librenms-1.53.1_GH0.tar.gz) = d93eb26f376b1d4b0955e715564be992ddcb342121922d3dd89ce41479f2fad8
|
||||
SIZE (librenms-librenms-1.53.1_GH0.tar.gz) = 37826157
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
### Locations - it is recommended to keep the default
|
||||
#\$config\['install_dir'\] = "$install_dir";
|
||||
@@ -389,14 +389,14 @@ $config_file = <<<"EOD"
|
||||
@@ -392,14 +392,14 @@
|
||||
|
||||
# Update configuration
|
||||
#\$config\['update_channel'\] = 'release'; # uncomment to follow the monthly release channel
|
||||
@ -17,7 +17,7 @@
|
||||
+\$config\['update'\] = 0; # uncomment to completely disable updates
|
||||
EOD;
|
||||
|
||||
if (!file_exists("config.php")) {
|
||||
if (!file_exists("{$librenms_dir}/config.php")) {
|
||||
$conf = fopen("config.php", 'w');
|
||||
if ($conf != false) {
|
||||
if (fwrite($conf, "<?php\n") === false) {
|
||||
|
Loading…
Reference in New Issue
Block a user