Subject: CVS commit: pkgsrc/net/unison2.51
From: Greg Troxel
Date: 2020-10-30 00:14:15
Message id: 20201029231416.1B495FB28@cvs.NetBSD.org

Log Message:
net/unison: Update to 2.51.3

Upstream NEWS content

## 2.51.3
  * ocaml support is now from 4.05 to 4.11
  * reduction of stack usage by proper tail recursion
  * MS Windows build improvements
  * Some nontrivial changes to profile parsing (G.raud Meyer)
    ’=’ has been considered whitespace until now: several
    following chars are considered as only one; trailing chars are
    discarded; any non emty sequence of char is splitting. This is
    non standard and leads to confusion, for example -ignore==
    ’Name .*=*’ is valid when -ignore=’Name .*=*’ is not, and
    worse -ignore=’Name *=’ is the same as -ignore=’Name *’. The
    parser now takes just a single ’=’ as delimiter after the
    option name. Other = characters are considered as part of the
    value being assigned to the option.
  * Numerous improvements to the text user-interface (G.raud Meyer)
    New key-commands that restrict the display to a set of
    "matching" items: ones that are offering to propagate changes
    in a particular direction, conflicts, files to be merged,
    etc., plus several more useful key-commands. Type "?" to
    Unison to see all available commands.

Files:
RevisionActionfile
1.29modifypkgsrc/net/unison2.51/Makefile
1.6modifypkgsrc/net/unison2.51/distinfo
1.2modifypkgsrc/net/unison2.51/patches/patch-src_Makefile
1.1removepkgsrc/net/unison2.51/patches/patch-src_files.ml
1.1removepkgsrc/net/unison2.51/patches/patch-src_recon.ml
1.3removepkgsrc/net/unison2.51/patches/patch-src_system_system__generic.ml
1.2removepkgsrc/net/unison2.51/patches/patch-src_uigtk2.ml