ports/89140: [PATCH] devel/p5-Test-MockObject, add required depends

Lars Balker Rasmussen lars at balker.dk
Wed Nov 16 13:50:15 UTC 2005


>Number:         89140
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Test-MockObject, add required depends
>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:   Wed Nov 16 13:50:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Lars Balker Rasmussen
>Release:        FreeBSD 6.0-BETA1 i386
>Organization:
>Environment:
System: FreeBSD lagavulin.balker.org 6.0-BETA1 FreeBSD 6.0-BETA1 #2: Tue
Jul 19 19:30:51 CEST 2005
root\@lagavulin.balker.org:/usr/obj/usr/src/sys/LAGAVULIN i386

>Description:
p5-Test-MockObject did not include any depends, causing the module to simply not work on a vanilla system.  Note that the patch requires ports/89134 and ports/89135 to be resolved first.
>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Test-MockObject/Makefile,v
retrieving revision 1.6
diff -u -a -r1.6 Makefile
--- Makefile	28 Aug 2005 12:18:03 -0000	1.6
+++ Makefile	16 Nov 2005 12:56:56 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Test-MockObject
 PORTVERSION=	1.01
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Test
@@ -14,6 +15,14 @@
 
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Tests remote URLs or local web files
+
+BUILD_DEPENDS=	p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
+		p5-Test-Simple>=0.47:${PORTSDIR}/devel/p5-Test-Simple \
+		p5-UNIVERSAL-can>=1.00:${PORTSDIR}/devel/p5-UNIVERSAL-can \
+		p5-UNIVERSAL-isa>=0.02:${PORTSDIR}/devel/p5-UNIVERSAL-isa \
+		p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
+		p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 INSTALL_TARGET=	pure_install
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list