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)
This commit is contained in:
parent
968c86f9e7
commit
e04bfe9eed
2 changed files with 10 additions and 9 deletions
|
@ -1,15 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.4 2010/08/21 16:34:10 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2010/09/22 06:09:30 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Net-LDAP-Server-Test-0.08_01
|
||||
PKGNAME= p5-Net-LDAP-Server-Test-0.8.0.01
|
||||
PKGREVISION= 1
|
||||
DISTNAME= Net-LDAP-Server-Test-0.10
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KA/KARMAN/}
|
||||
#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KA/KARMAN/}
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Net-LDAP-Server-Test/
|
||||
COMMENT= Perl 5 module to test Net::LDAP code
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-Net-LDAP-Server-[0-9]*:../../net/p5-Net-LDAP-Server
|
||||
DEPENDS+= p5-perl-ldap-[0-9]*:../../databases/p5-perl-ldap
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/03/07 22:10:47 seb Exp $
|
||||
$NetBSD: distinfo,v 1.2 2010/09/22 06:09:30 sno Exp $
|
||||
|
||||
SHA1 (Net-LDAP-Server-Test-0.08_01.tar.gz) = 097b7acbba5374b94fb502b347a7aee446e51d46
|
||||
RMD160 (Net-LDAP-Server-Test-0.08_01.tar.gz) = d201f8508c2e5e310b394cc48559640972bce3c6
|
||||
Size (Net-LDAP-Server-Test-0.08_01.tar.gz) = 8337 bytes
|
||||
SHA1 (Net-LDAP-Server-Test-0.10.tar.gz) = 8a0c9644bcdb4a748281c80fe3be91367108efd4
|
||||
RMD160 (Net-LDAP-Server-Test-0.10.tar.gz) = 54033412e69df841bad7f68f26949c957a8a6c4a
|
||||
Size (Net-LDAP-Server-Test-0.10.tar.gz) = 11140 bytes
|
||||
|
|
Loading…
Reference in a new issue