From steve@mouf.net  Sun Apr  8 19:18:16 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 028F3106566C;
	Sun,  8 Apr 2012 19:18:16 +0000 (UTC)
	(envelope-from steve@mouf.net)
Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2])
	by mx1.freebsd.org (Postfix) with ESMTP id B21218FC12;
	Sun,  8 Apr 2012 19:18:15 +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 q38JIBjc019765
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Sun, 8 Apr 2012 15:18:11 -0400 (EDT)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q38JI7At010155;
	Sun, 8 Apr 2012 15:18:07 -0400 (EDT)
	(envelope-from steve)
Message-Id: <201204081918.q38JI7At010155@meatwad.mouf.net>
Date: Sun, 8 Apr 2012 15:18:07 -0400 (EDT)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: miwi@freebsd.org
Subject: [PATCH] irc/p5-POE-Component-IRC-Plugin-Bollocks: add missing DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         166762
>Category:       ports
>Synopsis:       [PATCH] irc/p5-POE-Component-IRC-Plugin-Bollocks: add missing 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:   Sun Apr 08 19:20:09 UTC 2012
>Closed-Date:    Tue Apr 10 05:43:04 UTC 2012
>Last-Modified:  Tue Apr 10 05:50:15 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 #17 r233932: Thu Apr  5 22:13:25
>Description:
- Add missing DEPENDS
- Avoid use of SITE_PERL in DEPENDS
- Bump PORTREVISION
- Pet portlint

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-Bollocks-1.00_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	1 May 2009 14:03:32 -0000	1.2
+++ Makefile	8 Apr 2012 19:17:21 -0000
@@ -7,17 +7,18 @@
 
 PORTNAME=	POE-Component-IRC-Plugin-Bollocks
 PORTVERSION=	1.00
+PORTREVISION=	1
 CATEGORIES=	irc perl5 devel
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	miwi@FreeBSD.org
-COMMENT=	A POE::Component::IRC plugin that talks bollocks.
+COMMENT=	A POE::Component::IRC plugin that talks bollocks
 
-BUILD_DEPENDS=	${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
-		${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC
-RUN_DEPENDS=	${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
-		${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC
+BUILD_DEPENDS=	p5-Dev-Bollocks>=0.06:${PORTSDIR}/textproc/p5-Dev-Bollocks \
+		p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC \
+		p5-POE>=0:${PORTSDIR}/devel/p5-POE
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PLIST_SUB=	EXAMPLESDIR="share/examples/${PORTNAME}"
 PERL_CONFIGURE=	yes
--- p5-POE-Component-IRC-Plugin-Bollocks-1.00_1.patch ends here ---

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

http://www.freebsd.org/cgi/query-pr.cgi?pr=166762 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Apr 10 05:43:03 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/166762: commit references a PR
Date: Tue, 10 Apr 2012 05:42:52 +0000 (UTC)

 miwi        2012-04-10 05:42:38 UTC
 
   FreeBSD ports repository
 
   Modified files:
     irc/p5-POE-Component-IRC-Plugin-Bollocks Makefile 
   Log:
   - Add missing DEPENDS
   - Avoid use of SITE_PERL in DEPENDS
   - Bump PORTREVISION
   - Pet portlint
   
   PR:             166762
   Submitted by:   swills@
   
   Revision  Changes    Path
   1.3       +6 -5      ports/irc/p5-POE-Component-IRC-Plugin-Bollocks/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:
