From leeym@cn1.leeym.com  Fri Apr 24 17:13:28 2009
Return-Path: <leeym@cn1.leeym.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 96887106564A;
	Fri, 24 Apr 2009 17:13:28 +0000 (UTC)
	(envelope-from leeym@cn1.leeym.com)
Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237])
	by mx1.freebsd.org (Postfix) with ESMTP id 63BAD8FC14;
	Fri, 24 Apr 2009 17:13:28 +0000 (UTC)
	(envelope-from leeym@cn1.leeym.com)
Received: from cn1.leeym.com (localhost [127.0.0.1])
	by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id n3OHDR2E035859;
	Fri, 24 Apr 2009 10:13:27 -0700 (PDT)
	(envelope-from leeym@cn1.leeym.com)
Received: (from leeym@localhost)
	by cn1.leeym.com (8.14.2/8.14.2/Submit) id n3OHDRfm035858;
	Fri, 24 Apr 2009 10:13:27 -0700 (PDT)
	(envelope-from leeym)
Message-Id: <200904241713.n3OHDRfm035858@cn1.leeym.com>
Date: Fri, 24 Apr 2009 10:13:27 -0700 (PDT)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: clsung@freebsd.org
Subject: [PATCH] devel/p5-IPC-Run3: simplify dependency
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         133976
>Category:       ports
>Synopsis:       [PATCH] devel/p5-IPC-Run3: simplify dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 24 17:20:04 UTC 2009
>Closed-Date:    Wed May 13 02:30:35 UTC 2009
>Last-Modified:  Wed May 13 02:40:03 UTC 2009
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
>Description:
- simplify dependency
- bump PORTREVISION

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

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-IPC-Run3-0.042_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-IPC-Run3/Makefile,v
retrieving revision 1.18
diff -u -d -b -w -u -r1.18 Makefile
--- Makefile	14 Aug 2008 01:53:45 -0000	1.18
+++ Makefile	24 Apr 2009 17:12:40 -0000
@@ -6,6 +6,7 @@
 
 PORTNAME=	IPC-Run3
 PORTVERSION=	0.042
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,9 +14,6 @@
 MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	Run a subprocess in batch mode
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
-RUN_DEPENDS=	${BUILD_DEPENDS}
-
 PERL_CONFIGURE=	yes
 
 MAN3=		IPC::Run3.3 \
@@ -25,4 +23,11 @@
 		IPC::Run3::ProfPP.3 \
 		IPC::Run3::ProfReporter.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500703
+BUILD_DEPENDS+=	p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
+RUN_DEPENDS+=	p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
+.endif
+
+.include <bsd.port.post.mk>
--- p5-IPC-Run3-0.042_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Apr 24 17:20:14 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133976 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Wed May 13 02:30:33 UTC 2009 
State-Changed-Why:  
Committed. Thank You. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/133976: commit references a PR
Date: Wed, 13 May 2009 02:30:51 +0000 (UTC)

 clsung      2009-05-13 02:30:23 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-IPC-Run3    Makefile 
   Log:
   - simplify dependency
   - bump PORTREVISION
   
   PR:             ports/133976
   Submitted by:   leeym
   
   Revision  Changes    Path
   1.19      +9 -4      ports/devel/p5-IPC-Run3/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:
