pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/46499: [Update]databases/p5-DBIx-Connector:update to 0.52
>Number: 46499
>Category: pkg
>Synopsis: [Update]databases/p5-DBIx-Connector:update to 0.52
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed May 30 08:00:00 +0000 2012
>Originator: wen
>Release: NetBSD-5.1.2
>Organization:
NetBSD
>Environment:
NetBSD nb512.wenjing.com 5.1.2 NetBSD 5.1.2 (GENERIC) #0: Thu Feb 2 17:22:10
UTC 2012
builds%b6.netbsd.org@localhost:/home/builds/ab/netbsd-5-1-2-RELEASE/i386/201202021012Z-obj/home/builds/ab/netbsd-5-1-2-RELEASE/src/sys/arch/i386/compile/GENERIC
i386
>Description:
1 Update to 0.52
ChangeLog: http://cpansearch.perl.org/src/DWHEELER/DBIx-Connector-0.52/Changes
0.52 2012-05-29T18:32:42Z
- The DBI params are now encapsulated in a code reference, rather than
stored as the passed array, so that the password is less likely to be
displayed in a dump. Idea borrowed from Rose::DB. Patch from Brad
Bowman.
- Eliminated warning about the non-portability of a v-string on older
Perls. Thanks to Mark Lawrence for the report (Issue #17).
- Removed a couple of leftover examples of the `catch` feature removed
in v0.50. Thanks to Randy Stauner for the patch!
- Eliminated more "Use of qw(...) as parentheses" syntax errors in tests
when running on Perl 5.17.
- Add mention of DBI Callbacks parameter to the docs, as folks often ask
for this functionality, not realizing that the DBI already provides
it. Randy Stauner.
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/databases/p5-DBIx-Connector/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile 24 Oct 2011 09:36:01 -0000 1.5
+++ Makefile 30 May 2012 07:53:56 -0000
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.5 2011/10/24 09:36:01 hiramatsu Exp $
#
-DISTNAME= DBIx-Connector-0.47
+DISTNAME= DBIx-Connector-0.52
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
@@ -12,6 +12,8 @@ COMMENT= Fast, safe DBI connection and t
LICENSE= ${PERL5_LICENSE}
BUILD_DEPENDS+= p5-Test-MockModule>=0.05:../../devel/p5-Test-MockModule
+BUILD_DEPENDS+= p5-Test-Pod>=1.26:../../devel/p5-Test-Pod
+BUILD_DEPENDS+=
p5-Test-Pod-Coverage>=1.08:../../devel/p5-Test-Pod-Coverage
PKG_DESTDIR_SUPPORT= user-destdir
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/databases/p5-DBIx-Connector/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo 24 Oct 2011 09:36:01 -0000 1.3
+++ distinfo 30 May 2012 07:53:56 -0000
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2011/10/24 09:36:01 hiramatsu Exp $
-SHA1 (DBIx-Connector-0.47.tar.gz) = 1ef9741d09b43b00d4833fb9f73bcb29071d09f6
-RMD160 (DBIx-Connector-0.47.tar.gz) = 23aaf7462fb294cd571dd44e987f939c639e2f8d
-Size (DBIx-Connector-0.47.tar.gz) = 38388 bytes
+SHA1 (DBIx-Connector-0.52.tar.gz) = 4fa9602e31502e3731a7d25b4c93a54e3b4b3be1
+RMD160 (DBIx-Connector-0.52.tar.gz) = 753c3c66b92191e1e56eae1bf9eeee10064c3b96
+Size (DBIx-Connector-0.52.tar.gz) = 35709 bytes
Home |
Main Index |
Thread Index |
Old Index