diff options
author | obache <obache@pkgsrc.org> | 2007-03-05 15:56:26 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-03-05 15:56:26 +0000 |
commit | 5d8b26d21ec8bd0c294188a376dbb2dd95d4f0bd (patch) | |
tree | 25711990f126d903e8dcefaa63161d79c849af44 /databases/qdbm/Makefile.common | |
parent | 7409fbf550262b83561fc1a0773c7c35221f0987 (diff) | |
download | pkgsrc-5d8b26d21ec8bd0c294188a376dbb2dd95d4f0bd.tar.gz |
Update qdbm and sub packages to 1.8.75.
Changes:
2006-11-10 Mikio Hirabayashi
- The utility API was enhanced.
- A bug related to B+ tree API for Ruby was fixed.
- Release: 1.8.75
Diffstat (limited to 'databases/qdbm/Makefile.common')
-rw-r--r-- | databases/qdbm/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/qdbm/Makefile.common b/databases/qdbm/Makefile.common index 97c64f7c3fb..469532f0ed3 100644 --- a/databases/qdbm/Makefile.common +++ b/databases/qdbm/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.14 2006/11/03 06:07:43 obache Exp $ +# $NetBSD: Makefile.common,v 1.15 2007/03/05 15:56:26 obache Exp $ # DISTNAME= qdbm-${QDBM_VERSION} CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qdbm/} -QDBM_VERSION= 1.8.74 +QDBM_VERSION= 1.8.75 MAINTAINER= obata@lins.jp HOMEPAGE= http://qdbm.sourceforge.net/ |