summaryrefslogtreecommitdiff
path: root/databases/p5-DBI
diff options
context:
space:
mode:
authorwen <wen>2015-08-06 02:13:57 +0000
committerwen <wen>2015-08-06 02:13:57 +0000
commit3c79bd235b21aa485abbf1227975e0411439c8d9 (patch)
tree6d099c884f8718b2bb9e361d674294ccf489aff5 /databases/p5-DBI
parent29d9b3c87b1fe0849400ee5e4669a9cf2f316d8e (diff)
downloadpkgsrc-3c79bd235b21aa485abbf1227975e0411439c8d9.tar.gz
Update to 1.634
Upstream changes: Changes in DBI 1.634 - 3rd August 2015 Enabled strictures on all modules (Jose Luis Perez Diez) #22 Note that this might cause new exceptions in existing code. Please take time for extra testing before deploying to production. Improved handling of row counts for compiled drivers and enable them to return larger row counts (IV type) by defining new *_iv macros. Fixed quote_identifier that was adding a trailing separator when there was only a catalog (Martin J. Evans) Removed redundant keys() call in fetchall_arrayref with hash slice (ilmari) #24 Corrected pod xref to Placeholders section (Matthew D. Fuller) Corrected pod grammar (Nick Tonkin) #25 Added support for tables('', '', '', '%') special case (Martin J. Evans) Added support for DBD prefixes with numbers (Jens Rehsack) #19 Added extra initializer for DBI::DBD::SqlEngine based DBD's (Jens Rehsack) Added Memory Leaks section to the DBI docs (Tim) Added Artistic v1 & GPL v1 LICENSE file (Jose Luis Perez Diez) #21
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r--databases/p5-DBI/Makefile5
-rw-r--r--databases/p5-DBI/buildlink3.mk4
-rw-r--r--databases/p5-DBI/distinfo8
3 files changed, 8 insertions, 9 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile
index b722935be13..96430bd7530 100644
--- a/databases/p5-DBI/Makefile
+++ b/databases/p5-DBI/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2015/06/12 10:48:20 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2015/08/06 02:13:57 wen Exp $
-DISTNAME= DBI-1.633
+DISTNAME= DBI-1.634
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBI/}
diff --git a/databases/p5-DBI/buildlink3.mk b/databases/p5-DBI/buildlink3.mk
index b4909f4db2d..21f54f4901b 100644
--- a/databases/p5-DBI/buildlink3.mk
+++ b/databases/p5-DBI/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.18 2015/06/12 10:48:20 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.19 2015/08/06 02:13:57 wen Exp $
BUILDLINK_TREE+= p5-DBI
@@ -8,7 +8,7 @@ P5_DBI_BUILDLINK3_MK:=
. include "../../mk/bsd.fast.prefs.mk"
BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.612
-BUILDLINK_ABI_DEPENDS.p5-DBI?= p5-DBI>=1.633nb1
+BUILDLINK_ABI_DEPENDS.p5-DBI?= p5-DBI>=1.634
BUILDLINK_PKGSRCDIR.p5-DBI?= ../../databases/p5-DBI
BUILDLINK_INCDIRS.p5-DBI?= ${PERL5_SUB_INSTALLVENDORARCH}/auto/DBI
diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo
index da4c9bdfba1..ceb64f6818c 100644
--- a/databases/p5-DBI/distinfo
+++ b/databases/p5-DBI/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.42 2015/01/14 13:09:29 wiz Exp $
+$NetBSD: distinfo,v 1.43 2015/08/06 02:13:57 wen Exp $
-SHA1 (DBI-1.633.tar.gz) = b42bd20708c4bfc10dcf898b0148aef1c1ff02ff
-RMD160 (DBI-1.633.tar.gz) = 587e9f8fdac35b508ddacbd261a4084ee44bfd59
-Size (DBI-1.633.tar.gz) = 592307 bytes
+SHA1 (DBI-1.634.tar.gz) = bfb6f79b57639b4287bdfb68e33510a42c81c595
+RMD160 (DBI-1.634.tar.gz) = 40a3e38306bf65943e2c3c0118f3aa6e8b514bc6
+Size (DBI-1.634.tar.gz) = 595020 bytes