pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/p5-DBIx-Class Update from version 0.08112 to...
details: https://anonhg.NetBSD.org/pkgsrc/rev/78cb879a4525
branches: trunk
changeset: 567486:78cb879a4525
user: seb <seb%pkgsrc.org@localhost>
date: Wed Nov 18 21:31:50 2009 +0000
description:
Update from version 0.08112 to version 0.08114.
Pkgsrc changes:
- Adjust dependencies.
- Remove optional dependency on databases/p5-SQL-Translator, as
SQL::Translator it is a rather heavy and unperly (wrt to its own
dependencies) and only really needed for DBIx::Class authors.
Upstream changes:
0.08114 2009-11-14 17:45:00 (UTC)
- Preliminary support for MSSQL via DBD::ADO
- Fix botched 0.08113 release (invalid tarball)
0.08113 2009-11-13 23:13:00 (UTC)
- Fix populate with has_many bug
(RT #50828)
- Fix Oracle autoincrement broken for Resultsets with scalar refs
(RT #50874)
- Complete Sybase RDBMS support including:
- Support for TEXT/IMAGE columns
- Support for the 'money' datatype
- Transaction savepoints support
- DateTime inflation support
- Support for bind variables when connecting to a newer Sybase with
OpenClient libraries
- Support for connections via FreeTDS with CASTs for bind variables
when needed
- Support for interpolated variables with proper quoting when
connecting to an older Sybase and/or via FreeTDS
- bulk API support for populate()
- Transaction support for MSSQL via DBD::Sybase
- Add is_paged method to DBIx::Class::ResultSet so that we can
check that if we want a pager
- Skip versioning test on really old perls lacking Time::HiRes
(RT #50209)
- Fixed on_connect_do/call regression when used with a coderef
connector (RT #50003)
- A couple of fixes to Ordered to remedy subclassing issues
- Fixed another lingering problem with PostgreSQL
auto-increment support and its interaction with multiple
schemas
- Remove some IN workarounds, and require a recent version of
SQLA instead
- Improvements to populate's handling of mixed scalarref values
- Fixed regression losing result_class after $rs->find (introduced
in 0.08108)
- Fix in_storage() to return 1|0 as per existing documentation
- Centralize handling of _determine_driver calls prior to certain
::Storage::DBI methods
- Fix update/delete arbitrary condition handling (RT#51409)
- POD improvements
diffstat:
databases/p5-DBIx-Class/Makefile | 9 ++++-----
databases/p5-DBIx-Class/distinfo | 8 ++++----
databases/p5-DBIx-Class/options.mk | 11 -----------
3 files changed, 8 insertions(+), 20 deletions(-)
diffs (63 lines):
diff -r bcd39dbc3666 -r 78cb879a4525 databases/p5-DBIx-Class/Makefile
--- a/databases/p5-DBIx-Class/Makefile Wed Nov 18 21:03:49 2009 +0000
+++ b/databases/p5-DBIx-Class/Makefile Wed Nov 18 21:31:50 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2009/09/22 17:13:32 sno Exp $
+# $NetBSD: Makefile,v 1.15 2009/11/18 21:31:50 seb Exp $
-DISTNAME= DBIx-Class-0.08112
+DISTNAME= DBIx-Class-0.08114
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
@@ -17,11 +17,12 @@
DEPENDS+= p5-Class-Inspector>=1.24:../../devel/p5-Class-Inspector
DEPENDS+= p5-DBD-SQLite>=1.25:../../databases/p5-DBD-SQLite
DEPENDS+= p5-Data-Page>=2.00:../../devel/p5-Data-Page
+DEPENDS+= p5-Data-Dumper-Concise>=1.000:../../devel/p5-Data-Dumper-Concise
DEPENDS+= p5-JSON-Any>=1.18:../../converters/p5-JSON-Any
DEPENDS+= p5-MRO-Compat>=0.09:../../devel/p5-MRO-Compat
DEPENDS+= p5-Module-Find>=0.06:../../devel/p5-Module-Find
DEPENDS+= p5-Path-Class>=0.16:../../devel/p5-Path-Class
-DEPENDS+= p5-SQL-Abstract>=1.58:../../databases/p5-SQL-Abstract
+DEPENDS+= p5-SQL-Abstract>=1.60:../../databases/p5-SQL-Abstract
DEPENDS+= p5-SQL-Abstract-Limit>=0.13:../../databases/p5-SQL-Abstract-Limit
DEPENDS+= p5-Scope-Guard>=0.03:../../devel/p5-Scope-Guard
DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.19}:../../devel/p5-Scalar-List-Utils
@@ -36,8 +37,6 @@
PKG_DESTDIR_SUPPORT= user-destdir
-.include "options.mk"
-
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/DBIx/Class/.packlist
PERL5_MODULE_TYPE= Module::Install
diff -r bcd39dbc3666 -r 78cb879a4525 databases/p5-DBIx-Class/distinfo
--- a/databases/p5-DBIx-Class/distinfo Wed Nov 18 21:03:49 2009 +0000
+++ b/databases/p5-DBIx-Class/distinfo Wed Nov 18 21:31:50 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2009/09/22 17:13:32 sno Exp $
+$NetBSD: distinfo,v 1.13 2009/11/18 21:31:50 seb Exp $
-SHA1 (DBIx-Class-0.08112.tar.gz) = ecdb5514af5b5ba75f27cf98d8da8efad18c3dde
-RMD160 (DBIx-Class-0.08112.tar.gz) = 5359b404260ed4f4ade5c0cded1e040c1341b1a0
-Size (DBIx-Class-0.08112.tar.gz) = 456336 bytes
+SHA1 (DBIx-Class-0.08114.tar.gz) = 22064b94c34e23ebe1a58b9777fb22628486ee5c
+RMD160 (DBIx-Class-0.08114.tar.gz) = 083fea17baabf1ee2d3266288b9be312f7889b61
+Size (DBIx-Class-0.08114.tar.gz) = 474923 bytes
diff -r bcd39dbc3666 -r 78cb879a4525 databases/p5-DBIx-Class/options.mk
--- a/databases/p5-DBIx-Class/options.mk Wed Nov 18 21:03:49 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-# $NetBSD: options.mk,v 1.3 2009/09/12 19:30:16 sno Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.p5-DBIx-Class
-PKG_SUPPORTED_OPTIONS= sql-translator
-PKG_SUGGESTED_OPTIONS= sql-translator
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Msql-translator)
-DEPENDS+= p5-SQL-Translator>=0.11002:../../databases/p5-SQL-Translator
-.endif
Home |
Main Index |
Thread Index |
Old Index