aboutsummaryrefslogtreecommitdiff
path: root/sysutils/munin-master
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2012-09-19 16:23:55 +0000
committerFlorian Smeets <flo@FreeBSD.org>2012-09-19 16:23:55 +0000
commit0e1f1543b23e8250f27f04941a7ca975f496df33 (patch)
tree39bd57fc905b5a6605fef330646828e6e55280ff /sysutils/munin-master
parenta2eb5568e6cdaf3b72748b944a4733ff02849307 (diff)
downloadports-0e1f1543b23e8250f27f04941a7ca975f496df33.tar.gz
ports-0e1f1543b23e8250f27f04941a7ca975f496df33.zip
- add missing dependencies
- bump PORTREVISION PR: ports/171692 Submitted by: Bill <lists+freebsd@xinu.tv>
Notes
Notes: svn path=/head/; revision=304536
Diffstat (limited to 'sysutils/munin-master')
-rw-r--r--sysutils/munin-master/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/munin-master/Makefile b/sysutils/munin-master/Makefile
index 8eaa20b4c335..7cda0ddbf9d4 100644
--- a/sysutils/munin-master/Makefile
+++ b/sysutils/munin-master/Makefile
@@ -7,6 +7,7 @@
PORTNAME= munin
PORTVERSION= ${MUNIN_VERSION}
+PORTREVISION= 1
CATEGORIES= sysutils perl5
MASTER_SITES= ${MUNIN_SITES}
PKGNAMESUFFIX= -master
@@ -40,7 +41,9 @@ RUN_DEPENDS= munin-common>=0:${PORTSDIR}/sysutils/munin-common \
p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \
p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
- p5-Text-Balanced>=0:${PORTSDIR}/textproc/p5-Text-Balanced
+ p5-Text-Balanced>=0:${PORTSDIR}/textproc/p5-Text-Balanced \
+ p5-URI>=0:${PORTSDIR}/net/p5-URI \
+ p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip
USE_PERL5= yes
USE_GMAKE= yes