summaryrefslogtreecommitdiff
path: root/databases/p5-BerkeleyDB/Makefile
diff options
context:
space:
mode:
authorobache <obache>2007-06-10 08:18:35 +0000
committerobache <obache>2007-06-10 08:18:35 +0000
commitc08cbf970cc5c99230d863c9e3922354b8c57d2a (patch)
tree021a0dbaead8d372371ca3fbce70eb59299973c7 /databases/p5-BerkeleyDB/Makefile
parent9bf4e8334c1baa1abe915861b8b79875b74bbdf8 (diff)
downloadpkgsrc-c08cbf970cc5c99230d863c9e3922354b8c57d2a.tar.gz
Update p5-BerkeleyDB to 0.31.
Patch provided by Mark E. Perkins in PR 36465. 0.31 15th Oct 2006 * Fixed DB_GET_BOTH. Tnanks to Thomas Drugeon for spotting the typo in typemap and supplying a regression test for this fix. 0.30 11th Sept 2006 * Fixed queue test harness for Berkeley DB 4.5 compliance * Added $env->lsn_reset, $txn->set_timeout, $env->set_timeout & $env->get_timeout, $txn->set_tx_max, $txn->get_tx_max 0.29 2nd July 2006 * Fixes for cursor get from secondary where primary os recno. * Added db_compact 0.28 11th June 2006 * Fixes for secondary where primary is recno. * GET_BOTH_RANGE wasn't working. It is now. * Added FreeBSD hints to README - patch supplied by David Landgren in #17675 from rt.cpan.org
Diffstat (limited to 'databases/p5-BerkeleyDB/Makefile')
-rw-r--r--databases/p5-BerkeleyDB/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/p5-BerkeleyDB/Makefile b/databases/p5-BerkeleyDB/Makefile
index 394329aa53f..62cb424053d 100644
--- a/databases/p5-BerkeleyDB/Makefile
+++ b/databases/p5-BerkeleyDB/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2007/06/08 13:11:53 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2007/06/10 08:18:35 obache Exp $
#
-DISTNAME= BerkeleyDB-0.27
+DISTNAME= BerkeleyDB-0.31
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5bdb
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=BerkeleyDB/}