diff options
author | sno <sno@pkgsrc.org> | 2009-04-30 21:15:08 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-04-30 21:15:08 +0000 |
commit | 58e3c173016c6c1414d300e42016c4889a39b725 (patch) | |
tree | 99073eb52a75954341b0bbf98af8787bc471938b /databases/p5-Rose-DB/Makefile | |
parent | 94116641d12f20fcde16de1496f578067a2159d4 (diff) | |
download | pkgsrc-58e3c173016c6c1414d300e42016c4889a39b725.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/p5-Rose-DB/Makefile')
-rw-r--r-- | databases/p5-Rose-DB/Makefile | 8 |
1 files changed, 4 insertions, 4 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 |