pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/unison-snapshot
Module Name: pkgsrc
Committed By: gdt
Date: Tue Sep 15 12:21:44 UTC 2020
Modified Files:
pkgsrc/net/unison-snapshot: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/unison-snapshot/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/unison-snapshot/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/unison-snapshot/Makefile
diff -u pkgsrc/net/unison-snapshot/Makefile:1.3 pkgsrc/net/unison-snapshot/Makefile:1.4
--- pkgsrc/net/unison-snapshot/Makefile:1.3 Mon Aug 17 20:19:51 2020
+++ pkgsrc/net/unison-snapshot/Makefile Tue Sep 15 12:21:44 2020
@@ -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/
Index: pkgsrc/net/unison-snapshot/distinfo
diff -u pkgsrc/net/unison-snapshot/distinfo:1.1 pkgsrc/net/unison-snapshot/distinfo:1.2
--- pkgsrc/net/unison-snapshot/distinfo:1.1 Tue Apr 21 11:34:01 2020
+++ pkgsrc/net/unison-snapshot/distinfo Tue Sep 15 12:21:44 2020
@@ -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