From nobody@FreeBSD.org  Sun Sep 16 20:13:06 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E1A39106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 16 Sep 2012 20:13:06 +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 CC8CF8FC1B
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 16 Sep 2012 20:13:06 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q8GKD6gp055510
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 16 Sep 2012 20:13:06 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id q8GKD6v2055509;
	Sun, 16 Sep 2012 20:13:06 GMT
	(envelope-from nobody)
Message-Id: <201209162013.q8GKD6v2055509@red.freebsd.org>
Date: Sun, 16 Sep 2012 20:13:06 GMT
From: Bill <lists+freebsd@xinu.tv>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Munin 2.x introduces new dependency on net/p5-URI and devel/p5-Date-Manip
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         171692
>Category:       ports
>Synopsis:       sysutils/munin-master: Munin 2.x introduces new dependency on net/p5-URI and devel/p5-Date-Manip
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    flo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 16 20:20:05 UTC 2012
>Closed-Date:    Wed Sep 19 16:26:44 UTC 2012
>Last-Modified:  Wed Sep 19 16:30:12 UTC 2012
>Originator:     Bill
>Release:        FreebSD 8.3p3
>Organization:
>Environment:
FreeBSD sagan.sf.xinu.tv 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64 
>Description:
A recent portupgrade caused munin-cron to stop working.  First problem was reported as:

Can't locate URI.pm in @INC

Installed net/p5-URI and the problem became:

Can't locate Date/Manip.pm in @INC

Installed devel/p5-Date-Manip and now things are happy again.
>How-To-Repeat:

>Fix:
cd /usr/ports/net/p5-URI && sudo make install && cd /usr/ports/devel/p5-Date-Manip && sudo make install

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Sep 16 20:20:19 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171692 
Responsible-Changed-From-To: perl->flo 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Sep 17 01:05:58 UTC 2012 
Responsible-Changed-Why:  
Take a guess at which port is meant and reassign. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171692 
State-Changed-From-To: open->closed 
State-Changed-By: flo 
State-Changed-When: Wed Sep 19 16:26:43 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/171692: commit references a PR
Date: Wed, 19 Sep 2012 16:24:09 +0000 (UTC)

 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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
