diff options
author | seb <seb> | 2009-11-18 21:31:50 +0000 |
---|---|---|
committer | seb <seb> | 2009-11-18 21:31:50 +0000 |
commit | b4886559987fabf3fc35f4b9e8ecc8b19a2e3cc9 (patch) | |
tree | db9c7f2536b2c7fd585f093b0ed3538aa3f65ad5 /databases/p5-DBIx-Class | |
parent | 619b7aa49cb11ded0291b24ec6dca687977d63e5 (diff) | |
download | pkgsrc-b4886559987fabf3fc35f4b9e8ecc8b19a2e3cc9.tar.gz |
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 (limited to 'databases/p5-DBIx-Class')
-rw-r--r-- | databases/p5-DBIx-Class/Makefile | 9 | ||||
-rw-r--r-- | databases/p5-DBIx-Class/distinfo | 8 | ||||
-rw-r--r-- | databases/p5-DBIx-Class/options.mk | 11 |
3 files changed, 8 insertions, 20 deletions
diff --git a/databases/p5-DBIx-Class/Makefile b/databases/p5-DBIx-Class/Makefile index 0b782eb41cc..89f30ab47de 100644 --- a/databases/p5-DBIx-Class/Makefile +++ b/databases/p5-DBIx-Class/Makefile @@ -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-C3-Componentised>=1.0005:../../devel/p5-Class-C3-Componentise 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 @@ BUILD_DEPENDS+= p5-Test-Warn>=0.21:../../devel/p5-Test-Warn PKG_DESTDIR_SUPPORT= user-destdir -.include "options.mk" - USE_LANGUAGES= # empty PERL5_PACKLIST= auto/DBIx/Class/.packlist PERL5_MODULE_TYPE= Module::Install diff --git a/databases/p5-DBIx-Class/distinfo b/databases/p5-DBIx-Class/distinfo index bf372cba0cd..0c8e41008d8 100644 --- a/databases/p5-DBIx-Class/distinfo +++ b/databases/p5-DBIx-Class/distinfo @@ -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 --git a/databases/p5-DBIx-Class/options.mk b/databases/p5-DBIx-Class/options.mk deleted file mode 100644 index 5af4d325958..00000000000 --- a/databases/p5-DBIx-Class/options.mk +++ /dev/null @@ -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 |