Bug 55376 - update devel/p5-DateTime
Summary: update devel/p5-DateTime
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Erwin Lansing
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-08 14:10 UTC by Mathieu Arnold
Modified: 2003-08-09 16:41 UTC (History)
1 user (show)

See Also:


Attachments
p5-DateTime-0.16.diff (2.25 KB, patch)
2003-08-08 14:10 UTC, Mathieu Arnold
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Arnold 2003-08-08 14:10:13 UTC
Update devel/p5-DateTime

* On platforms like Win32, where we can't find a finite() or isfinite()
  function/macro, the DateTime::LeapSecond code wasn't being loaded, so many
  tests failed.  Reported by Ron Hill.
* The XS code now implements leap second-related calculations.  However, this
  is only used on platforms where we can find a usable finite() or isfinite()
  function/macro, so it isn't used on Win32.
* This distro has now borged the DateTime::LeapSecond module.  It is only
  loaded when the XS leap second code cannot be used.
* Other miscellaneous performance improvements.
* Adding a duration with delta months to an infinite DateTime was quite broken.
  Reported by Eugene van der Pijll.

Fix: IMPORTANT, this port depended on DateTime::LeapSecond, which has been included
in DateTime. devel/p5-DateTime-LeapSecond should be removed from the ports
tree.
From CPAN :
DateTime::LeapSecond -- DEPRECATED: use "DateTime" distribution instead
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2003-08-08 16:01:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->erwin

I'll handle this
Comment 2 Erwin Lansing freebsd_committer freebsd_triage 2003-08-09 16:41:40 UTC
State Changed
From-To: open->closed

Committed, thanks!