diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2016-05-02 16:08:56 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2016-05-02 16:08:56 +0000 |
commit | 307a70b8949fa4ed5caea947fb0905ff7371be8e (patch) | |
tree | f05902a5d2b33ba8caeb27d6eb75986b223df15e /net-mgmt/netdot | |
parent | Update to 2.6.8 (diff) |
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
Notes
Notes:
svn path=/head/; revision=414458
Diffstat (limited to 'net-mgmt/netdot')
-rw-r--r-- | net-mgmt/netdot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/netdot/Makefile b/net-mgmt/netdot/Makefile index 18ec8c9c5a31..be523ea9dd05 100644 --- a/net-mgmt/netdot/Makefile +++ b/net-mgmt/netdot/Makefile @@ -3,7 +3,7 @@ PORTNAME= netdot PORTVERSION= 1.0.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://netdot.uoregon.edu/pub/dists/ |