summaryrefslogtreecommitdiff
path: root/databases/p5-DBI/buildlink3.mk
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/buildlink3.mk
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/buildlink3.mk')
-rw-r--r--databases/p5-DBI/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
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