diff options
author | wen <wen@pkgsrc.org> | 2013-08-30 14:21:55 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-08-30 14:21:55 +0000 |
commit | 0598877a743b591206b2d7ba491000f42c037ff1 (patch) | |
tree | 80f044b582916a8bb382313d92278c1259b60561 /time | |
parent | 3201c739b9679f1c948a792b4af7c76a47db0b2b (diff) | |
download | pkgsrc-0598877a743b591206b2d7ba491000f42c037ff1.tar.gz |
Update to 0.16009
Upstream changes:
0.16009 2013-08-25T04:51:15Z
- Fix typos [pr #2] (dsteinbrunner)
- Migrate to using Minilla for packaging
0.16008 Fri Nov 25 09:20:00 2011
- Work with [+-]hh:mm:ss time offsets. Reported by Rod Tailor (rt #72706)
0.16007 Wed Dec 26 15:30:00 2012
- Fix ISO parsing (rt 51074, https://github.com/lestrrat/DateTime-Format-Pg/pull/1)
- Why I have not noticed this PR, I have no clue
0.16006 Fri May 27 09:00:00 2011
- Repository moved to github
- Postgres 8.4 apprently now allows infinity dates.
Applied patch by cmckay (rt #68473)
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Format-Pg/Makefile | 7 | ||||
-rw-r--r-- | time/p5-DateTime-Format-Pg/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/time/p5-DateTime-Format-Pg/Makefile b/time/p5-DateTime-Format-Pg/Makefile index a7da25a540a..7be192634e5 100644 --- a/time/p5-DateTime-Format-Pg/Makefile +++ b/time/p5-DateTime-Format-Pg/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2013/05/31 12:42:26 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2013/08/30 14:21:55 wen Exp $ -DISTNAME= DateTime-Format-Pg-0.16005 +DISTNAME= DateTime-Format-Pg-0.16009 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -17,5 +16,7 @@ DEPENDS+= p5-DateTime-TimeZone>=0.05:../../time/p5-DateTime-TimeZone PERL5_PACKLIST= auto/DateTime/Format/Pg/.packlist +PERL5_MODULE_TYPE= Module::Build + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/p5-DateTime-Format-Pg/distinfo b/time/p5-DateTime-Format-Pg/distinfo index a4dfa752b43..9d5c11ef8fe 100644 --- a/time/p5-DateTime-Format-Pg/distinfo +++ b/time/p5-DateTime-Format-Pg/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2010/08/04 16:37:00 sno Exp $ +$NetBSD: distinfo,v 1.6 2013/08/30 14:21:55 wen Exp $ -SHA1 (DateTime-Format-Pg-0.16005.tar.gz) = cbcef70167253e785573c24f7b93a1e5a8841d82 -RMD160 (DateTime-Format-Pg-0.16005.tar.gz) = 327e324fe0e22179cacb74df7446402bf92f351e -Size (DateTime-Format-Pg-0.16005.tar.gz) = 36656 bytes +SHA1 (DateTime-Format-Pg-0.16009.tar.gz) = a1c9d4baa77d20764b2bec20f37c0c979516451b +RMD160 (DateTime-Format-Pg-0.16009.tar.gz) = 2f10408f07e72883ac6b2498eeadab68b6140c50 +Size (DateTime-Format-Pg-0.16009.tar.gz) = 29082 bytes |