Wed Sep 22 06:09:30 2010 UTC ()
Updating devel/p5-Net-LDAP-Server-Test from 0.8.0.01 to 0.10

pkgsrc changes:
- add license
- adjust download directory

Upstream changes (since 0.08_01 - upstream version of packaged 0.8.0.01):
0.10    15 June 2010
        * ditch the pseudo-sleep() delay in forking child, instead using
          a pipe() check.  Patch from David Leadbeater via
          https://rt.cpan.org/Public/Bug/Display.html?id=56987
        * quiet line noise when primaryGroupID not used. Patch from Ted
          Katseres via https://rt.cpan.org/Public/Bug/Display.html?id=58337

0.09    17 Feb 2010
        * wrap print to $socket handle in {} braces for perl 5.6.x
        * rewrite _sid2string() and _string2sid() with better pack/unpack
          magic. Thanks to David Lowe.

0.08    26 Aug 2009
        * make debugging messages optional with LDAP_DEBUG env var
        * add support for Net::LDAP::Control (specifically,
          Net::LDAP::Control::Paged)


(sno)
diff -r1.4 -r1.5 pkgsrc/devel/p5-Net-LDAP-Server-Test/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Net-LDAP-Server-Test/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/devel/p5-Net-LDAP-Server-Test/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Net-LDAP-Server-Test/Makefile 2010/08/21 16:34:10 1.4
+++ pkgsrc/devel/p5-Net-LDAP-Server-Test/Makefile 2010/09/22 06:09:30 1.5
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1# $NetBSD: Makefile,v 1.4 2010/08/21 16:34:10 seb Exp $ 1# $NetBSD: Makefile,v 1.5 2010/09/22 06:09:30 sno Exp $
2# 2#
3 3
4DISTNAME= Net-LDAP-Server-Test-0.08_01 4DISTNAME= Net-LDAP-Server-Test-0.10
5PKGNAME= p5-Net-LDAP-Server-Test-0.8.0.01 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7CATEGORIES= devel net perl5 6CATEGORIES= devel net perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KA/KARMAN/} 7#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KA/KARMAN/}
 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Net-LDAP-Server-Test/ 11HOMEPAGE= http://search.cpan.org/dist/Net-LDAP-Server-Test/
12COMMENT= Perl 5 module to test Net::LDAP code 12COMMENT= Perl 5 module to test Net::LDAP code
 13LICENSE= ${PERL5_LICENSE}
13 14
14DEPENDS+= p5-Net-LDAP-Server-[0-9]*:../../net/p5-Net-LDAP-Server 15DEPENDS+= p5-Net-LDAP-Server-[0-9]*:../../net/p5-Net-LDAP-Server
15DEPENDS+= p5-perl-ldap-[0-9]*:../../databases/p5-perl-ldap 16DEPENDS+= p5-perl-ldap-[0-9]*:../../databases/p5-perl-ldap
16DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump 17DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump
17 18
18USE_LANGUAGES= # empty 19USE_LANGUAGES= # empty
19PKG_DESTDIR_SUPPORT= user-destdir 20PKG_DESTDIR_SUPPORT= user-destdir
20 21
21PERL5_PACKLIST= auto/Net/LDAP/Server/Test/.packlist 22PERL5_PACKLIST= auto/Net/LDAP/Server/Test/.packlist
22 23
23.include "../../lang/perl5/module.mk" 24.include "../../lang/perl5/module.mk"
24.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Net-LDAP-Server-Test/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Net-LDAP-Server-Test/distinfo 2009/03/07 22:10:47 1.1.1.1
+++ pkgsrc/devel/p5-Net-LDAP-Server-Test/distinfo 2010/09/22 06:09:30 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2009/03/07 22:10:47 seb Exp $ 1$NetBSD: distinfo,v 1.2 2010/09/22 06:09:30 sno Exp $
2 2
3SHA1 (Net-LDAP-Server-Test-0.08_01.tar.gz) = 097b7acbba5374b94fb502b347a7aee446e51d46 3SHA1 (Net-LDAP-Server-Test-0.10.tar.gz) = 8a0c9644bcdb4a748281c80fe3be91367108efd4
4RMD160 (Net-LDAP-Server-Test-0.08_01.tar.gz) = d201f8508c2e5e310b394cc48559640972bce3c6 4RMD160 (Net-LDAP-Server-Test-0.10.tar.gz) = 54033412e69df841bad7f68f26949c957a8a6c4a
5Size (Net-LDAP-Server-Test-0.08_01.tar.gz) = 8337 bytes 5Size (Net-LDAP-Server-Test-0.10.tar.gz) = 11140 bytes