pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/unison-snapshot net/unison-snapshot: Update to 2.5...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56cb0ba257ca
branches:  trunk
changeset: 439261:56cb0ba257ca
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Sep 15 12:21:44 2020 +0000

description:
net/unison-snapshot: Update to 2.51.2.20200915

This is 2.51.3_rc1.  It is believed to interoperate with 2.51.2 (no
wire protocol break), but this is not 100% certain.

Upstream changes relative to the last snapshot:

  (not provided, probably many, mostly bugfixes)
  A change since 2.51.2 caused a protocol break; this has been reverted.

Upstream NEWS relative to the last release:

   Changes since 2.51.2:
     * 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.

diffstat:

 net/unison-snapshot/Makefile |   7 +++----
 net/unison-snapshot/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (32 lines):

diff -r 374b807c5909 -r 56cb0ba257ca net/unison-snapshot/Makefile
--- a/net/unison-snapshot/Makefile      Tue Sep 15 11:44:18 2020 +0000
+++ b/net/unison-snapshot/Makefile      Tue Sep 15 12:21:44 2020 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2020/08/17 20:19:51 leot Exp $
+# $NetBSD: Makefile,v 1.4 2020/09/15 12:21:44 gdt Exp $
 
-DISTNAME=      unison-2.51.2.20200221
-PKGREVISION=   2
+DISTNAME=      unison-2.51.2.20200915
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=bcpierce00/}
-GITHUB_TAG=     22a05df30805b4a54243b0337e997ea52c539342
+GITHUB_TAG=     a076f63a6ebd0285ee7e4444c05d3eb3dcead6ca
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.cis.upenn.edu/~bcpierce/unison/
diff -r 374b807c5909 -r 56cb0ba257ca net/unison-snapshot/distinfo
--- a/net/unison-snapshot/distinfo      Tue Sep 15 11:44:18 2020 +0000
+++ b/net/unison-snapshot/distinfo      Tue Sep 15 12:21:44 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/04/21 11:34:01 wiz Exp $
+$NetBSD: distinfo,v 1.2 2020/09/15 12:21:44 gdt Exp $
 
-SHA1 (unison-2.51.2.20200221-22a05df30805b4a54243b0337e997ea52c539342.tar.gz) = a9993d6a97658e9d6f98ceed5a74a63138e0c9bb
-RMD160 (unison-2.51.2.20200221-22a05df30805b4a54243b0337e997ea52c539342.tar.gz) = 1811a7fe6f878f2764fb54f0d5f46d3a2d84b931
-SHA512 (unison-2.51.2.20200221-22a05df30805b4a54243b0337e997ea52c539342.tar.gz) = 
53ec3f9618de005508d548bdb3a503610cee94e0afa92d292f1d944c6dd428451ca4a444567d2d991039e62ff60e98c47fdd98f4d6d84a6ec447f4c22b42de3a
-Size (unison-2.51.2.20200221-22a05df30805b4a54243b0337e997ea52c539342.tar.gz) = 1404335 bytes
+SHA1 (unison-2.51.2.20200915-a076f63a6ebd0285ee7e4444c05d3eb3dcead6ca.tar.gz) = f9f09be3795816664e66ace55b9eef3f61427eaa
+RMD160 (unison-2.51.2.20200915-a076f63a6ebd0285ee7e4444c05d3eb3dcead6ca.tar.gz) = 7b81feb9b862227e4e607cd64a763490511c1790
+SHA512 (unison-2.51.2.20200915-a076f63a6ebd0285ee7e4444c05d3eb3dcead6ca.tar.gz) = 
bdd84d36861ff34db0d1a066dc8c7ac0dc889f97756aaca7c12c850467394d6620d6309a26d952ba7936374ad8c221dfe7755ab32253a3851d6986cbac37d4a5
+Size (unison-2.51.2.20200915-a076f63a6ebd0285ee7e4444c05d3eb3dcead6ca.tar.gz) = 1411017 bytes


Home | Main Index | Thread Index | Old Index