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/snmp4nagios/Makefile | |
parent | fbe66f767b3811823d821e3c442629e871282504 (diff) | |
download | ports-307a70b8949fa4ed5caea947fb0905ff7371be8e.tar.gz ports-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
Notes
Notes:
svn path=/head/; revision=414458
Diffstat (limited to 'net-mgmt/snmp4nagios/Makefile')
-rw-r--r-- | net-mgmt/snmp4nagios/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/snmp4nagios/Makefile b/net-mgmt/snmp4nagios/Makefile index 98cb63e15fdc..e497e4830361 100644 --- a/net-mgmt/snmp4nagios/Makefile +++ b/net-mgmt/snmp4nagios/Makefile @@ -3,7 +3,7 @@ PORTNAME= SNMP4Nagios PORTVERSION= 0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${PORTVERSION} |