Skip site navigation (1)Skip section navigation (2)
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:   ports/133962: [PATCH] devel/p5-Test-Script: update dependency
Message-ID:  <200904240725.n3O7Perf017615@cn1.leeym.com>
Resent-Message-ID: <200904240730.n3O7U2pm071466@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904240725.n3O7Perf017615>