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/pnp | |
parent | fbe66f767b3811823d821e3c442629e871282504 (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/pnp')
-rw-r--r-- | net-mgmt/pnp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/pnp/Makefile b/net-mgmt/pnp/Makefile index 0849d32905a9..8c80b3c962e0 100644 --- a/net-mgmt/pnp/Makefile +++ b/net-mgmt/pnp/Makefile @@ -3,7 +3,7 @@ PORTNAME= pnp PORTVERSION= 0.6.25 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= SF/pnp4nagios/PNP-0.6 DISTNAME= pnp4nagios-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} |