ports/166772: [PATCH] textproc/p5-Hailo: Add missing DEPENDS, correct error in TEST_DEPENDS

Steve Wills swills at FreeBSD.org
Mon Apr 9 01:40:15 UTC 2012


>Number:         166772
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Hailo: Add missing DEPENDS, correct error in TEST_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:   Mon Apr 09 01:40:14 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #17 r233932: Thu Apr  5 22:13:25
>Description:
- Add missing DEPENDS
- Add missing TEST_DEPENDS
- Correct error in TEST_DEPENDS
- Bump PORTREVISION

Port maintainer (milki at rescomp.berkeley.edu) is cc'd.

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

--- p5-Hailo-0.70_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Hailo/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	13 Mar 2012 16:15:23 -0000	1.4
+++ Makefile	9 Apr 2012 01:33:17 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Hailo
 PORTVERSION=	0.70
+PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:HINRIK
@@ -31,14 +32,15 @@
 		p5-IO-Interactive>=0.0.6:${PORTSDIR}/devel/p5-IO-Interactive \
 		p5-IPC-System-Simple>=1.21:${PORTSDIR}/devel/p5-IPC-System-Simple \
 		p5-List-MoreUtils>=0.22:${PORTSDIR}/lang/p5-List-MoreUtils \
+		p5-MooseX-StrictConstructor>=0.16:${PORTSDIR}/devel/p5-MooseX-StrictConstructor \
 		p5-MouseX-Getopt>=0.33:${PORTSDIR}/devel/p5-MouseX-Getopt \
 		p5-MouseX-StrictConstructor>=0.02:${PORTSDIR}/devel/p5-MouseX-StrictConstructor \
 		p5-Regexp-Common>=2010010201:${PORTSDIR}/textproc/p5-Regexp-Common \
 		p5-Term-Sk>=0.06:${PORTSDIR}/devel/p5-Term-Sk \
 		p5-namespace-clean>=0.18:${PORTSDIR}/devel/p5-namespace-clean
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-
-TEST_DEPENDS=	p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception \
+TEST_DEPENDS=	p5-DBD-SQLite>=1.29:${PORTSDIR}/databases/p5-DBD-SQLite \
+		p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception \
 		p5-Test-Expect>=0.31:${PORTSDIR}/devel/p5-Test-Expect \
 		p5-Test-Output>=0.16:${PORTSDIR}/devel/p5-Test-Output \
 		p5-Test-Script>=1.07:${PORTSDIR}/devel/p5-Test-Script \
@@ -88,7 +90,7 @@
 .if ${PERL_LEVEL} < 501400
 BUILD_DEPENDS+=	p5-autodie>=2.08:${PORTSDIR}/devel/p5-autodie
 RUN_DEPENDS+=	p5-autodie>=2.08:${PORTSDIR}/devel/p5-autodie
-TEST_DEPENDS+=	p5-Test-More>=0.94:${PORTSDIR}/devel/p5-Test-More
+TEST_DEPENDS+=	p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple
 .endif
 
 .include <bsd.port.post.mk>
--- p5-Hailo-0.70_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list