From root@distalzou.net  Sat Dec 20 16:53:16 2008
Return-Path: <root@distalzou.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 829C6106564A;
	Sat, 20 Dec 2008 16:53:16 +0000 (UTC)
	(envelope-from root@distalzou.net)
Received: from mail.distalzou.net (203.141.139.231.static.zoot.jp [203.141.139.231])
	by mx1.freebsd.org (Postfix) with ESMTP id 08FC08FC12;
	Sat, 20 Dec 2008 16:53:15 +0000 (UTC)
	(envelope-from root@distalzou.net)
Received: from root by mail.distalzou.net with local (Exim 4.69 (FreeBSD))
	(envelope-from <root@distalzou.net>)
	id 1LE4VJ-00073J-VF; Sun, 21 Dec 2008 01:16:37 +0900
Message-Id: <E1LE4VJ-00073J-VF@mail.distalzou.net>
Date: Sun, 21 Dec 2008 01:16:37 +0900
From: Tod McQuillin <devin@spamcop.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: miwi@FreeBSD.org
Subject: [PATCH] irc/p5-POE-Component-IRC: [Add missing dependency]
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         129791
>Category:       ports
>Synopsis:       [PATCH] irc/p5-POE-Component-IRC: [Add missing dependency]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 20 17:00:07 UTC 2008
>Closed-Date:    Mon Dec 22 21:39:55 UTC 2008
>Last-Modified:  Mon Dec 22 21:50:01 UTC 2008
>Originator:     Tod McQuillin
>Release:        FreeBSD 6.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD plexi.pun-pun.prv 6.4-STABLE FreeBSD 6.4-STABLE #0: Sat Dec 20 23:13:14 JST 2008
>Description:
Recent versions of POE::Component::IRC depend at runtime on
POE::Component::Pluggable, but this dependendy is not noted
in the port Makefile.

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

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
Install and use POE::Component::IRC on a system which does not
have POE::Component::Pluggable installed, run a perl script which
uses POE::Component::IRC  and note the following error message:

Base class package "POE::Component::Pluggable" is empty.
    (Perhaps you need to 'use' the module which defines that package first.)
 at /usr/local/lib/perl5/site_perl/5.8.8/POE/Component/IRC.pm line 17
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.8/POE/Component/IRC.pm line 17.
Compilation failed in require at ./shortenbot.pl line 7.
BEGIN failed--compilation aborted at ./shortenbot.pl line 7.

>Fix:

--- p5-POE-Component-IRC-5.88_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /usr/src/cvs-repo/ports/irc/p5-POE-Component-IRC/Makefile,v
retrieving revision 1.47
diff -u -u -r1.47 Makefile
--- Makefile	30 Aug 2008 20:17:43 -0000	1.47
+++ Makefile	20 Dec 2008 16:14:15 -0000
@@ -8,6 +8,7 @@
 
 PORTNAME=	POE-Component-IRC
 PORTVERSION=	5.88
+PORTREVISION=	1
 CATEGORIES=	irc devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -19,7 +20,8 @@
 		p5-POE-Filter-IRCD>=1.7:${PORTSDIR}/irc/p5-POE-Filter-IRCD \
 		${SITE_PERL}/POE/Component/Client/DNS.pm:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \
 		${SITE_PERL}/POE/Component/Client/Ident.pm:${PORTSDIR}/net/p5-POE-Component-Client-Ident \
-		${SITE_PERL}/POE/Component/SSLify.pm:${PORTSDIR}/security/p5-POE-Component-SSLify
+		${SITE_PERL}/POE/Component/SSLify.pm:${PORTSDIR}/security/p5-POE-Component-SSLify \
+		${SITE_PERL}/POE/Component/Pluggable.pm:${PORTSDIR}/devel/p5-POE-Component-Pluggable
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
--- p5-POE-Component-IRC-5.88_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Dec 20 17:00:16 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129791 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Dec 22 21:39:54 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/129791: commit references a PR
Date: Mon, 22 Dec 2008 21:40:00 +0000 (UTC)

 miwi        2008-12-22 21:39:46 UTC
 
   FreeBSD ports repository
 
   Modified files:
     irc/p5-POE-Component-IRC Makefile 
   Log:
   - Add missing dependency
   
   PR:             129791
   Submitted by:   Tod McQuillin <devin@spamcop.net>
   
   Revision  Changes    Path
   1.48      +3 -1      ports/irc/p5-POE-Component-IRC/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:
