From steve@mouf.net  Wed Mar 21 13:54:25 2012
Return-Path: <steve@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id E855B106566B;
	Wed, 21 Mar 2012 13:54:25 +0000 (UTC)
	(envelope-from steve@mouf.net)
Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2])
	by mx1.freebsd.org (Postfix) with ESMTP id A3B598FC15;
	Wed, 21 Mar 2012 13:54:25 +0000 (UTC)
Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236])
	by mouf.net (8.14.4/8.14.4) with ESMTP id q2LDsLdu089883
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Wed, 21 Mar 2012 09:54:22 -0400 (EDT)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q2LDsFp9076737;
	Wed, 21 Mar 2012 09:54:15 -0400 (EDT)
	(envelope-from steve)
Message-Id: <201203211354.q2LDsFp9076737@meatwad.mouf.net>
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: [PATCH] www/p5-Catalyst-Authentication-Store-LDAP: add TEST_DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         166297
>Category:       ports
>Synopsis:       [PATCH] www/p5-Catalyst-Authentication-Store-LDAP: add TEST_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    skv
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 21 14:00:21 UTC 2012
>Closed-Date:    Thu Mar 22 19:53:29 UTC 2012
>Last-Modified:  Thu Mar 22 19:53:29 UTC 2012
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->skv 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Mar 21 14:00:42 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166297 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/166297: commit references a PR
Date: Thu, 22 Mar 2012 19:49:27 +0000 (UTC)

 skv         2012-03-22 19:49:16 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/p5-Catalyst-Authentication-Store-LDAP Makefile 
   Log:
   - add TEST_DEPENDS [1]
   - pass maintainership to perl@
   
   PR:             ports/166297 [1]
   Submitted by:   swills
   Feature safe:   yes
   
   Revision  Changes    Path
   1.13      +5 -2      ports/www/p5-Catalyst-Authentication-Store-LDAP/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: skv 
State-Changed-When: Thu Mar 22 19:53:10 UTC 2012 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166297 
>Unformatted:
