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 /sysutils | |
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 'sysutils')
-rw-r--r-- | sysutils/backuppc-devel/Makefile | 2 | ||||
-rw-r--r-- | sysutils/backuppc/Makefile | 1 | ||||
-rw-r--r-- | sysutils/ganglia-monitor-core/Makefile | 1 | ||||
-rw-r--r-- | sysutils/monitorix/Makefile | 2 | ||||
-rw-r--r-- | sysutils/munin-master/Makefile | 2 | ||||
-rw-r--r-- | sysutils/slurm-wlm/Makefile | 2 | ||||
-rw-r--r-- | sysutils/symon/Makefile | 2 |
7 files changed, 7 insertions, 5 deletions
diff --git a/sysutils/backuppc-devel/Makefile b/sysutils/backuppc-devel/Makefile index 41cb4cdb3ee4..fb4fd4c694d1 100644 --- a/sysutils/backuppc-devel/Makefile +++ b/sysutils/backuppc-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= backuppc DISTVERSION= 4.0.0alpha3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-beta/${DISTVERSION} PKGNAMESUFFIX= -devel diff --git a/sysutils/backuppc/Makefile b/sysutils/backuppc/Makefile index 1dbeb86c5ab0..7aa70906bb29 100644 --- a/sysutils/backuppc/Makefile +++ b/sysutils/backuppc/Makefile @@ -3,6 +3,7 @@ PORTNAME= backuppc PORTVERSION= 3.3.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF DISTNAME= BackupPC-${PORTVERSION} diff --git a/sysutils/ganglia-monitor-core/Makefile b/sysutils/ganglia-monitor-core/Makefile index afd2b51c8e47..043aa8b7496e 100644 --- a/sysutils/ganglia-monitor-core/Makefile +++ b/sysutils/ganglia-monitor-core/Makefile @@ -2,6 +2,7 @@ PORTNAME= monitor-core PORTVERSION= 3.6.0 +PORTREVISION= 1 CATEGORIES= sysutils net MASTER_SITES= SF/ganglia/ganglia%20monitoring%20core/${PORTVERSION} PKGNAMEPREFIX= ganglia- diff --git a/sysutils/monitorix/Makefile b/sysutils/monitorix/Makefile index 9047f809b14c..e9b5610d96f5 100644 --- a/sysutils/monitorix/Makefile +++ b/sysutils/monitorix/Makefile @@ -2,7 +2,7 @@ PORTNAME= monitorix PORTVERSION= 3.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://www.monitorix.org/ \ http://www.monitorix.org/old_versions/ \ diff --git a/sysutils/munin-master/Makefile b/sysutils/munin-master/Makefile index 54e33894b395..462aa8a96a77 100644 --- a/sysutils/munin-master/Makefile +++ b/sysutils/munin-master/Makefile @@ -3,7 +3,7 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -master diff --git a/sysutils/slurm-wlm/Makefile b/sysutils/slurm-wlm/Makefile index c55ae2271b23..f83d1a4048ff 100644 --- a/sysutils/slurm-wlm/Makefile +++ b/sysutils/slurm-wlm/Makefile @@ -3,7 +3,7 @@ PORTNAME= slurm PORTVERSION= 15.08.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.schedmd.com/download/latest/ \ http://www.schedmd.com/download/archive/ \ diff --git a/sysutils/symon/Makefile b/sysutils/symon/Makefile index 94021f38d98e..9490e0602db1 100644 --- a/sysutils/symon/Makefile +++ b/sysutils/symon/Makefile @@ -3,7 +3,7 @@ PORTNAME= symon PORTVERSION= 2.86 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://wpd.home.xs4all.nl/symon/philes/ \ LOCAL/uqs |