Skip to content

Commit

Permalink
Update to 1.634
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wen committed Aug 6, 2015
1 parent b7e33d6 commit 85b2086
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions databases/p5-DBI/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand Down
4 changes: 2 additions & 2 deletions databases/p5-DBI/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down
8 changes: 4 additions & 4 deletions databases/p5-DBI/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 85b2086

Please sign in to comment.