From 1827395754c69b25ac7a87cdc721ce13ca47030a Mon Sep 17 00:00:00 2001 From: mef Date: Mon, 1 Feb 2016 12:25:06 +0000 Subject: [PATCH] Update 0.15 to 016 ------------------ 0.16 2015-09-22T00:17:07Z - Added new abstract class, URI::_odbc, for URIs that use ODBC in `dbi_dsn`. - The `dbi_dsn` method of URI::mssql now returns an ODBC DSN instead of DBD::Sybase, since the latter would require Sybase to build. - URI::sqlserver now inherits from URI::mssql rather than the other way around. - Fixed a bug where a URI with three slashes but no authority part after the first two would incorrectly think the databse name should be an absolute path. That is, in "db:sqlite:///foo.db", the `dbname` value is "foo.db", not "/foo.db". Thanks to Dan Book for the report (issue #8). --- www/p5-URI-db/Makefile | 5 ++--- www/p5-URI-db/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/www/p5-URI-db/Makefile b/www/p5-URI-db/Makefile index 7fd218fb73c33..d92848aed8d24 100644 --- a/www/p5-URI-db/Makefile +++ b/www/p5-URI-db/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2015/06/12 10:52:13 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2016/02/01 12:25:06 mef Exp $ -DISTNAME= URI-db-0.15 +DISTNAME= URI-db-0.16 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} diff --git a/www/p5-URI-db/distinfo b/www/p5-URI-db/distinfo index e9b65f160f97b..00a154fcf46dc 100644 --- a/www/p5-URI-db/distinfo +++ b/www/p5-URI-db/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2015/11/04 02:47:20 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/02/01 12:25:06 mef Exp $ -SHA1 (URI-db-0.15.tar.gz) = ada999c5db9cdd43faf39ac5428620aa28bb0f2b -RMD160 (URI-db-0.15.tar.gz) = 74d89a3700e80412f11208b51a08f88ff2c243d1 -SHA512 (URI-db-0.15.tar.gz) = 9331c3b7da20e1a8a4500f069f34e04459c214147b116386c4413a0a88a55671a8be42285c4a3ddb5eba5d7d8dbfa4527029a7ccf3444193609777756bf8d3bb -Size (URI-db-0.15.tar.gz) = 20521 bytes +SHA1 (URI-db-0.16.tar.gz) = e61736d30d5e7549105cf7c75f86ffc3de69063e +RMD160 (URI-db-0.16.tar.gz) = 7d6d0f6ee264bcb17225ba2fdb776a62c45e5917 +SHA512 (URI-db-0.16.tar.gz) = d955a33d5812d0f25db3f0c2a89e3543e5df8716ef3ddacd5e5a8946b726977396de3f44c24dac146412f5a6eb0b42b8a928ff04703405a2dc95dda5cf7ea60a +Size (URI-db-0.16.tar.gz) = 21113 bytes