diff options
author | zeising <zeising@FreeBSD.org> | 2016-05-03 00:08:56 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2016-05-03 00:08:56 +0800 |
commit | 070e6635dfd8dba686122dbdca67310c45ccadf0 (patch) | |
tree | f05902a5d2b33ba8caeb27d6eb75986b223df15e /dns | |
parent | ecfbc1533fbd4ee2e8c33af4864acec3c04c75e4 (diff) | |
download | freebsd-ports-gnome-070e6635dfd8dba686122dbdca67310c45ccadf0.tar.gz freebsd-ports-gnome-070e6635dfd8dba686122dbdca67310c45ccadf0.tar.zst freebsd-ports-gnome-070e6635dfd8dba686122dbdca67310c45ccadf0.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 'dns')
-rw-r--r-- | dns/bindgraph/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/bindgraph/Makefile b/dns/bindgraph/Makefile index 6e2323e0aa19..fc0b2ad177f8 100644 --- a/dns/bindgraph/Makefile +++ b/dns/bindgraph/Makefile @@ -3,6 +3,7 @@ PORTNAME= bindgraph PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://www.linux.it/~md/software/ |