Date: Sat, 27 Jul 2019 15:03:04 +0000 (UTC) From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507461 - in head/net-mgmt/librenms: . files Message-ID: <201907271503.x6RF34r8094821@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dvl Date: Sat Jul 27 15:03:03 2019 New Revision: 507461 URL: https://svnweb.freebsd.org/changeset/ports/507461 Log: 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 Modified: head/net-mgmt/librenms/Makefile head/net-mgmt/librenms/distinfo head/net-mgmt/librenms/files/patch-html_install.php Modified: head/net-mgmt/librenms/Makefile ============================================================================== --- head/net-mgmt/librenms/Makefile Sat Jul 27 14:57:25 2019 (r507460) +++ head/net-mgmt/librenms/Makefile Sat Jul 27 15:03:03 2019 (r507461) @@ -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 \ Modified: head/net-mgmt/librenms/distinfo ============================================================================== --- head/net-mgmt/librenms/distinfo Sat Jul 27 14:57:25 2019 (r507460) +++ head/net-mgmt/librenms/distinfo Sat Jul 27 15:03:03 2019 (r507461) @@ -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 Modified: head/net-mgmt/librenms/files/patch-html_install.php ============================================================================== --- head/net-mgmt/librenms/files/patch-html_install.php Sat Jul 27 14:57:25 2019 (r507460) +++ head/net-mgmt/librenms/files/patch-html_install.php Sat Jul 27 15:03:03 2019 (r507461) @@ -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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907271503.x6RF34r8094821>