Bug 132062 - [maintainer update] devel/ocaml-calendar to 2.01.1
Summary: [maintainer update] devel/ocaml-calendar to 2.01.1
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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-24 14:00 UTC by jaapb
Modified: 2009-02-25 15:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1009 bytes, patch)
2009-02-24 14:00 UTC, jaapb
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jaapb 2009-02-24 14:00:08 UTC
An update for ocaml-calendar to version 2.01.1. I'm not sure if it is compatible with the FreeBSD version comparison algorithm, but this version is supposed to be superior to that of the latest port, 2.0.2.

Changes:
=========================
* [Date] add a missing coercion rule for months
  (e.g. "Date.make 2008 18 1" is now equal to "Date.make 2009 6 1")
* [Date] bug fixed in date arithmetic operations due to the missing above
  feature
* [Printer] new formats available for printers and parsers
    o %C  century: as %Y without the two last digits
    o %F  replace %i which is now deprecated
    o %P  am or pm
    o %R  shortcut for %H:%M
    o %s  number of seconds since 1970/1/1
    o %z  time zone in the form +hhmm (from Warren Harris' suggestion)
    o %:z  time zone in the form +hh:mm (from Warren Harris' suggestion)
    o %::z  time zone in the form +hh:mm:ss (from Warren Harris' suggestion)
    o %:::z  time zone in the form +hh (from Warren Harris' suggestion)
* [Printer] new paddings available for printers
    o 0 (zero): pad fields with zeroes like by default
    o ^: use uppercase if possible
* [Tests] test suite now uses Utils.Float.equal if required
  (patch of Richard Jones)
* [Compilation] calendarLib.cma and calendarLib.cmxa are now installed
  (Janne Hellsten and Guillaume Yziquel's suggestion)
* [Compilation] small bug fixed in make install
* [Compilation] support of win64 (patch of David Allsopp)
* [Printer] bug fixed with "%j"
* [Printer] support of "%w" and "%V" in parsers of date from string
* [Compilation] module Period was not properly linked

Fix: diff included.

Patch attached with submission follows:
How-To-Repeat: n/a
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2009-02-25 13:28:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-02-25 14:55:23 UTC
garga       2009-02-25 14:55:08 UTC

  FreeBSD ports repository

  Modified files:
    devel/ocaml-calendar Makefile distinfo 
  Log:
  - Update to 2.01.1
  
  PR:             ports/132062
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.6       +1 -2      ports/devel/ocaml-calendar/Makefile
  1.3       +3 -3      ports/devel/ocaml-calendar/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Renato Botelho freebsd_committer freebsd_triage 2009-02-25 14:56:22 UTC
State Changed
From-To: open->closed

Committed. Thanks!