summaryrefslogtreecommitdiff
path: root/databases/p5-DB_File/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2014-06-09 18:13:04 +0000
committerschmonz <schmonz@pkgsrc.org>2014-06-09 18:13:04 +0000
commitcef6ea2b1a3065dbf1ca30fdbff7d8873121285c (patch)
treeb9dc2a3016f8d0794907ef6b5d32c33adb328624 /databases/p5-DB_File/Makefile
parentc3af615ddef13bd8b3c8c8d656adf7e3ef0ed2bb (diff)
downloadpkgsrc-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/Makefile5
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/}