pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-MLDBM Update of p5-MLDBM to 2.01.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cff3c0cdbf7b
branches:  trunk
changeset: 468940:cff3c0cdbf7b
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Wed Feb 18 00:06:07 2004 +0000

description:
Update of p5-MLDBM to 2.01.

Changes since version 2.0:
==========================

item 2.01  (07 July 2002)

New testing method MLDBM::_compare($a, $b) used in t/*.t
scripts to verify data structures are identical.  In
perl 5.8.0 RC2, the order of hashes changed, making the prior
hard coded test case string comparisons invalid, so created
this more flexible method for testing that should work in
future releases, without relying on specific hash ordering.

diffstat:

 databases/p5-MLDBM/Makefile         |   9 +++++----
 databases/p5-MLDBM/distinfo         |   7 +++----
 databases/p5-MLDBM/patches/patch-aa |  13 -------------
 3 files changed, 8 insertions(+), 21 deletions(-)

diffs (54 lines):

diff -r c8096005d8a4 -r cff3c0cdbf7b databases/p5-MLDBM/Makefile
--- a/databases/p5-MLDBM/Makefile       Tue Feb 17 23:58:52 2004 +0000
+++ b/databases/p5-MLDBM/Makefile       Wed Feb 18 00:06:07 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2003/07/21 16:39:11 martti Exp $
+# $NetBSD: Makefile,v 1.12 2004/02/18 00:06:07 heinz Exp $
 #
 
-DISTNAME=              MLDBM-2.00
-PKGNAME=               p5-MLDBM-2.00
+DISTNAME=              MLDBM-2.01
+PKGNAME=               p5-${DISTNAME}
 SVR4_PKGNAME=          p5mld
 CATEGORIES=            databases perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=MLDBM/}
@@ -13,7 +13,8 @@
 
 DEPENDS+=              {p5-Data-Dumper-[0-9]*,perl>=5.6.1nb2}:${PERL5_PKGSRCDIR}
 
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
+USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/MLDBM/.packlist
 
 post-patch:
diff -r c8096005d8a4 -r cff3c0cdbf7b databases/p5-MLDBM/distinfo
--- a/databases/p5-MLDBM/distinfo       Tue Feb 17 23:58:52 2004 +0000
+++ b/databases/p5-MLDBM/distinfo       Wed Feb 18 00:06:07 2004 +0000
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/18 16:11:02 agc Exp $
+$NetBSD: distinfo,v 1.3 2004/02/18 00:06:08 heinz Exp $
 
-SHA1 (MLDBM-2.00.tar.gz) = f9b500c872b2e639c1e9818b05a95f2deeaf6d16
-Size (MLDBM-2.00.tar.gz) = 8678 bytes
-SHA1 (patch-aa) = fb01765941628c7d9d3c87663eecdc3ff0971719
+SHA1 (MLDBM-2.01.tar.gz) = 01e35634dee973d03a24cc8417587b2fbc5b39d3
+Size (MLDBM-2.01.tar.gz) = 9568 bytes
diff -r c8096005d8a4 -r cff3c0cdbf7b databases/p5-MLDBM/patches/patch-aa
--- a/databases/p5-MLDBM/patches/patch-aa       Tue Feb 17 23:58:52 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2001/04/02 14:33:50 agc Exp $
-
---- lib/MLDBM.pm.orig  Sun May 10 18:06:39 1998
-+++ lib/MLDBM.pm
-@@ -255,7 +255,7 @@
- 
- B<MLDBM> relies on an underlying TIEHASH implementation (usually a
- DBM package), and an underlying serialization package.  The respective
--defaults are B<SDBM_File> and D<Data::Dumper>.  Both of these defaults
-+defaults are B<SDBM_File> and B<Data::Dumper>.  Both of these defaults
- can be changed.  Changing the B<SDBM_File> default is strongly recommended.
- See L<WARNINGS> below.
- 



Home | Main Index | Thread Index | Old Index