Skip to content

Commit

Permalink
Update 0.15 to 016
Browse files Browse the repository at this point in the history
------------------
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).
  • Loading branch information
mef committed Feb 1, 2016
1 parent 037d003 commit 1827395
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions www/p5-URI-db/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand Down
10 changes: 5 additions & 5 deletions www/p5-URI-db/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1827395

Please sign in to comment.