From leeym@cn1.leeym.com  Fri Apr 24 07:25:45 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 1EBC5106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 24 Apr 2009 07:25:45 +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 E26458FC1B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 24 Apr 2009 07:25:44 +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 n3O7Pe2j017616;
	Fri, 24 Apr 2009 00:25:40 -0700 (PDT)
	(envelope-from leeym@cn1.leeym.com)
Received: (from leeym@localhost)
	by cn1.leeym.com (8.14.2/8.14.2/Submit) id n3O7Perf017615;
	Fri, 24 Apr 2009 00:25:40 -0700 (PDT)
	(envelope-from leeym)
Message-Id: <200904240725.n3O7Perf017615@cn1.leeym.com>
Date: Fri, 24 Apr 2009 00:25:40 -0700 (PDT)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: lth@freebsd.org
Subject: [PATCH] devel/p5-Test-Script: update dependency
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         133962
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Test-Script: update dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lth
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 24 07:30:02 UTC 2009
>Closed-Date:    Fri Apr 24 10:02:41 UTC 2009
>Last-Modified:  Fri Apr 24 10:02:41 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:
- add missing dependency
- bump PORTREVISION

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

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

--- p5-Test-Script-1.03_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Test-Script/Makefile,v
retrieving revision 1.2
diff -u -d -b -w -u -r1.2 Makefile
--- Makefile	2 Mar 2008 21:34:23 -0000	1.2
+++ Makefile	24 Apr 2009 07:25:18 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Test-Script
 PORTVERSION=	1.03
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	Test
@@ -15,8 +16,17 @@
 MAINTAINER=	lth@FreeBSD.org
 COMMENT=	Test::Script - Cross-platform basic tests for scripts
 
+RUN_DEPENDS=	p5-IPC-Run3>=0.034:${PORTSDIR}/devel/p5-IPC-Run3
+BUILD_DEPENDS=	${RUN_DEPENDS}
+
 PERL_CONFIGURE=	yes
 
 MAN3=		Test::Script.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500808
+BUILD_DEPENDS+=	p5-Test-Simple>=0.62:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>
--- p5-Test-Script-1.03_1.patch ends here ---

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

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/133962: commit references a PR
Date: Fri, 24 Apr 2009 10:00:00 +0000 (UTC)

 lth         2009-04-24 09:59:46 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Test-Script Makefile 
   Log:
   update dependency
   
   PR:             ports/133962
   Submitted by:   leeym
   
   Revision  Changes    Path
   1.3       +11 -1     ports/devel/p5-Test-Script/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: lth 
State-Changed-When: Fri Apr 24 10:02:41 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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