summaryrefslogtreecommitdiff
path: root/time/p5-DateTime-Format-Pg
AgeCommit message (Collapse)AuthorFilesLines
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2016-03-05Update to 0.16011wen2-8/+7
Upstream changes: 0.16011 2015-06-19T13:40:27Z - Support full interval syntax [pr #7]
2015-11-02Add SHA512 digests for distfiles for time categoryagc1-1/+2
Problems found with mismatching existing digests for: distfiles/asclock-classic-1.0.tar.gz distfiles/asclock-gtk-2.1.10beta.tar.gz distfiles/asclock-xlib-2.0.11.tar.gz distfiles/emiclock-2.0.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-12-04Update 0.16009 to 0.16010mef2-7/+6
0.16010 2014-09-18T12:36:03Z - Add support for various more interval units [pr #3]: millenium, century, decade, month, week
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-08-30Update to 0.16009wen2-7/+8
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)
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-08-04Updating time/p5-DateTime-Format-Pg from 0.16004 to 0.16005sno2-7/+7
pkgsrc changes: - adjust dependency versions Upstream changes: 0.16005 Wed Jun 23 12:15:00 2010 - Fix edge case in fractional seconds (rt #58612). Patch by Andrew Whatson
2009-07-08Updating package for p5 module DateTime::Format::Pg from 0.16003 to 0.16004sno2-7/+7
Set license to ${PERL5_LICENSE} according to META.yml Upstream changes: 0.16004 Mon Jul 06 12:00:00 2009 - Ship with proper META.yml (rt #47604)
2009-04-30PkgSrc changes:sno2-8/+8
- Updating package for p5 module of DateTime::Format::Pg from 1.6002 to 1.6003 - Setting license to gnu-gpl-v2 Upstream changes: 0.16003 Fri Mar 27 09:30:00 2009 - Fix handling of BC (rt #44594). Patch by Jonas Lijegren.
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-08-17Update from version 0.16001 to 0.16002. Changes:he2-6/+6
0.16002 Tue Aug 13 08:00:00 2008 - Remove non-ascii byte sequence from Pg.pm (sorry, Claus). This fixes a failure report from CPAN testers - Updated Module::Install while we're at it
2008-06-20Add DESTDIR support.joerg1-1/+3
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-06-10Added time/p5-DateTime-Format-Pg version 0.16001abs4-0/+31
This module understands the formats used by PostgreSQL for its DATE, TIME, TIMESTAMP, and INTERVAL data types. It can be used to parse these formats in order to create DateTime or DateTime::Duration objects, and it can take a DateTime or DateTime::Duration object and produce a string representing it in a format accepted by PostgreSQL.