ports/168288: [patch] sysutils/munin-master: fix dependency handling for Storable Perl module

Sam Cassiba sam at cassiba.com
Wed May 23 22:20:02 UTC 2012


>Number:         168288
>Category:       ports
>Synopsis:       [patch] sysutils/munin-master: fix dependency handling for Storable Perl module
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 23 22:20:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Sam Cassiba
>Release:        9.0-RELEASE i386
>Organization:
>Environment:
FreeBSD castle 9.0-RELEASE FreeBSD 9.0-RELEASE #0 r234683: Wed Apr 25 19:32:57 CDT 2012     root at castle:/usr/obj/usr/src/sys/CASTLE  i386
>Description:
- munin-master currently looks for converters/p5-Storable-AMF to provide Storable.pm when it's actually provided by devel/p5-Storable
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- munin-master/Makefile.orig	2012-05-15 14:29:29.790175000 -0500
+++ munin-master/Makefile	2012-05-22 11:23:32.276728450 -0500
@@ -19,7 +19,7 @@
 		${SITE_PERL}/Munin/Common/Defaults.pm:${PORTSDIR}/sysutils/munin-common \
 		${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \
 		${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/databases/rrdtool \
-		${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/converters/p5-Storable-AMF \
+		${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
 		${SITE_PERL}/DateTime/HiRes.pm:${PORTSDIR}/devel/p5-DateTime-HiRes \
 		${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \
 		${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
@@ -28,7 +28,7 @@
 RUN_DEPENDS=	${SITE_PERL}/Munin/Common/Defaults.pm:${PORTSDIR}/sysutils/munin-common \
 		${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/databases/rrdtool \
 		${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \
-		${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/converters/p5-Storable-AMF \
+		${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
 		${SITE_PERL}/DateTime/HiRes.pm:${PORTSDIR}/devel/p5-DateTime-HiRes \
 		${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \
 		${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \


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



More information about the freebsd-ports-bugs mailing list