Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Sep 2012 16:23:55 +0000 (UTC)
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304536 - head/sysutils/munin-master
Message-ID:  <201209191623.q8JGNtOr025050@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: flo
Date: Wed Sep 19 16:23:55 2012
New Revision: 304536
URL: http://svn.freebsd.org/changeset/ports/304536

Log:
  - add missing dependencies
  - bump PORTREVISION
  
  PR:		ports/171692
  Submitted by:	Bill <lists+freebsd@xinu.tv>

Modified:
  head/sysutils/munin-master/Makefile

Modified: head/sysutils/munin-master/Makefile
==============================================================================
--- head/sysutils/munin-master/Makefile	Wed Sep 19 16:21:17 2012	(r304535)
+++ head/sysutils/munin-master/Makefile	Wed Sep 19 16:23:55 2012	(r304536)
@@ -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}
 		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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209191623.q8JGNtOr025050>