diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2016-05-03 00:08:56 +0800 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2016-05-03 00:08:56 +0800 |
commit | 307a70b8949fa4ed5caea947fb0905ff7371be8e (patch) | |
tree | f05902a5d2b33ba8caeb27d6eb75986b223df15e /sysutils/monitorix | |
parent | fbe66f767b3811823d821e3c442629e871282504 (diff) | |
download | freebsd-ports-gnome-307a70b8949fa4ed5caea947fb0905ff7371be8e.tar.gz freebsd-ports-gnome-307a70b8949fa4ed5caea947fb0905ff7371be8e.tar.zst freebsd-ports-gnome-307a70b8949fa4ed5caea947fb0905ff7371be8e.zip |
Update databases/rrdtool to 1.6.0
Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.
Bump portrevision for depending ports due to shlib version bump.
For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES
Reviewed by: kwm
Differential Revision: D6168
Diffstat (limited to 'sysutils/monitorix')
-rw-r--r-- | sysutils/monitorix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/monitorix/Makefile b/sysutils/monitorix/Makefile index 9047f809b14c..e9b5610d96f5 100644 --- a/sysutils/monitorix/Makefile +++ b/sysutils/monitorix/Makefile @@ -2,7 +2,7 @@ PORTNAME= monitorix PORTVERSION= 3.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://www.monitorix.org/ \ http://www.monitorix.org/old_versions/ \ |