From steve@meatwad.mouf.net  Sat Jun 16 01:28:55 2012
Return-Path: <steve@meatwad.mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 63642106564A;
	Sat, 16 Jun 2012 01:28:55 +0000 (UTC)
	(envelope-from steve@meatwad.mouf.net)
Received: from meatwad.mouf.net (unknown [IPv6:2001:470:8:58f:21f:d0ff:feaf:1a4c])
	by mx1.freebsd.org (Postfix) with ESMTP id 0EE788FC14;
	Sat, 16 Jun 2012 01:28:54 +0000 (UTC)
Received: from meatwad.mouf.net (localhost [127.0.0.1])
	by meatwad.mouf.net (8.14.5/8.14.5) with ESMTP id q5G1Ssa5089695;
	Fri, 15 Jun 2012 21:28:54 -0400 (EDT)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q5G1Ss3u089685;
	Fri, 15 Jun 2012 21:28:54 -0400 (EDT)
	(envelope-from steve)
Message-Id: <201206160128.q5G1Ss3u089685@meatwad.mouf.net>
Date: Fri, 15 Jun 2012 21:28:54 -0400 (EDT)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: lippe@freebsd.org
Subject: [PATCH] devel/p5-Devel-SimpleTrace: Dependency fixes
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         169133
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Devel-SimpleTrace: Dependency fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lippe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 16 01:30:01 UTC 2012
>Closed-Date:    Fri Jun 22 19:36:14 UTC 2012
>Last-Modified:  Fri Jun 22 19:40: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 #1 r236694: Wed Jun  6 20:39:31
>Description:
- Avoid SITE_PERL in BUILD_DEPENDS
- Use := for RUN_DEPENDS to expand value before assigning (avoids issues with manipulating RUN_DEPENDS in Mk/*)

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

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

--- p5-Devel-SimpleTrace-0.08.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Devel-SimpleTrace/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	5 Apr 2012 19:10:26 -0000	1.7
+++ Makefile	16 Jun 2012 01:27:52 -0000
@@ -16,8 +16,8 @@
 
 PERL_CONFIGURE=	yes
 
-BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper
-RUN_DEPENDS+=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 MAN3=		Devel::SimpleTrace.3
 
--- p5-Devel-SimpleTrace-0.08.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lippe 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Jun 16 01:58:51 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169133 
State-Changed-From-To: open->closed 
State-Changed-By: lippe 
State-Changed-When: Fri Jun 22 19:36:13 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169133: commit references a PR
Date: Fri, 22 Jun 2012 19:36:04 +0000 (UTC)

 lippe       2012-06-22 19:35:50 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Devel-SimpleTrace Makefile 
   Log:
   - Avoid SITE_PERL in BUILD_DEPENDS
   
   PR:     ports/169133
   Submitted by:   swills@
   
   Revision  Changes    Path
   1.8       +2 -2      ports/devel/p5-Devel-SimpleTrace/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:
