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: ports/165822: [PATCH] net/p5-Net-LDAP-Express: Add missing DEPENDS Message-ID: <201203071614.q27GEc38031459@meatwad.mouf.net> Resent-Message-ID: <201203071620.q27GKA5g042406@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165822 >Category: ports >Synopsis: [PATCH] net/p5-Net-LDAP-Express: 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: Wed Mar 07 16:20:10 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: 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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203071614.q27GEc38031459>