aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-01-19 21:34:51 +0800
committermat <mat@FreeBSD.org>2017-01-19 21:34:51 +0800
commite07694cafca5edcfa44380fb6d2b024180b05876 (patch)
treea3fc884149bcfbf28e4d0595c45c1bd412abe376 /sysutils
parent74e9cee68da5bd7cfd8b412a55571f096b73c5d2 (diff)
downloadfreebsd-ports-gnome-e07694cafca5edcfa44380fb6d2b024180b05876.tar.gz
freebsd-ports-gnome-e07694cafca5edcfa44380fb6d2b024180b05876.tar.zst
freebsd-ports-gnome-e07694cafca5edcfa44380fb6d2b024180b05876.zip
Update to 2.0.30.
Sponsored by: Absolight
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/munin-common/distinfo6
-rw-r--r--sysutils/munin-common/munin.mk2
-rw-r--r--sysutils/munin-master/Makefile5
-rw-r--r--sysutils/munin-node/Makefile5
4 files changed, 8 insertions, 10 deletions
diff --git a/sysutils/munin-common/distinfo b/sysutils/munin-common/distinfo
index 1876ff6fad0e..22974c62b3b6 100644
--- a/sysutils/munin-common/distinfo
+++ b/sysutils/munin-common/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1482312515
-SHA256 (munin-2.0.28.tar.gz) = 7d14354e224dc6091d8ec1a09272d3b207bc017f27d4d1cb4cd29e64a3e283bf
-SIZE (munin-2.0.28.tar.gz) = 1342166
+TIMESTAMP = 1484831987
+SHA256 (munin-2.0.30.tar.gz) = c6be23035c31ab6b7910ae1080159ae8263759f783a1b10002f44456c4aace61
+SIZE (munin-2.0.30.tar.gz) = 1342168
diff --git a/sysutils/munin-common/munin.mk b/sysutils/munin-common/munin.mk
index 7fc50c801ea6..dec9ba7d8446 100644
--- a/sysutils/munin-common/munin.mk
+++ b/sysutils/munin-common/munin.mk
@@ -1,4 +1,4 @@
-MUNIN_VERSION= 2.0.28
+MUNIN_VERSION= 2.0.30
MUNIN_SITES= http://downloads.munin-monitoring.org/munin/stable/${MUNIN_VERSION}/
DISTINFO_FILE= ${.CURDIR}/../../sysutils/munin-common/distinfo
PATCHDIR= ${.CURDIR}/../../sysutils/munin-common/files
diff --git a/sysutils/munin-master/Makefile b/sysutils/munin-master/Makefile
index ca7d9c2ff99d..2f8070d6bc25 100644
--- a/sysutils/munin-master/Makefile
+++ b/sysutils/munin-master/Makefile
@@ -3,7 +3,6 @@
PORTNAME= munin
PORTVERSION= ${MUNIN_VERSION}
-PORTREVISION= 1
CATEGORIES= sysutils perl5
MASTER_SITES= ${MUNIN_SITES}
PKGNAMESUFFIX= -master
@@ -12,7 +11,7 @@ MAINTAINER= mat@FreeBSD.org
COMMENT= Collector part of Munin
BUILD_DEPENDS= p5-Module-Build>=0:devel/p5-Module-Build \
- munin-common>=0:sysutils/munin-common \
+ munin-common>=${MUNIN_VERSION}:sysutils/munin-common \
rrdtool>=0:databases/rrdtool \
p5-Storable>=0:devel/p5-Storable \
p5-CGI>=0:www/p5-CGI \
@@ -25,7 +24,7 @@ BUILD_DEPENDS= p5-Module-Build>=0:devel/p5-Module-Build \
p5-Net-SSLeay>=0:security/p5-Net-SSLeay \
p5-Params-Validate>=0:devel/p5-Params-Validate \
p5-Text-Balanced>=0:textproc/p5-Text-Balanced
-RUN_DEPENDS= munin-common>=0:sysutils/munin-common \
+RUN_DEPENDS= munin-common>=${MUNIN_VERSION}:sysutils/munin-common \
rrdtool>=0:databases/rrdtool \
p5-CGI>=0:www/p5-CGI \
p5-Storable>=0:devel/p5-Storable \
diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile
index 839c47f4f020..b8bce1f37e6c 100644
--- a/sysutils/munin-node/Makefile
+++ b/sysutils/munin-node/Makefile
@@ -3,7 +3,6 @@
PORTNAME= munin
PORTVERSION= ${MUNIN_VERSION}
-PORTREVISION= 4
CATEGORIES= sysutils perl5
MASTER_SITES= ${MUNIN_SITES}
PKGNAMESUFFIX= -node
@@ -13,12 +12,12 @@ COMMENT= Node-specific part of Munin
BUILD_DEPENDS= p5-Module-Build>=0:devel/p5-Module-Build \
p5-DateTime-HiRes>=0:devel/p5-DateTime-HiRes \
- munin-common>=0:sysutils/munin-common \
+ munin-common>=${MUNIN_VERSION}:sysutils/munin-common \
p5-Net-Server>=0:net/p5-Net-Server \
bash:shells/bash
RUN_DEPENDS= p5-Cache-Cache>=0:devel/p5-Cache-Cache \
p5-DateTime-HiRes>=0:devel/p5-DateTime-HiRes \
- munin-common>=0:sysutils/munin-common \
+ munin-common>=${MUNIN_VERSION}:sysutils/munin-common \
p5-Net-Server>=0:net/p5-Net-Server \
p5-Net-CIDR>=0:net-mgmt/p5-Net-CIDR \
p5-libwww>=0:www/p5-libwww \