From nobody@FreeBSD.org  Wed May 23 22:16:57 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 78288106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 23 May 2012 22:16:57 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 62DB88FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 23 May 2012 22:16:57 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q4NMGvhF005224
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 23 May 2012 22:16:57 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q4NMGvEB005223;
	Wed, 23 May 2012 22:16:57 GMT
	(envelope-from nobody)
Message-Id: <201205232216.q4NMGvEB005223@red.freebsd.org>
Date: Wed, 23 May 2012 22:16:57 GMT
From: Sam Cassiba <sam@cassiba.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] sysutils/munin-master: fix dependency handling for Storable Perl module
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         168288
>Category:       ports
>Synopsis:       [patch] sysutils/munin-master: fix dependency handling for Storable Perl module
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    flo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 23 22:20:02 UTC 2012
>Closed-Date:    Thu May 24 14:49:15 UTC 2012
>Last-Modified:  Thu May 24 14:50:02 UTC 2012
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->flo 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed May 23 22:21:26 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168288 
State-Changed-From-To: open->closed 
State-Changed-By: flo 
State-Changed-When: Thu May 24 14:49:14 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168288 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168288: commit references a PR
Date: Thu, 24 May 2012 14:49:06 +0000 (UTC)

 flo         2012-05-24 14:48:53 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/munin-master Makefile 
   Log:
   - fix depencency, munin should depend on devel/p5-Storable instead of
     converters/p5-Storable-AMF
   
   PR:             ports/168288
   Submitted by:   Sam Cassiba <sam@cassiba.com>
   
   Revision  Changes    Path
   1.34      +3 -3      ports/sysutils/munin-master/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
