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 /mail/mailgraph | |
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 'mail/mailgraph')
-rw-r--r-- | mail/mailgraph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mailgraph/Makefile b/mail/mailgraph/Makefile index 92a10d313280..3fea4d041128 100644 --- a/mail/mailgraph/Makefile +++ b/mail/mailgraph/Makefile @@ -3,7 +3,7 @@ PORTNAME= mailgraph PORTVERSION= 1.14 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= mail MASTER_SITES= http://mailgraph.schweikert.ch/pub/ \ http://mailgraph.schweikert.ch/pub/old/ |