From owner-freebsd-perl@FreeBSD.ORG Tue May 12 19:40:05 2009 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6956B1065670 for ; Tue, 12 May 2009 19:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5797A8FC23 for ; Tue, 12 May 2009 19:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4CJe4OD072167 for ; Tue, 12 May 2009 19:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4CJe4i0072166; Tue, 12 May 2009 19:40:04 GMT (envelope-from gnats) Date: Tue, 12 May 2009 19:40:04 GMT Message-Id: <200905121940.n4CJe4i0072166@freefall.freebsd.org> To: perl@FreeBSD.org From: Mark Linimon Cc: Subject: Re: ports/134379: net/p5-perl-ldap makes no mention of Net::LDAP X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Linimon List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2009 19:40:05 -0000 The following reply was made to PR ports/134379; it has been noted by GNATS. From: Mark Linimon To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/134379: net/p5-perl-ldap makes no mention of Net::LDAP Date: Tue, 12 May 2009 14:34:59 -0500 ----- Forwarded message from Cezary Morga ----- From: Cezary Morga Organization: therekNET To: freebsd-perl@freebsd.org Subject: Re: ports/134379: net/p5-perl-ldap makes no mention of Net::LDAP From the PR: > It is hard to figure out which port installs Net::LDAP. Thre is no port > called p5-Net-LDAP and a ports tree search does not return p5-perl-ldap. That's because the CPAN bundle that contains Net::LDAP is called perl-ldap. But I think the idea to include string Net::LDAP in COMMENT is plausible. --- Makefile.orig 2009-02-18 12:35:51.000000000 +0100 +++ Makefile 2009-05-12 13:49:15.119794747 +0200 @@ -13,7 +13,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= A Client interface to LDAP servers +COMMENT= A Client interface to LDAP servers (includes Net::LDAP family modules) RUN_DEPENDS= ${SITE_PERL}/Convert/ASN1.pm:${PORTSDIR}/converters/p5- Convert-ASN1 \ ${SITE_PERL}/URI/ldap.pm:${PORTSDIR}/net/p5-URI \ -- Pozdrawiam, Cezary Morga ----- End forwarded message -----