aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/munin-master
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-01-19 21:34:51 +0800
committerMathieu Arnold <mat@FreeBSD.org>2017-01-19 21:34:51 +0800
commitee0b8c9ff548b6d4e8ceb8dae28d310f2b4304d3 (patch)
treea3fc884149bcfbf28e4d0595c45c1bd412abe376 /sysutils/munin-master
parent096794680be1f302e9d74a66f4fa5e17bcf27880 (diff)
downloadfreebsd-ports-gnome-ee0b8c9ff548b6d4e8ceb8dae28d310f2b4304d3.tar.gz
freebsd-ports-gnome-ee0b8c9ff548b6d4e8ceb8dae28d310f2b4304d3.tar.zst
freebsd-ports-gnome-ee0b8c9ff548b6d4e8ceb8dae28d310f2b4304d3.zip
Update to 2.0.30.
Sponsored by: Absolight
Diffstat (limited to 'sysutils/munin-master')
-rw-r--r--sysutils/munin-master/Makefile5
1 files changed, 2 insertions, 3 deletions
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 \