pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel Fix the dependency on p5-perl-ldap to use the co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/932b180bad9e
branches:  trunk
changeset: 556737:932b180bad9e
user:      he <he%pkgsrc.org@localhost>
date:      Sat Apr 04 12:41:13 2009 +0000

description:
Fix the dependency on p5-perl-ldap to use the correct directory.
Fixes a build problem, so no revision bump.

OK'ed by wiz@

diffstat:

 devel/p5-Net-LDAP-Batch/Makefile |  4 ++--
 devel/p5-Net-LDAP-Class/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 0e8d78f831b0 -r 932b180bad9e devel/p5-Net-LDAP-Batch/Makefile
--- a/devel/p5-Net-LDAP-Batch/Makefile  Sat Apr 04 12:16:45 2009 +0000
+++ b/devel/p5-Net-LDAP-Batch/Makefile  Sat Apr 04 12:41:13 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/03/12 04:54:54 seb Exp $
+# $NetBSD: Makefile,v 1.4 2009/04/04 12:41:13 he Exp $
 #
 
 DISTNAME=      Net-LDAP-Batch-0.02
@@ -12,7 +12,7 @@
 COMMENT=       Perl 5 module to perform a batch of LDAP actions
 
 DEPENDS+=      p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
-DEPENDS+=      p5-perl-ldap-[0-9]*:../../databases/p5-perl-LDAP
+DEPENDS+=      p5-perl-ldap-[0-9]*:../../databases/p5-perl-ldap
 BUILD_DEPENDS+=        p5-Net-LDAP-Server-Test>=0.4:../../devel/p5-Net-LDAP-Server-Test
 
 USE_LANGUAGES=         # empty
diff -r 0e8d78f831b0 -r 932b180bad9e devel/p5-Net-LDAP-Class/Makefile
--- a/devel/p5-Net-LDAP-Class/Makefile  Sat Apr 04 12:16:45 2009 +0000
+++ b/devel/p5-Net-LDAP-Class/Makefile  Sat Apr 04 12:41:13 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/03/12 04:40:57 seb Exp $
+# $NetBSD: Makefile,v 1.2 2009/04/04 12:41:13 he Exp $
 #
 
 DISTNAME=      Net-LDAP-Class-0.18
@@ -11,7 +11,7 @@
 COMMENT=       Perl 5 module providing an object-relational mapper for Net::LDAP
 
 DEPENDS+=      p5-Rose-Object-[0-9]*:../../devel/p5-Rose-Object
-DEPENDS+=      p5-perl-ldap-[0-9]*:../../databases/p5-perl-LDAP
+DEPENDS+=      p5-perl-ldap-[0-9]*:../../databases/p5-perl-ldap
 DEPENDS+=      p5-Net-LDAP-Batch-[0-9]*:../../devel/p5-Net-LDAP-Batch
 DEPENDS+=      p5-Clone-[0-9]*:../../devel/p5-Clone
 BUILD_DEPENDS+=        p5-Net-LDAP-Server-Test>=0.8.0.01:../../devel/p5-Net-LDAP-Server-Test



Home | Main Index | Thread Index | Old Index