Updating databases/p5-Rose-DB from 0.758nb1 to 0.762
pkgsrc changes: - import package for newly introduced dependency DateTime::Format::Oracle Upstream changes: 0.762 (06.23.2010) - John Siracusa <siracusa@gmail.com> * Support for Rose::DB::Object 0.789. 0.761 (05.22.2010) - John Siracusa <siracusa@gmail.com> * Support for Rose::DB::Object 0.788. * Detect and report problems caused by DBD::mysql versions that fail to set the Active database handle attribute back to a true value when mysql_auto_reconnect is set. (Reported by Matt S. Trout and Kostas Chatzikokolakis) 0.760 (04.28.2010) - John Siracusa <siracusa@gmail.com> * Moved version number back to three places after the decimal in order to placate Unix package management systems. (Suggested by Matt S. Trout) 0.7591 (04.27.2010) - John Siracusa <siracusa@gmail.com> * Corrected skip counts in MySQL tests. 0.759 (04.27.2010) - John Siracusa <siracusa@gmail.com> * Fixed some inheritance dead ends (Reported by Matt S. Trout) * Corrected parse_array()'s value unescaping (RT 56112) * Added timestamp with time zone parsing/formating methods. * Improved Oracle date/time parsing and formatting. * DateTime::Format::Oracle is now a prerequisite (see above).
This commit is contained in:
parent
52586bff47
commit
fd0add621d
2 changed files with 8 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.12 2010/08/21 16:33:04 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2010/09/07 05:57:23 sno Exp $
|
||||
|
||||
DISTNAME= Rose-DB-0.758
|
||||
DISTNAME= Rose-DB-0.762
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
#PKGREVISION= 1
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
|
||||
|
||||
|
@ -15,6 +15,7 @@ DEPENDS+= p5-Bit-Vector>=6.4:../../devel/p5-Bit-Vector
|
|||
DEPENDS+= p5-Clone-PP-[0-9]*:../../devel/p5-Clone-PP
|
||||
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
|
||||
DEPENDS+= p5-DateTime-Format-MySQL-[0-9]*:../../time/p5-DateTime-Format-MySQL
|
||||
DEPENDS+= p5-DateTime-Format-Oracle-[0-9]*:../../time/p5-DateTime-Format-Oracle
|
||||
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.854:../../devel/p5-Rose-Object
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.8 2010/02/02 23:27:51 sno Exp $
|
||||
$NetBSD: distinfo,v 1.9 2010/09/07 05:57:23 sno Exp $
|
||||
|
||||
SHA1 (Rose-DB-0.758.tar.gz) = b95c42fb15c855b6a9c25ba11253bde5a078a112
|
||||
RMD160 (Rose-DB-0.758.tar.gz) = 6e9341cf07a6812a27db72b6734672fa11e59efa
|
||||
Size (Rose-DB-0.758.tar.gz) = 109431 bytes
|
||||
SHA1 (Rose-DB-0.762.tar.gz) = 56f07bcd25401ec3e1baeafbf581aa53ec9aa4fc
|
||||
RMD160 (Rose-DB-0.762.tar.gz) = 5f4888cc97c945192d4d7a3b42e4bfb5a72c9089
|
||||
Size (Rose-DB-0.762.tar.gz) = 113529 bytes
|
||||
|
|
Loading…
Reference in a new issue