Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Feb 2012 17:53:28 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        vvelox@vvelox.net
Subject:   ports/165513: [PATCH] net/p5-Net-LDAP-LDAPhash: add missing DEPENDS
Message-ID:  <201202272253.q1RMrSTI002106@meatwad.mouf.net>
Resent-Message-ID: <201202272300.q1RN0Lfo057061@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         165513
>Category:       ports
>Synopsis:       [PATCH] net/p5-Net-LDAP-LDAPhash: add missing 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 Feb 27 23:00:20 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 #13 r230974: Fri Feb  3 23:48:36
>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-LDAPhash-1.0.2_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/p5-Net-LDAP-LDAPhash/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	20 Jun 2011 08:37:12 -0000	1.4
+++ Makefile	27 Feb 2012 22:53:16 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Net-LDAP-LDAPhash
 PORTVERSION=	1.0.2
+PORTREVISION=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:VVELOX
@@ -15,6 +16,9 @@
 MAINTAINER=	vvelox@vvelox.net
 COMMENT=	Make a hash out or the return from a search using Net::LDAP::Search
 
+BUILD_DEPENDS=	p5-perl-ldap>=0.39:${PORTSDIR}/net/p5-perl-ldap
+RUN_DEPENDS=	p5-perl-ldap>=0.39:${PORTSDIR}/net/p5-perl-ldap
+
 PERL_CONFIGURE=	yes
 
 MAN3=		Net::LDAP::LDAPhash.3
--- p5-Net-LDAP-LDAPhash-1.0.2_1.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?201202272253.q1RMrSTI002106>