pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-Rose-DB-Object Updating package databases...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de0f502241f0
branches:  trunk
changeset: 397933:de0f502241f0
user:      sno <sno%pkgsrc.org@localhost>
date:      Thu Aug 20 18:55:57 2009 +0000

description:
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@localhost>

    * 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:

 databases/p5-Rose-DB-Object/Makefile |  12 +++++++-----
 databases/p5-Rose-DB-Object/distinfo |   8 ++++----
 2 files changed, 11 insertions(+), 9 deletions(-)

diffs (45 lines):

diff -r 47e62232bac6 -r de0f502241f0 databases/p5-Rose-DB-Object/Makefile
--- a/databases/p5-Rose-DB-Object/Makefile      Thu Aug 20 18:46:00 2009 +0000
+++ b/databases/p5-Rose-DB-Object/Makefile      Thu Aug 20 18:55:57 2009 +0000
@@ -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 @@
 MAINTAINER=    abs%absd.org@localhost
 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 -r 47e62232bac6 -r de0f502241f0 databases/p5-Rose-DB-Object/distinfo
--- a/databases/p5-Rose-DB-Object/distinfo      Thu Aug 20 18:46:00 2009 +0000
+++ b/databases/p5-Rose-DB-Object/distinfo      Thu Aug 20 18:55:57 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index