Date: Wed, 21 Mar 2012 09:54:15 -0400 (EDT) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: skv@FreeBSD.org Subject: ports/166297: [PATCH] www/p5-Catalyst-Authentication-Store-LDAP: add TEST_DEPENDS Message-ID: <201203211354.q2LDsFp9076737@meatwad.mouf.net> Resent-Message-ID: <201203211400.q2LE0LlH036653@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203211354.q2LDsFp9076737>