From steve@mouf.net  Thu Apr 26 00:19:32 2012
Return-Path: <steve@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 8CEF8106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 26 Apr 2012 00:19:32 +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 475E98FC1C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 26 Apr 2012 00:19:31 +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 q3Q0JR4T095970
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Wed, 25 Apr 2012 20:19:27 -0400 (EDT)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q3Q0JQo9096642;
	Wed, 25 Apr 2012 20:19:26 -0400 (EDT)
	(envelope-from steve)
Message-Id: <201204260019.q3Q0JQo9096642@meatwad.mouf.net>
Date: Wed, 25 Apr 2012 20:19:26 -0400 (EDT)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: lippe@freebsd.org
Subject: [PATCH] devel/p5-Test-YAML-Meta: correct DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         167307
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Test-YAML-Meta: correct DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 26 00:20:06 UTC 2012
>Closed-Date:    Sat May 19 15:24:53 UTC 2012
>Last-Modified:  Sat May 19 15:24:53 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:
- Avoid use of SITE_PERL in DEPENDS
- Don't use += when not needed

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

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

--- p5-Test-YAML-Meta-0.16.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Test-YAML-Meta/Makefile,v
retrieving revision 1.10
diff -u -u -r1.10 Makefile
--- Makefile	7 Jul 2010 00:17:31 -0000	1.10
+++ Makefile	26 Apr 2012 00:18:36 -0000
@@ -14,10 +14,10 @@
 MAINTAINER=	lippe@FreeBSD.org
 COMMENT=	Validation of the META.yml file in a distribution
 
-BUILD_DEPENDS+=	${SITE_PERL}/Test/YAML/Valid.pm:${PORTSDIR}/devel/p5-Test-YAML-Valid \
-		${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
-		${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage
-RUN_DEPENDS+=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	p5-Test-YAML-Valid>=0:${PORTSDIR}/devel/p5-Test-YAML-Valid \
+		p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
+		p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-Test-YAML-Meta-0.16.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lippe 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Apr 26 00:20:17 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167307 
Responsible-Changed-From-To: lippe->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Fri May 18 02:06:41 UTC 2012 
Responsible-Changed-Why:  
Timeout 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/167307: commit references a PR
Date: Sat, 19 May 2012 15:19:36 +0000 (UTC)

 swills      2012-05-19 15:19:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Test-YAML-Meta Makefile 
   Log:
   - Avoid use of SITE_PERL in DEPENDS
   - Don't use += when not needed
   
   PR:             ports/167307
   Approved by:    maintainer timeout (lippe, >2 weeks)
   
   Revision  Changes    Path
   1.11      +4 -4      ports/devel/p5-Test-YAML-Meta/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"
 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Sat May 19 15:24:52 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167307 
>Unformatted:
