diff options
author | sno <sno@pkgsrc.org> | 2009-08-20 18:55:57 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-08-20 18:55:57 +0000 |
commit | 21866582a886c99b2cfe5e5eaa2f59da94c795bc (patch) | |
tree | bfc9222ce11554c40041beac6b01fc9590117137 /databases/p5-Rose-DB-Object | |
parent | 78796ef2cee795620fbfb2383fba53c33c081470 (diff) | |
download | pkgsrc-21866582a886c99b2cfe5e5eaa2f59da94c795bc.tar.gz |
Updating package databases/p5-Rose-DB-Object from 0.781 to 0.782
pkgsrc changes:
- Adjusting license and dependencies according to META.yml
Upstream changes:
0.782 (07.09.2009) - John Siracusa <siracusa@gmail.com>
* Altered tests to confirm the fix for RT 45836.
* Detect enum-like columns in PostgreSQL. (RT 46214)
* Added optional warning to the Loader for missing primary keys.
(Patch by Ed Loehr)
* Fixed a memory leak in the Iterator class. (RT 47294)
(Patch by Thomas Whaples)
* Unique indexes that have predicates are now skipped by the auto-
initialization process. Use the include_predicated_unique_indexes
Metadata attribute and/or Loader attribute to override the default.
This feature is currently only supported in PostgreSQL.
(Patch by Ed Loehr)
* Improved unknown method error messages. (Suggested by Brian Miller)
* Updated some example code in the documentation.
Diffstat (limited to 'databases/p5-Rose-DB-Object')
-rw-r--r-- | databases/p5-Rose-DB-Object/Makefile | 12 | ||||
-rw-r--r-- | databases/p5-Rose-DB-Object/distinfo | 8 |
2 files changed, 11 insertions, 9 deletions
diff --git a/databases/p5-Rose-DB-Object/Makefile b/databases/p5-Rose-DB-Object/Makefile index cdbc2550628..901b0125283 100644 --- a/databases/p5-Rose-DB-Object/Makefile +++ b/databases/p5-Rose-DB-Object/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2009/04/30 21:26:53 sno Exp $ +# $NetBSD: Makefile,v 1.6 2009/08/20 18:55:57 sno Exp $ -DISTNAME= Rose-DB-Object-0.781 +DISTNAME= Rose-DB-Object-0.782 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/} @@ -8,14 +8,16 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/} MAINTAINER= abs@absd.org HOMEPAGE= http://search.cpan.org/~jsiracusa/Rose-DB-Object/ COMMENT= Extensible, high performance RDBMS-OO mapper -LICENSE= gnu-gpl-v2 # OR artistic +LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Bit-Vector>=6.4:../../devel/p5-Bit-Vector -DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone +DEPENDS+= p5-Clone>=0.29:../../devel/p5-Clone +DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils -DEPENDS+= p5-Rose-DB>=0.748:../../databases/p5-Rose-DB +DEPENDS+= p5-Rose-DB>=0.753:../../databases/p5-Rose-DB DEPENDS+= p5-Rose-DateTime>=0.532:../../time/p5-Rose-DateTime DEPENDS+= p5-Rose-Object>=0.854:../../devel/p5-Rose-Object +DEPENDS+= p5-Time-Clock-[0-9]*:../../time/p5-Time-Clock USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Rose/DB/Object/.packlist diff --git a/databases/p5-Rose-DB-Object/distinfo b/databases/p5-Rose-DB-Object/distinfo index d929e025939..07601b3b986 100644 --- a/databases/p5-Rose-DB-Object/distinfo +++ b/databases/p5-Rose-DB-Object/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2009/04/30 21:26:53 sno Exp $ +$NetBSD: distinfo,v 1.5 2009/08/20 18:55:57 sno Exp $ -SHA1 (Rose-DB-Object-0.781.tar.gz) = 11950e2f547796351f5267c4ed75970ebb7dfe8f -RMD160 (Rose-DB-Object-0.781.tar.gz) = 5bef161c54f20321f9ecb9ebc5f5af9fe9d89897 -Size (Rose-DB-Object-0.781.tar.gz) = 531551 bytes +SHA1 (Rose-DB-Object-0.782.tar.gz) = 18736b8f424ba812347dbdd8a8316e9f3a0fa641 +RMD160 (Rose-DB-Object-0.782.tar.gz) = d3e1807928e47a060978915da8ef593d8e98be3d +Size (Rose-DB-Object-0.782.tar.gz) = 535715 bytes |