summaryrefslogtreecommitdiff
path: root/time/p5-DateTime-Format-Strptime
AgeCommit message (Collapse)AuthorFilesLines
2014-05-29Bump for perl-5.20.0.wiz1-2/+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-05-31Bump all packages for perl-5.18, thatwiz1-1/+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.
2013-04-03Update to 1.54wen2-8/+7
Upstream changes: 1.54 2013-04-02 - Require DateTime.pm 1.00 because without it tests will break. 1.53 2013-04-02 - A fix in DateTime.pm 1.00 broke a test in this distro. Reported by Anthony J Lucas. RT #84371.
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-1/+2
are called p5-*. I hope that's all of them.
2012-07-06Updating package for Perl 5 module DateTime::Format::Strptime insno2-10/+10
time/p5-DateTime-Format-Strptime from 1.5000 to 1.5200. pkgsrc changes: - Update comment and homepage - append 00 to upstream version to avoid comparing conflicts in pkgsrc Upstream changes: 1.52 2012-07-01 - Shut up "unescaped braces in regex" warning from 5.17.0. RT #77514. Patch by Zefram. 1.51 2012-05-27 - Packaging cleanup, including listing Test::More as a test prereq, not a runtime prereq. RT #76128.
2012-01-26Updated to 1.5000rhaen2-7/+6
Changes: 1.5000 2010-10-16 - This module did not recognize UTC as a valid time zone. Patch by Danijel Tašov. RT #59209.
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-Strptime from 1.2000 to 1.4000sno2-7/+7
pkgsrc changes: - adjusting license Upstream changes: 1.4000 2010-06-28 - Actually update $VERSION in module file. Reported by David Wheeler. 1.3000 2010-06-26 - Specifiers which allowed for leading space before a number (like %e) would cause DateTime.pm to throw an error if the date being parsed actually contained leading space. Patch by Alex Vandiver. RT #58459. - Licnse is now Artistic 2.0
2010-04-18Update p5-DateTime-Format-Strptime from version 1.1000 to version 1.2000.seb2-8/+7
Approved by MAINTAINER. Pkgsrc changes: - Adjust dependencies Upstream changes: 1.2000 2010-03-19 - Updated to use non-deprecated DateTime::Locale API
2009-07-18pkgsrc changes:sno2-9/+9
- Updating package for p5 module DateTime::Format::Strptime from 1.0901 to 1.1000 - Adjusting license Upstream changes: 1.1000 2009-07-13 -- Regex Pattern - If the pattern you pass in is a regular expression, that will be honored. - Changed the locale tests to use require the latest version of Locale until the target stops moving.
2009-05-17PkgSrc changes:sno2-7/+10
- Updating package for p5 module DateTime::Format::Strptime from 1.0900 to 1.0901 - Adjusting dependencies Upstream changes: 1.0900_01 2009-04-18 -- DEVELOPER RELEASE ONLY - Makefile.PL changes for Windows users as per issue #16 1.0901 2009-05-16 -- Official release of above
2009-04-12PkgSrc changes:sno2-8/+9
- Updating package for p5 module DateTime::Format::Strptime to 1.0900 - set license to artistic-2.0 Upstream changes: 1.0701 2007-09-18 - The revised locale tests releasese - Many people pointed out that while this module hadn't broken the tests for the French locale had. This is due to a new source for the data in DateTime::Locale. - This version ONLY changes the tests and so it not a required update. 1.0702 2007-09-19 - YAML and POD - Updated the META.yml file to have the correct 'resources' and match the latest spec - Updated the docus with a 'resources' section that has the same information in it for readers of POD. - This version ONLY changes the documentation and so it not a required update. 1.0800 2008-08-07 - Pile-o-bugs - It seems that I wasn't getting notifications from Google when people had reported bugs, so there's a pile of fixes in this release. Hopefully that fixes everyone's issues. 1.0900 2009-02-22 - Another pile-o-bugs - It seems that I also wasn't seeing notifications from RT (please don't use it, use the Gooogle project) so all the following are fixed: 36672 Started failing mid May 23313 Bug handling time zones like America/New_York 25555 Module dies even when on_error is 'undef' 23768 Olson timezone handling incorrect 22450 locale test failing with bleadperl 20487 nmake test_more fail (with patch); incorrect META.yml 12071 format_datetime uses datetime locale rather than format locale 11863 bug in DateTime::Format::Strptime 1.0601 when using %s - And a couple from Google: #8 Add DateTime::Locale to documentation
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-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.
2006-06-07Added time/p5-DateTime-Format-Strptime-1.0700abs4-0/+27
This module implements most of strptime(3), the POSIX function that is the reverse of strftime(3), for DateTime. While strftime takes a DateTime and a pattern and returns a string, strptime takes a string and a pattern and returns the DateTime object associated.