ports/166297: [PATCH] www/p5-Catalyst-Authentication-Store-LDAP: add TEST_DEPENDS

Steve Wills swills at FreeBSD.org
Wed Mar 21 14:00:31 UTC 2012


>Number:         166297
>Category:       ports
>Synopsis:       [PATCH] www/p5-Catalyst-Authentication-Store-LDAP: add 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:   Wed Mar 21 14:00:21 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 #14 r232426: Fri Mar  2 21:54:42
>Description:
- Add TEST_DEPENDS

Port maintainer (skv at FreeBSD.org) is cc'd.

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

--- p5-Catalyst-Authentication-Store-LDAP-1.012.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-Catalyst-Authentication-Store-LDAP/Makefile,v
retrieving revision 1.12
diff -u -u -r1.12 Makefile
--- Makefile	21 Jan 2012 17:37:32 -0000	1.12
+++ Makefile	21 Mar 2012 13:54:02 -0000
@@ -14,9 +14,12 @@
 MAINTAINER=	skv at FreeBSD.org
 COMMENT=	Authentication from an LDAP Directory for Catalyst
 
-BUILD_DEPENDS=	${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \
+BUILD_DEPENDS=	p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \
 		p5-Catalyst-Plugin-Authentication>=0.10003:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
+		p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \
+		p5-Net-LDAP-Server-Test>=0:${PORTSDIR}/net/p5-Net-LDAP-Server-Test
 
 PERL_CONFIGURE=	yes
 
--- p5-Catalyst-Authentication-Store-LDAP-1.012.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list