summaryrefslogtreecommitdiff
path: root/devel/p5-Net-LDAP-Class
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-09-22 06:27:47 +0000
committersno <sno@pkgsrc.org>2010-09-22 06:27:47 +0000
commit1a3259526f69cb8c97939354c5db4330b39109c2 (patch)
tree872a1d6772fac5dc3e2352bee6883616c6454fe9 /devel/p5-Net-LDAP-Class
parent795be07ae493d65270b621b568c750eb31445320 (diff)
downloadpkgsrc-1a3259526f69cb8c97939354c5db4330b39109c2.tar.gz
Updating devel/p5-Net-LDAP-Class from 0.18nb1 to 0.25
pkgsrc changes: - add license - add/adjust dependencies Upstream changes: 0.19 10 Aug 2009 * tweek N::L::C::G::AD per https://rt.cpan.org/Ticket/Display.html?id=48562 * add isa_user() and isa_group() methods to base class per same RT ticket. 0.20 26 Aug 2009 * add Iterator, SimpleIterator and MultiIterator classes and supporting methods. Thanks to Peter Newman for dialogue on the development of the iterator feature. See https://rt.cpan.org/Ticket/Display.html?id=48562 * fix overloading for boolean checks when stringify() evaluates false (emptry string, e.g.) 0.21 26 Aug 2009 * change fetch_secondary_users() in both Group::AD and Group::POSIX to just wrap around secondary_users_iterator(). 0.22 14 Sep 2009 * add pswd_will_expire_localtime to User::AD * remove init_user_class and init_group_class overrides in subclasses, to prevent masking the fact that you must create your own subclass. 0.23 24 Nov 2009 * add explicit unbind() calls in tests per RT #52037 0.24 29 Nov 2009 * flag some AD tests as TODO until the pack/unpack issue with SIDs can be ironed out. It only seems to affect Net::LDAP::Server::Test, not actual AD servers. 0.25 17 Feb 2010 * rewrite of internal _sid2string() and _string2sid() pack/unpack magic. Many thanks to David Lowe for the help.
Diffstat (limited to 'devel/p5-Net-LDAP-Class')
-rw-r--r--devel/p5-Net-LDAP-Class/Makefile15
-rw-r--r--devel/p5-Net-LDAP-Class/distinfo8
2 files changed, 13 insertions, 10 deletions
diff --git a/devel/p5-Net-LDAP-Class/Makefile b/devel/p5-Net-LDAP-Class/Makefile
index 34acd96d1b4..ce57e23aea4 100644
--- a/devel/p5-Net-LDAP-Class/Makefile
+++ b/devel/p5-Net-LDAP-Class/Makefile
@@ -1,21 +1,24 @@
-# $NetBSD: Makefile,v 1.3 2010/08/21 16:34:10 seb Exp $
+# $NetBSD: Makefile,v 1.4 2010/09/22 06:27:47 sno Exp $
#
-DISTNAME= Net-LDAP-Class-0.18
+DISTNAME= Net-LDAP-Class-0.25
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= databases devel net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Net-LDAP-Class/
COMMENT= Perl 5 module providing an object-relational mapper for Net::LDAP
+LICENSE= ${PERL5_LICENSE}
+DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone
+DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump
+DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
+DEPENDS+= p5-Net-LDAP-Batch-[0-9]*:../../devel/p5-Net-LDAP-Batch
DEPENDS+= p5-Rose-Object-[0-9]*:../../devel/p5-Rose-Object
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
+
+BUILD_DEPENDS+= p5-Net-LDAP-Server-Test>=0.09:../../devel/p5-Net-LDAP-Server-Test
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/devel/p5-Net-LDAP-Class/distinfo b/devel/p5-Net-LDAP-Class/distinfo
index 8e2f8883a0c..48296af9e56 100644
--- a/devel/p5-Net-LDAP-Class/distinfo
+++ b/devel/p5-Net-LDAP-Class/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/03/12 04:40:57 seb Exp $
+$NetBSD: distinfo,v 1.2 2010/09/22 06:27:47 sno Exp $
-SHA1 (Net-LDAP-Class-0.18.tar.gz) = 0c129388bce5efa46d57f4de173ec77b7f425a67
-RMD160 (Net-LDAP-Class-0.18.tar.gz) = 63c9c4d29ee789707947729cf20ca59e26f6ea3b
-Size (Net-LDAP-Class-0.18.tar.gz) = 27396 bytes
+SHA1 (Net-LDAP-Class-0.25.tar.gz) = 3d38121c75f5e53985e7a2674b98198d1465ea13
+RMD160 (Net-LDAP-Class-0.25.tar.gz) = b545cc705a8364a53bcc0f244ea9315d0cf68804
+Size (Net-LDAP-Class-0.25.tar.gz) = 34259 bytes