From steve@mouf.net  Wed Mar  7 16:14:55 2012
Return-Path: <steve@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D301A106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 Mar 2012 16:14:55 +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 794AF8FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  7 Mar 2012 16:14:55 +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 q27GEm86050975
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Wed, 7 Mar 2012 11:14:49 -0500 (EST)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q27GEc38031459;
	Wed, 7 Mar 2012 11:14:38 -0500 (EST)
	(envelope-from steve)
Message-Id: <201203071614.q27GEc38031459@meatwad.mouf.net>
Date: Wed, 7 Mar 2012 11:14:38 -0500 (EST)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: vvelox@vvelox.net
Subject: [PATCH] net/p5-Net-LDAP-Express: Add missing DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify: vvelox@vvelox.net

>Number:         165822
>Category:       ports
>Synopsis:       [PATCH] net/p5-Net-LDAP-Express: Add missing DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 07 16:20:10 UTC 2012
>Closed-Date:    Mon Apr 09 22:26:09 UTC 2012
>Last-Modified:  Mon Apr  9 22:30:12 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:
see patch

Port maintainer (vvelox@vvelox.net) is cc'd.

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

--- p5-Net-LDAP-Express-0.11_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/p5-Net-LDAP-Express/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	10 Mar 2008 11:32:06 -0000	1.1
+++ Makefile	7 Mar 2012 16:14:19 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Net-LDAP-Express
 PORTVERSION=	0.11
+PORTREVISION=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,6 +15,9 @@
 MAINTAINER=	vvelox@vvelox.net
 COMMENT=	A module to simplify connecting up to a LDAP server
 
+BUILD_DEPENDS=	p5-perl-ldap>=0.23:${PORTSDIR}/net/p5-perl-ldap
+RUN_DEPENS:=	${BUILD_DEPENDS}
+
 PERL_CONFIGURE=	yes
 
 MAN3=		Net::LDAP::Express.3
--- p5-Net-LDAP-Express-0.11_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Mar 7 16:20:20 UTC 2012 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165822 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Mar 7 16:20:24 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: vvelox@vvelox.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/165822: [PATCH] net/p5-Net-LDAP-Express: Add missing DEPENDS
Date: Wed, 7 Mar 2012 16:20:22 UT

 Maintainer of net/p5-Net-LDAP-Express,
 
 Please note that PR ports/165822 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165822
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: perl->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Wed Mar 14 03:07:33 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165822 
State-Changed-From-To: feedback->closed 
State-Changed-By: swills 
State-Changed-When: Mon Apr 9 22:26:08 UTC 2012 
State-Changed-Why:  
Committed. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165822: commit references a PR
Date: Mon,  9 Apr 2012 22:26:07 +0000 (UTC)

 swills      2012-04-09 22:25:54 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/p5-Net-LDAP-Express Makefile 
   Log:
   - Add missing DEPENDS
   - Bump PORTREVISION
   
   PR:             ports/165822
   Approved by:    maintainer timeout (vvelox@vvelox.net, >1 month)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.2       +4 -0      ports/net/p5-Net-LDAP-Express/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"
 
>Unformatted:
