diff options
author | rhaen <rhaen@pkgsrc.org> | 2012-01-26 15:16:05 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2012-01-26 15:16:05 +0000 |
commit | cfeca221bc2468f548b4f0a397fa6fca4665c095 (patch) | |
tree | 17def73d7fc97e593fead7f850f3e23e2236727b /databases/p5-DB_File/Makefile | |
parent | 0a1b4d6688e1a556a1274dc263b44745c32dee63 (diff) | |
download | pkgsrc-cfeca221bc2468f548b4f0a397fa6fca4665c095.tar.gz |
Updated to 1.826
Changes:
1.826 25 Jan 2012
* t/db-btree.t - fix use of "length @array"
[RT ##74336]
1.825 24 Jan 2012
* t/db-btree.t - fix use of "length @array"
[RT ##74336]
Diffstat (limited to 'databases/p5-DB_File/Makefile')
-rw-r--r-- | databases/p5-DB_File/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/p5-DB_File/Makefile b/databases/p5-DB_File/Makefile index 834053eda43..bf669002324 100644 --- a/databases/p5-DB_File/Makefile +++ b/databases/p5-DB_File/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2012/01/18 13:49:23 adam Exp $ +# $NetBSD: Makefile,v 1.32 2012/01/26 15:16:05 rhaen Exp $ -DISTNAME= DB_File-1.824 +DISTNAME= DB_File-1.826 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5dfi CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DB_File/} |