From steve@mouf.net  Thu Mar  1 18:52:57 2012
Return-Path: <steve@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E1975106566B;
	Thu,  1 Mar 2012 18:52:57 +0000 (UTC)
	(envelope-from steve@mouf.net)
Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2])
	by mx1.freebsd.org (Postfix) with ESMTP id 9D3D78FC1F;
	Thu,  1 Mar 2012 18:52:57 +0000 (UTC)
Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236])
	by mouf.net (8.14.4/8.14.4) with ESMTP id q21IqrOF082455
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Thu, 1 Mar 2012 13:52:53 -0500 (EST)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q21Iqnno070786;
	Thu, 1 Mar 2012 13:52:49 -0500 (EST)
	(envelope-from steve)
Message-Id: <201203011852.q21Iqnno070786@meatwad.mouf.net>
Date: Thu, 1 Mar 2012 13:52:49 -0500 (EST)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: miwi@freebsd.org
Subject: [PATCH] irc/p5-POE-Component-IRC-Plugin-RSS-Headlines: correct DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         165591
>Category:       ports
>Synopsis:       [PATCH] irc/p5-POE-Component-IRC-Plugin-RSS-Headlines: correct DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 01 19:00:24 UTC 2012
>Closed-Date:    Sat Mar 17 04:25:05 UTC 2012
>Last-Modified:  Sat Mar 17 04:30:12 UTC 2012
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb  3 23:48:36
>Description:
see patch, module passes tests and works now

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

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-POE-Component-IRC-Plugin-RSS-Headlines-1.08_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	1 May 2009 14:09:21 -0000	1.2
+++ Makefile	1 Mar 2012 18:52:20 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	POE-Component-IRC-Plugin-RSS-Headlines
 PORTVERSION=	1.08
+PORTREVISION=	1
 CATEGORIES=	irc perl5 devel
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,12 +15,12 @@
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	A POE::Component::IRC plugin that provides RSS headline retrieval
 
-BUILD_DEPENDS=	${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
-		${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC \
-		p5-POE-Component-Client-DNS>=1.00:${PORTSDIR}/dns/p5-POE-Component-Client-DNS
-RUN_DEPENDS=	${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
-		${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC \
-		p5-POE-Component-Client-DNS>=1.00:${PORTSDIR}/dns/p5-POE-Component-Client-DNS
+BUILD_DEPENDS=	p5-POE>=1.004:${PORTSDIR}/devel/p5-POE \
+		p5-POE-Component-IRC>=5.07:${PORTSDIR}/irc/p5-POE-Component-IRC \
+		p5-POE-Component-Client-HTTP>=0.73:${PORTSDIR}/www/p5-POE-Component-Client-HTTP \
+		p5-XML-RSS>=1.1:${PORTSDIR}/textproc/p5-XML-RSS \
+		p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PLIST_SUB=	EXAMPLESDIR="share/examples/${PORTNAME}"
 PERL_CONFIGURE=	yes
--- p5-POE-Component-IRC-Plugin-RSS-Headlines-1.08_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Mar 1 19:00:43 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165591 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Mar 17 04:25:04 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165591: commit references a PR
Date: Sat, 17 Mar 2012 04:25:11 +0000 (UTC)

 miwi        2012-03-17 04:24:58 UTC
 
   FreeBSD ports repository
 
   Modified files:
     irc/p5-POE-Component-IRC-Plugin-RSS-Headlines Makefile 
   Log:
   - Correct DEPENDS
   
   PR:             165591
   Submitted by:   swills@
   Feature safe:   yes
   
   Revision  Changes    Path
   1.3       +11 -6     ports/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/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:
