summaryrefslogtreecommitdiff
path: root/time/p5-Time-Local
AgeCommit message (Collapse)AuthorFilesLines
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2019-06-30Update packages using a search.cpan.org HOMEPAGE to metacpan.org.nia1-2/+2
The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2018-08-22Recursive bump for perl5-5.28.0wiz1-1/+2
2018-06-24p5-Time-Local: update to 1.28.wiz2-7/+7
1.28 2018-06-12 - Some tests which required support for epoch values larger than 2**32 were not being skipped when the underlying Perl did not support that.
2018-06-10Update to 1.27wen2-8/+7
Upstream changes: 1.27 2018-06-09 - This release is identical to 1.26 except that it is a stable release, not a trial. - Fixed the tests so they will not break in the year 2020. The tests were passing in 2-digit years on the assumption that a year like "70" would be treated as 1970, but starting in 2020 this would be treated as 2070 instead. Reported by Bernhard M. Wiedemann. RT #124787. - Added timelocal_modern and timegm_modern variants as optional exports. These versions do not munge years at all. They treat the year value that they are given exactly as-is. 1.26 2018-05-20 (TRIAL RELEASE) - Fixed the tests so they will not break in the year 2020. The tests were passing in 2-digit years on the assumption that a year like "70" would be treated as 1970, but starting in 2020 this would be treated as 2070 instead. Reported by Bernhard M. Wiedemann. RT #124787. - Added timelocal_modern and timegm_modern variants as optional exports. These versions do not munge years at all. They treat the year value that they are given exactly as-is.
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-1/+2
2017-01-24Update to 1.25wen2-7/+7
Upstream changes: 1.25 2016-11-17 - Reduce memory usage by only loading Config if needed and not importing from Carp. Based on PR #2 from J. Nick Coston.
2016-08-18Updated time/p5-Time-Local to 1.24mef2-9/+8
---------------------------------- 1.24 2016-08-13 - Set the INSTALLDIRS to 'perl' for Perl 5.10 and earlier. Without this, you can upgrade Time::Local from CPAN but perl will not see the upgraded version. Reported by Olivier Mengué. RT #116825.
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
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-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
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-10-02Update to 1.2300wen2-8/+8
Add LICENSE Upstream changes: 1.2300 2012-07-20 - Doh, fix the repo & bugtracker info in the META files. 1.2200 2012-07-09 - Explicitly require Test::More 0.88+ for tests. 1.2100 2012-07-09 - A seconds value greater than 59 but less than 60 caused timegm() and timelocal() to croak. Now we allow any value that's less than 60. RT #78189. 1.2000 2011-01-02 - Release 1.1902 as a stable version without any further chances. 1.1902 2010-12-16 TRIAL RELEASE - Merge all changes from blead perl. - Try to restore compatibility with older perls, which don't have a 64bit capable localtime/gmtime.
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!
2009-01-11Update from version 1.18nb1 to 1.19.1 (upstream version 1.1901).he2-8/+7
Upstream changes: 1.1901 2008-11-01 - Test fixes only. The tests planned the wrong number of tests on 32-bit platforms, causing failures. 1.19 2008-11-01 - The calculation of the maximum integer size was using $Config{intsize} when it should use $Config{ivsize}. Apparently on a 64-bit platform intsize can be 4 when ivsize is 8. Based on a patch from Jan Dubois.
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-07-18- updated to 1.18rhaen2-7/+6
ChangeLog: 1.18 2007-10-31 - Added pod and pod coverage tests. - Doing a new release to provide a conformant META.yml file. - This release contains no code changes from 1.17.
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-05-06Updated to version 1.17.heinz2-8/+11
Pkgsrc changes: - MAINTAINER cannot take care of the package anymore. - Marked the package as supporting installation to DESTDIR. - It's a pure Perl package. Changes since version 1.12: =========================== 1.17 2007-01-25 - I made the same test count mistake as was in 1.14 again. This release fixes the test count (again) when running on a system that doesn't support negative epochs (like Win32). Patched by Kenichi Ishigaki (again). 1.16 2007-01-23 - The leap year fix in 1.14 was pretty broken, as it checked after converting the year to Perl's internal (year - 1900) format. 1.15 2007-01-22 - Fix Local.t test count when running on a system that doesn't support negative epochs (like Win32). Patched by Kenichi Ishigaki. 1.14 2007-01-21 - Fixed leap year check to produce the right answer for years outside of the 32-bit epoch range (such as 1900 and 2100). See rt.perl.org #31241. Reported by Nathan Zook. 1.13 2006-08-09 - Switched to using Test::More for the tests. - Fixed a bug that occurred around the DST change for Europe/London (and probably other time zones with a positive UTC offset). If given, the hour immediately after the change (2:00 AM for Europe/London), then the returned epoch was 3600 seconds too large. Reported by Roger Picton. See RT #11662.
2006-04-16Import p5-Time-Local from pkgsrc-wip. Packaged by Roman Kulik.minskim4-0/+28
These routines are the inverse of built-in perl functions localtime() and gmtime(). They accept a date as a six-element array, and return the corresponding time(2) value in seconds since the system epoch (Midnight, January 1, 1970 UTC on Unix, for example). This value can be positive or negative, though POSIX only requires support for positive values, so dates before the system's epoch may not work on all operating systems.