summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-XBase/Makefile
diff options
context:
space:
mode:
authorsalo <salo>2004-01-01 15:37:54 +0000
committersalo <salo>2004-01-01 15:37:54 +0000
commit3be8944a44be9610502607fa3f788dc2b9f3133f (patch)
treee9527deed64d26afa730c08f64e72103edde0935 /databases/p5-DBD-XBase/Makefile
parentfcef31798f3481dc5a41d0985332a1fcf3c00ee6 (diff)
downloadpkgsrc-3be8944a44be9610502607fa3f788dc2b9f3133f.tar.gz
Update to version 0.241.
Changes: 0.241: ====== - XBase: codepage option to XBase->create added, suggested by Chris Greenhill. 0.240: ====== - XBase: delete_record/undelete_record now corrctly returns false when the delete fails, problem reported by Boris Kocak. 0.234: ====== - Added test to Makefile.PL and note to INSTALL about case insensitive clash with Xbase.pm, suggested by Michael Higgins and Jan from AS. - Added documentation / comments about datetime, suggested by John Freed. - Xbase: Added the recompute_lastrecno parameter, suggested by Kevin J. Rice. Added EOF to create, suggested by Ilya Sandler.
Diffstat (limited to 'databases/p5-DBD-XBase/Makefile')
-rw-r--r--databases/p5-DBD-XBase/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-XBase/Makefile b/databases/p5-DBD-XBase/Makefile
index 7718cffca8d..dc3badb11d0 100644
--- a/databases/p5-DBD-XBase/Makefile
+++ b/databases/p5-DBD-XBase/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2003/07/21 16:39:07 martti Exp $
+# $NetBSD: Makefile,v 1.4 2004/01/01 15:37:54 salo Exp $
#
-DISTNAME= DBD-XBase-0.232
+DISTNAME= DBD-XBase-0.241
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5xbs
CATEGORIES= databases perl5