diff options
author | sno <sno@pkgsrc.org> | 2012-09-11 08:48:11 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-09-11 08:48:11 +0000 |
commit | d7dfe1da38836fcfe7a3b9bf1de32ed7759d85da (patch) | |
tree | c7f0ece46e58b8e3829e4ca0576de594b8574470 /databases/p5-ORLite | |
parent | 6eaa2ad8eb33b73f523797cd6a21967959acd64c (diff) | |
download | pkgsrc-d7dfe1da38836fcfe7a3b9bf1de32ed7759d85da.tar.gz |
Updating package for CPAN module ORLite in databases/p5-ORLite from 1.51nb1
to 1.97.
pkgsrc changes:
- fix dependencies
upstream changes:
1.97 Mon 21 May 2012
- Use reproducible longdouble in tests (HMBRAND)
1.96 Mon 27 Feb 2012
- Fixed a crash in the legacy delete emulation where the condition
clause provided was a constant or read-only.
1.95 Mon 27 Feb 2012
- Fixed a fatal rowid big when generating in array mode
1.94 Mon 27 Feb 2012
- Fixed a fatal rowid bug when a table had a single non-INTEGER
primary key.
- Fixed bug in affinity detection code to now set REAL and
NUMERIC affinity correctly.
1.93 Mon 27 Feb 2012
- The previous release 1.92 was done with a missing commit,
this release restores that missing code.
1.92 Mon 27 Feb 2012
- Add the ->delete_where method for bulk deletion
- Always do the initial metadata scan using ReadOnly => 1.
- When generating readonly, DBI connections use ReadOnly => 1 too.
- Quote identifiers more correctly via $dbh->quote_identifier.
- Temporarily restory the static delete call to prevent breaking
Padre and other applications still using the old version of
delete.
1.91 Thu 23 Feb 2012
- Calculate column affinity types in the metadata preparation phase
- Throw an exception when tables contain BLOB types and the database
is unicode, as the blob data will be corrupted.
- Improved testing for blobs and unicode, and TODO a known problem
1.90 Tue 21 Feb 2012
- Removed x_rowid parameter and make the rowid logic compulsory.
- Removed x_update parameter and make update method compulsory at
the table level but do not generate on the root level.
- As a result, ORLite now supports creating and updating objects
even when they come from tables without primary keys.
- Pending release as 2.00 once clarifying documentation is written.
1.54 Tue 21 Feb 2012
- Added experimental x_rowid parameter to maintain SQLite rowids in
the objects
1.53 Tue 21 Feb 2012
- Add a ->id convenience method alias when table 'foo' has a single
numeric primary key 'foo_id' so you can use $foo->id
1.52 Sat 21 Jan 2012
- Added initial unicode => 1 support (MEMOWE)
- Bumped Params::Util dependency to 1.0 for *LIKE fixes (ADAMK)
Diffstat (limited to 'databases/p5-ORLite')
-rw-r--r-- | databases/p5-ORLite/Makefile | 10 | ||||
-rw-r--r-- | databases/p5-ORLite/distinfo | 8 |
2 files changed, 8 insertions, 10 deletions
diff --git a/databases/p5-ORLite/Makefile b/databases/p5-ORLite/Makefile index 7b6a375a1c6..c5e4ac085f4 100644 --- a/databases/p5-ORLite/Makefile +++ b/databases/p5-ORLite/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2012/09/03 11:16:27 sno Exp $ +# $NetBSD: Makefile,v 1.13 2012/09/11 08:48:11 sno Exp $ -DISTNAME= ORLite-1.51 +DISTNAME= ORLite-1.97 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AD/ADAMK/} @@ -11,14 +10,13 @@ HOMEPAGE= http://search.cpan.org/dist/ORLite/ COMMENT= Perl 5 extremely light weight SQLite-specific ORM LICENSE= ${PERL5_LICENSE} -BUILD_DEPENDS+= p5-Module-Install>=1.01:../../devel/p5-Module-Install BUILD_DEPENDS+= p5-Test-Script>=1.06:../../devel/p5-Test-Script DEPENDS+= p5-DBD-SQLite>=1.27:../../databases/p5-DBD-SQLite -DEPENDS+= {perl>=5.10.1,p5-File-Path>=2.08}:../../devel/p5-File-Path +DEPENDS+= {perl>=5.12.0,p5-File-Path>=2.08}:../../devel/p5-File-Path DEPENDS+= p5-File-Remove>=1.40:../../sysutils/p5-File-Remove DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.20}:../../devel/p5-File-Temp -DEPENDS+= p5-Params-Util>=0.33:../../devel/p5-Params-Util +DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.607 diff --git a/databases/p5-ORLite/distinfo b/databases/p5-ORLite/distinfo index e7679c53035..00a55b55bcf 100644 --- a/databases/p5-ORLite/distinfo +++ b/databases/p5-ORLite/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2012/01/26 15:33:31 rhaen Exp $ +$NetBSD: distinfo,v 1.10 2012/09/11 08:48:11 sno Exp $ -SHA1 (ORLite-1.51.tar.gz) = 9f1a994ab0b31ac8382c9e784ac3e0edfc557862 -RMD160 (ORLite-1.51.tar.gz) = b7f8fd8a52633c2d804466d3fa299dbef715b5a5 -Size (ORLite-1.51.tar.gz) = 62175 bytes +SHA1 (ORLite-1.97.tar.gz) = 2a4cfd6aeeba58c033a0acb74415612746848465 +RMD160 (ORLite-1.97.tar.gz) = e792d177f7a068f795571559c10979394ae0e6a8 +Size (ORLite-1.97.tar.gz) = 67416 bytes |