diff options
author | mef <mef@pkgsrc.org> | 2014-12-12 04:51:06 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-12-12 04:51:06 +0000 |
commit | 7fbb1c8a1f2acde28f150b0d48bfb8317d15dc2b (patch) | |
tree | 5e88769929bf02d47bfe4574b666b4cc54092693 /databases | |
parent | 1a2357703936f3486e49980026866cb62aed514f (diff) | |
download | pkgsrc-7fbb1c8a1f2acde28f150b0d48bfb8317d15dc2b.tar.gz |
Update 0.74 to 0.77
0.77 2013-12-01
* Fix for perl 5.19.4 parsing of @{ foo { ... } }
* Fix signature
0.76 2013-06-17
* Provide source repository info in metadata
* Default Cached::Memcached dependency off on Windows due to known build problems
Thanks to Alexandr Ciornii for both.
0.75 2013-01-29
- Bug fixes:
* backport a sort order fix for Pg handles from Searchbuilder
* Work around Pg's sub-second formatting and DateTime::Parser::ISO8601
* Don't attempt to filter, eq-check, validate, or otherwise munge functions
- Tests:
* Fix failures on 5.17.6, reported as [rt.cpan.org #82978]
* Update test to account for the ported bug fix in f9439a0
- Cleanup:
* remove a useless wrapper function
- Documentation:
* SPROUT points out that the second fix in 0.73 is actually a run-time
error, of course
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Jifty-DBI/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-Jifty-DBI/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/p5-Jifty-DBI/Makefile b/databases/p5-Jifty-DBI/Makefile index efa3db430a6..662b1b0222e 100644 --- a/databases/p5-Jifty-DBI/Makefile +++ b/databases/p5-Jifty-DBI/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2014/05/29 23:35:29 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2014/12/12 04:51:06 mef Exp $ -DISTNAME= Jifty-DBI-0.74 +DISTNAME= Jifty-DBI-0.77 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Jifty/} diff --git a/databases/p5-Jifty-DBI/distinfo b/databases/p5-Jifty-DBI/distinfo index 2a2b3d3a22b..77e40aeef94 100644 --- a/databases/p5-Jifty-DBI/distinfo +++ b/databases/p5-Jifty-DBI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2012/01/26 15:25:13 rhaen Exp $ +$NetBSD: distinfo,v 1.8 2014/12/12 04:51:06 mef Exp $ -SHA1 (Jifty-DBI-0.74.tar.gz) = 1ca75cd813a38ecb20bce391a6c172ba94e8ffb9 -RMD160 (Jifty-DBI-0.74.tar.gz) = 51c5b3f118480d56b6b39df3f7197821a230ca7b -Size (Jifty-DBI-0.74.tar.gz) = 163808 bytes +SHA1 (Jifty-DBI-0.77.tar.gz) = 2f9c0c3eea00eefdd6ef27ed9530e893581af571 +RMD160 (Jifty-DBI-0.77.tar.gz) = a4a28895680f66c73c3b39ba1dde894af8e00783 +Size (Jifty-DBI-0.77.tar.gz) = 168626 bytes |