diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-11-23 13:59:38 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-11-23 13:59:38 +0000 |
commit | 34499aa4559161b3c7369c7c5230357844a52a7a (patch) | |
tree | b94612f7e92cd76a1d9c4bcd779568bbce59f03b | |
parent | 0d92bd872f0b84a6ef58fdedfda4baf4e732e471 (diff) | |
download | pkgsrc-34499aa4559161b3c7369c7c5230357844a52a7a.tar.gz |
Update to 0.15. From the changelog:
- Added the `canonical_engine` accessor, which returns the canonical
engine name.
- Added `the canonical` method, which will replace the engine name with
its canonical value if it's not already canonical.
- The `dbi_dsn` method of URI::vertica now returns an ODBC DSN instead
of DBD::Pg, since the latter apparently does not work with Verica.
- Added a note to the `dbi_dsn` documentation that query params are
included in the returned value.
-rw-r--r-- | www/p5-URI-db/Makefile | 6 | ||||
-rw-r--r-- | www/p5-URI-db/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-URI-db/Makefile b/www/p5-URI-db/Makefile index 7df4603efb7..f8fad5f653a 100644 --- a/www/p5-URI-db/Makefile +++ b/www/p5-URI-db/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2014/10/09 14:07:12 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/11/23 13:59:38 schmonz Exp $ -DISTNAME= URI-db-0.13 +DISTNAME= URI-db-0.15 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} @@ -10,7 +10,7 @@ COMMENT= Perl extension to provide database URIs HOMEPAGE= http://search.cpan.org/dist/URI-db/ LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-URI-Nested-[0-9]*:../../www/p5-URI-Nested +DEPENDS+= p5-URI-Nested>=0.10:../../www/p5-URI-Nested PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/URI/db/.packlist diff --git a/www/p5-URI-db/distinfo b/www/p5-URI-db/distinfo index a470fc664e5..d47c4a29642 100644 --- a/www/p5-URI-db/distinfo +++ b/www/p5-URI-db/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2014/08/14 14:37:44 wen Exp $ +$NetBSD: distinfo,v 1.3 2014/11/23 13:59:38 schmonz Exp $ -SHA1 (URI-db-0.13.tar.gz) = b39fcd93f299d96093a0110f16208c1fb623f0d9 -RMD160 (URI-db-0.13.tar.gz) = aa7b6ccbb72bc94839745affb5015c9cf1ef78df -Size (URI-db-0.13.tar.gz) = 18867 bytes +SHA1 (URI-db-0.15.tar.gz) = ada999c5db9cdd43faf39ac5428620aa28bb0f2b +RMD160 (URI-db-0.15.tar.gz) = 74d89a3700e80412f11208b51a08f88ff2c243d1 +Size (URI-db-0.15.tar.gz) = 20521 bytes |