diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-06-09 18:13:04 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-06-09 18:13:04 +0000 |
commit | cef6ea2b1a3065dbf1ca30fdbff7d8873121285c (patch) | |
tree | b9dc2a3016f8d0794907ef6b5d32c33adb328624 /databases/p5-DB_File/Makefile | |
parent | c3af615ddef13bd8b3c8c8d656adf7e3ef0ed2bb (diff) | |
download | pkgsrc-cef6ea2b1a3065dbf1ca30fdbff7d8873121285c.tar.gz |
Update to 1.831. From the changelog:
* C99 comment is a nogo (RT #90383)
* Memory leaks when failed to open db (RT #89589)
* DB_File uses AutoLoader for no reason (RT #88258)
While here, since I don't see why it's necessary, remove our patch.
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 745141695f9..15db2bcd61b 100644 --- a/databases/p5-DB_File/Makefile +++ b/databases/p5-DB_File/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2014/05/29 23:35:29 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2014/06/09 18:13:04 schmonz Exp $ -DISTNAME= DB_File-1.829 +DISTNAME= DB_File-1.831 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5dfi CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DB_File/} |