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 PkgSrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2dffa8b03c66
branches:  trunk
changeset: 392382:2dffa8b03c66
user:      sno <sno%pkgsrc.org@localhost>
date:      Thu Apr 30 21:15:08 2009 +0000

description:
PkgSrc changes:
  - Updating package for p5 module Rose::DB from 0.744 to 0.751
  - Adjusting dependencies
  - Setting license to gnu-gpl-v2

Upstream changes:
0.751 (04.19.2009) - John Siracusa <siracusa%gmail.com@localhost>

    * Worked around a mod_perl 2 issue related to PerlOptions +Parent
      http://bit.ly/160jLN (Reported by Anton)
    * Updated test suite to consider DBD::SQLite 1.19+ non-broken.

0.750 (02.26.2009) - Peter Karman <perl%peknet.com@localhost>

    * Added pg_enable_utf8 attribute.

0.749 (12.12.2008) - John Siracusa <siracusa%gmail.com@localhost>

    * Added support for many more registry entry attributes.
    * More mod_perl 2.x fixes for Rose::DB::Cache. (Reported by
      Kostas Chatzikokolakis)
    * Added apache_has_started attribute to Rose::DB::Cache to support
      mod_perl 2.x users who do not have the ability to run code on
      server startup.  (Suggested by Kostas Chatzikokolakis)

0.748 (12.09.2008) - John Siracusa <siracusa%gmail.com@localhost>

    * Fixed mod_perl 2.x support in Rose::DB::Cache. (Reported by
      Kostas Chatzikokolakis)
    * Resolved ambiguous driver_class link in POD.

0.747 (10.22.2008) - Justin Ellison <justin%techadvise.com@localhost>

    * Changed to require YAML instead of YAML::Syck, though YAML::Syck
      will be used in preference to YAML if it's present.  (RT 31535)

0.746 (09.16.2008) - Justin Ellison <justin%techadvise.com@localhost>

    * Fixed support for TIMESTAMP WITH TIME ZONE column in Oracle.

0.745 (09.12.2008) - John Siracusa <siracusa%gmail.com@localhost>

    * Added support for Oracle date/time column keywords.
    * Added methods to list cached db entries and keys.

diffstat:

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

diffs (43 lines):

diff -r b0bda7107b72 -r 2dffa8b03c66 databases/p5-Rose-DB/Makefile
--- a/databases/p5-Rose-DB/Makefile     Thu Apr 30 21:09:48 2009 +0000
+++ b/databases/p5-Rose-DB/Makefile     Thu Apr 30 21:15:08 2009 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.4 2008/10/19 19:17:45 he Exp $
+# $NetBSD: Makefile,v 1.5 2009/04/30 21:15:08 sno Exp $
 
-DISTNAME=      Rose-DB-0.744
+DISTNAME=      Rose-DB-0.751
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Rose/}
 
 MAINTAINER=    abs%absd.org@localhost
 HOMEPAGE=      http://search.cpan.org/~jsiracusa/Rose-DB/
 COMMENT=       DBI wrapper and abstraction layer
+LICENSE=       gnu-gpl-v2 # OR artistic
 
 DEPENDS+= p5-Bit-Vector>=6.4:../../devel/p5-Bit-Vector
 DEPENDS+= p5-Clone-PP-[0-9]*:../../devel/p5-Clone-PP
@@ -16,7 +16,7 @@
 DEPENDS+= p5-DateTime-Format-MySQL-[0-9]*:../../time/p5-DateTime-Format-MySQL
 DEPENDS+= p5-DateTime-Format-Pg>=0.11:../../time/p5-DateTime-Format-Pg
 DEPENDS+= p5-Rose-DateTime>=0.532:../../time/p5-Rose-DateTime
-DEPENDS+= p5-Rose-Object>=0.82:../../devel/p5-Rose-Object
+DEPENDS+= p5-Rose-Object>=0.854:../../devel/p5-Rose-Object
 DEPENDS+= p5-SQL-ReservedWords-[0-9]*:../../databases/p5-SQL-ReservedWords
 DEPENDS+= p5-Time-Clock-[0-9]*:../../time/p5-Time-Clock
 DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck
diff -r b0bda7107b72 -r 2dffa8b03c66 databases/p5-Rose-DB/distinfo
--- a/databases/p5-Rose-DB/distinfo     Thu Apr 30 21:09:48 2009 +0000
+++ b/databases/p5-Rose-DB/distinfo     Thu Apr 30 21:15:08 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2008/05/28 22:07:00 abs Exp $
+$NetBSD: distinfo,v 1.4 2009/04/30 21:15:08 sno Exp $
 
-SHA1 (Rose-DB-0.744.tar.gz) = 9e1be00d49b1e1eaa02378ba6c4f3832eaf16c56
-RMD160 (Rose-DB-0.744.tar.gz) = 33bd3306b01b069befa1efbd0d2ce2408d63f4ec
-Size (Rose-DB-0.744.tar.gz) = 97126 bytes
+SHA1 (Rose-DB-0.751.tar.gz) = 8161da2e8bb47ae90489baaa53d10a3e6c843484
+RMD160 (Rose-DB-0.751.tar.gz) = e22ccec9d649d68bd088dfb524d59882f3daeaab
+Size (Rose-DB-0.751.tar.gz) = 101805 bytes



Home | Main Index | Thread Index | Old Index