diff options
author | cube <cube@pkgsrc.org> | 2005-03-24 17:00:14 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2005-03-24 17:00:14 +0000 |
commit | bd5c0f749bd1576e79d55d7572695b5749acf2c0 (patch) | |
tree | d8f0641265abdcc00f8ba32dd3938fab73e87c74 /databases/p5-DBIx-SearchBuilder | |
parent | c1fb30b565e13ab49556fb97209b244fdd0e6a79 (diff) | |
download | pkgsrc-bd5c0f749bd1576e79d55d7572695b5749acf2c0.tar.gz |
Update to 1.22.
1.22 Mon Jan 24 07:42:46 EST 2005
- Require encode since we require encode.
1.21
- Oracle LOB handling caused us to corrupt item values on update.
- Just before inserting things into the database, turn off their utf8 flag.
The flag didn't have any positve impact _and_ it can take down
recent DBD::Oracle releases. (This is a new failure in DBD::Oracle 1.16)
1.20 Tue Jan 18 08:24:15 EST 2005
- Minor test suite fixes from Ruslan.
1.19 Sat Jan 8 18:22:59 EST 2005
- Performing a search multiple times could result in multiple copies of
records in a collection. Uncovered thanks to Kevin Chen and Alex Vandiver.
1.18
- Release the changes from 1.17
1.17_03
- Properly mark BLOB columns in UPDATE calls. (DBD::Oracle 1.16 broke without this)
1.17_02
- Better handling of empty values for SB::Record::_Accessible. ( --Ruslan)
1.17_01
- More record tests from Ruz
1.16 Thu Dec 9 23:49:39 EST 2004
- Fixed a bug in D::SB::R::Cachable that could cause it to load the wrong row from the cache if you were loading
by alternate keys and had since changed one of the attributes of a previous row. This was unmasked by a
bug that Ruslan Zakirov found in RT 3.3's custom field handling
Diffstat (limited to 'databases/p5-DBIx-SearchBuilder')
-rw-r--r-- | databases/p5-DBIx-SearchBuilder/Makefile | 7 | ||||
-rw-r--r-- | databases/p5-DBIx-SearchBuilder/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/databases/p5-DBIx-SearchBuilder/Makefile b/databases/p5-DBIx-SearchBuilder/Makefile index d6bea5b685a..a6bb17e0ad5 100644 --- a/databases/p5-DBIx-SearchBuilder/Makefile +++ b/databases/p5-DBIx-SearchBuilder/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2004/12/20 11:30:57 grant Exp $ +# $NetBSD: Makefile,v 1.21 2005/03/24 17:00:14 cube Exp $ # -DISTNAME= DBIx-SearchBuilder-1.15 +DISTNAME= DBIx-SearchBuilder-1.22 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dxs -PKGREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} @@ -15,7 +14,7 @@ COMMENT= Extension for easy SQL SELECT Statement generation DEPENDS+= p5-Class-ReturnValue>=0.40:../../devel/p5-Class-ReturnValue DEPENDS+= p5-DBI>=1.41:../../databases/p5-DBI DEPENDS+= p5-Want-[0-9]*:../../devel/p5-Want -DEPENDS+= p5-Cache-Simple-TimedExpiry-[0-9]*:../../devel/p5-Cache-Simple-TimedExpiry +DEPENDS+= p5-Cache-Simple-TimedExpiry>=0.21:../../devel/p5-Cache-Simple-TimedExpiry PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/databases/p5-DBIx-SearchBuilder/distinfo b/databases/p5-DBIx-SearchBuilder/distinfo index 78e4af24cf8..420565c5ef8 100644 --- a/databases/p5-DBIx-SearchBuilder/distinfo +++ b/databases/p5-DBIx-SearchBuilder/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2005/02/23 16:33:08 agc Exp $ +$NetBSD: distinfo,v 1.15 2005/03/24 17:00:14 cube Exp $ -SHA1 (DBIx-SearchBuilder-1.15.tar.gz) = 4e08d2db9b070e3e41e05e6351e396724be99782 -RMD160 (DBIx-SearchBuilder-1.15.tar.gz) = d70ca4b44e222d511deaa2d2cdd56b012bca991f -Size (DBIx-SearchBuilder-1.15.tar.gz) = 41676 bytes +SHA1 (DBIx-SearchBuilder-1.22.tar.gz) = b55b4ca976c2b293583d8d2798a220b97dbec477 +RMD160 (DBIx-SearchBuilder-1.22.tar.gz) = 705c6c1aa06a121b96a20ef8e4ee15e63b7e0361 +Size (DBIx-SearchBuilder-1.22.tar.gz) = 43691 bytes |