Update to 3.10.1

Submitted by:	Andre Rikkert de Koe
This commit is contained in:
Chris Rees
2018-04-28 13:47:47 +00:00
parent 500a8c92a4
commit 595209bf45
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= monitorix
PORTVERSION= 3.9.0
PORTVERSION= 3.10.1
CATEGORIES= sysutils
MASTER_SITES= http://www.monitorix.org/ \
http://www.monitorix.org/old_versions/ \

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1486068004
SHA256 (monitorix-3.9.0.tar.gz) = d4827718217a16a92f5ead4a22e4388fb557193c48f46892e4afe9708c79ef16
SIZE (monitorix-3.9.0.tar.gz) = 291956
TIMESTAMP = 1524923095
SHA256 (monitorix-3.10.1.tar.gz) = b2443292b1fdcb5343761f41a2f62d4692e6baaa0134a86a99673bff935016a5
SIZE (monitorix-3.10.1.tar.gz) = 313587

View File

@@ -18,4 +18,4 @@ man/man8/monitorix.8.gz
@comment rrd files are now kept in /var/db/monitorix, we'll move
@comment previous files over for the user
@dir(%%WWW_OWNER%%,%%WWW_GROUP%%,) %%DBDIR%%
@exec [ -f %%DATADIR%%/fs.rrd ] && mv %%DATADIR%%/*.rrd %%DBDIR%% || true
@postexec [ -f %%DATADIR%%/fs.rrd ] && mv %%DATADIR%%/*.rrd %%DBDIR%% || true