diff options
author | wen <wen@pkgsrc.org> | 2013-05-20 15:09:33 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-05-20 15:09:33 +0000 |
commit | a3f86b0c24f374cca0c41e28dd5d975c2b210e55 (patch) | |
tree | da83d67715d938e1cc208e2452b86c3160cce394 /databases/p5-DBI | |
parent | 46ae943dfd47a2979c3a1dbee519ea43b5358fa4 (diff) | |
download | pkgsrc-a3f86b0c24f374cca0c41e28dd5d975c2b210e55.tar.gz |
Update to 1.627
Upstream changes:
Changes in DBI 1.627 - 16th May 2013
Fixed VERSION regression in DBI::SQL::Nano [Tim Bunce]
Changes in DBI 1.626 - 15th May 2013
Fixed pod text/link was reversed in a few cases RT#85168
[H.Merijn Brand]
Handle aliasing of STORE'd attributes in DBI::DBD::SqlEngine
[Jens Rehsack]
Updated repository URI to git [Jens Rehsack]
Fixed skip() count arg in t/48dbi_dbd_sqlengine.t [Tim Bunce]
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r-- | databases/p5-DBI/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBI/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index 47f20afe719..c57d5e9d70d 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.58 2013/05/02 03:26:57 wen Exp $ +# $NetBSD: Makefile,v 1.59 2013/05/20 15:09:33 wen Exp $ -DISTNAME= DBI-1.625 +DISTNAME= DBI-1.627 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBI/} diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo index 08cae489a84..25119134a2c 100644 --- a/databases/p5-DBI/distinfo +++ b/databases/p5-DBI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.36 2013/05/02 03:26:57 wen Exp $ +$NetBSD: distinfo,v 1.37 2013/05/20 15:09:33 wen Exp $ -SHA1 (DBI-1.625.tar.gz) = 49e8b82c3e8db29f4a6a2b81e3c071121416359b -RMD160 (DBI-1.625.tar.gz) = ced4a6d816fdd98a7a6fac823e728aed86dce1e8 -Size (DBI-1.625.tar.gz) = 596547 bytes +SHA1 (DBI-1.627.tar.gz) = f00851bb32c1a89fbc072b9eff3486991e28558e +RMD160 (DBI-1.627.tar.gz) = ae8f99981678444a63a04e89a0c663c7c14a1493 +Size (DBI-1.627.tar.gz) = 585833 bytes |