diff options
author | sno <sno> | 2009-04-30 21:15:08 +0000 |
---|---|---|
committer | sno <sno> | 2009-04-30 21:15:08 +0000 |
commit | 7030f18f8d2a1d4ec30c1e50727c43f9c972edee (patch) | |
tree | 99073eb52a75954341b0bbf98af8787bc471938b /databases | |
parent | b322160be4700f7cdcce5649f064a70afaac11bf (diff) | |
download | pkgsrc-7030f18f8d2a1d4ec30c1e50727c43f9c972edee.tar.gz |
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>
* 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>
* Added pg_enable_utf8 attribute.
0.749 (12.12.2008) - John Siracusa <siracusa@gmail.com>
* 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>
* 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>
* 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>
* Fixed support for TIMESTAMP WITH TIME ZONE column in Oracle.
0.745 (09.12.2008) - John Siracusa <siracusa@gmail.com>
* Added support for Oracle date/time column keywords.
* Added methods to list cached db entries and keys.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Rose-DB/Makefile | 8 | ||||
-rw-r--r-- | databases/p5-Rose-DB/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/databases/p5-Rose-DB/Makefile b/databases/p5-Rose-DB/Makefile index e76e3e4440f..f2c2241f82e 100644 --- a/databases/p5-Rose-DB/Makefile +++ b/databases/p5-Rose-DB/Makefile @@ -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 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-DBI-[0-9]*:../../databases/p5-DBI 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 --git a/databases/p5-Rose-DB/distinfo b/databases/p5-Rose-DB/distinfo index 14f82c51468..3979d9dc8ed 100644 --- a/databases/p5-Rose-DB/distinfo +++ b/databases/p5-Rose-DB/distinfo @@ -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 |