Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  5 Feb 2011 22:55:46 +0100 (CET)
From:      Florian Smeets <flo@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        des@FreeBSD.org
Subject:   ports/154534: [PATCH] sysutils/munin-node: add p5-Cache-Cache dependancy
Message-ID:  <20110205215546.83EA15C1E@mail.solomo.de>
Resent-Message-ID: <201102052200.p15M0Nja062997@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         154534
>Category:       ports
>Synopsis:       [PATCH] sysutils/munin-node: add p5-Cache-Cache dependancy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 05 22:00:23 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Florian Smeets
>Release:        FreeBSD 8.2-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD mail.solomo.de 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #3: Mon Jan  3 17:11:08 CET
>Description:
p5-Cache-Cache is required by the mysql_* plugins

Port maintainer (des@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- munin-node-1.4.5_4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/munin-node.orig/Makefile /usr/ports/sysutils/munin-node/Makefile
--- /usr/ports/sysutils/munin-node.orig/Makefile	2011-02-05 22:04:10.000000000 +0100
+++ /usr/ports/sysutils/munin-node/Makefile	2011-02-05 22:05:34.000000000 +0100
@@ -7,7 +7,7 @@
 
 PORTNAME=	munin
 PORTVERSION=	1.4.5
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION}
 PKGNAMESUFFIX=	-node
@@ -21,7 +21,8 @@
 		${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \
 		${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net-mgmt/p5-Net-SNMP \
 		bash:${PORTSDIR}/shells/bash
-RUN_DEPENDS=	${SITE_PERL}/DateTime/HiRes.pm:${PORTSDIR}/devel/p5-DateTime-HiRes \
+RUN_DEPENDS=	${SITE_PERL}/Cache/Cache.pm:${PORTSDIR}/devel/p5-Cache-Cache \
+		${SITE_PERL}/DateTime/HiRes.pm:${PORTSDIR}/devel/p5-DateTime-HiRes \
 		${SITE_PERL}/Munin/Common/Defaults.pm:${PORTSDIR}/sysutils/munin-common \
 		${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \
 		${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net-mgmt/p5-Net-SNMP \
--- munin-node-1.4.5_4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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