pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/unison2.51 net/unison2.51: Update to 2.52.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d1638337623
branches:  trunk
changeset: 375378:8d1638337623
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Mar 13 15:01:21 2022 +0000

description:
net/unison2.51: Update to 2.52.0

## Changes in 2.52.0

Released 2022-03-12

   * Feature negotiation, compatible wtih 2.51.
   * New archive format (independent of ocaml version, based on umarshal)
     Upgrade is automatic.
   * New wire protocol (independent of ocaml version, based on umarshal)
     New protocol is used if both sides are >= 2.52.0.
   * Compatibility with 2.48
   * Support for unix-domain sockets
   * Many bugfixes and minor improvements
   * ocaml compatibility is now >= 4.01
   * NEWS is now in NEWS.md and not in the manual

diffstat:

 net/unison2.51/Makefile |  11 +++--------
 net/unison2.51/PLIST    |   4 ++--
 net/unison2.51/distinfo |   8 ++++----
 3 files changed, 9 insertions(+), 14 deletions(-)

diffs (54 lines):

diff -r 2a9535d319f2 -r 8d1638337623 net/unison2.51/Makefile
--- a/net/unison2.51/Makefile   Sun Mar 13 14:38:10 2022 +0000
+++ b/net/unison2.51/Makefile   Sun Mar 13 15:01:21 2022 +0000
@@ -1,11 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2022/02/25 20:36:46 gdt Exp $
+       # $NetBSD: Makefile,v 1.40 2022/03/13 15:01:21 gdt Exp $
 
-# Currently, 2.51.x is the standard approach, and thus this package
-# produces a "unison-2.51.x" package which installs a "unison" binary.
-# Now, unison no longer has the problem of interoperating within minor
-# verisons, and the update to 2.52 will likely rename this to
-# net/unison, as there is no longer any reason to have old versions.
-DISTNAME=      unison-2.51.5
+DISTNAME=      unison-2.52.0
 #PKGREVISION=  0
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=bcpierce00/}
@@ -42,7 +37,7 @@
        ${INSTALL_PROGRAM} ${WRKSRC}/src/unison ${DESTDIR}${PREFIX}/bin
        ${INSTALL_MAN} ${WRKSRC}/src/CONTRIB ${DESTDIR}${PREFIX}/share/doc/unison
        ${INSTALL_MAN} ${WRKSRC}/src/COPYING ${DESTDIR}${PREFIX}/share/doc/unison
-       ${INSTALL_MAN} ${WRKSRC}/src/NEWS ${DESTDIR}${PREFIX}/share/doc/unison
+       ${INSTALL_MAN} ${WRKSRC}/NEWS.md ${DESTDIR}${PREFIX}/share/doc/unison
        ${INSTALL_MAN} ${WRKSRC}/src/README ${DESTDIR}${PREFIX}/share/doc/unison
        ${INSTALL_MAN} ${WRKSRC}/src/ROADMAP.txt ${DESTDIR}${PREFIX}/share/doc/unison
        ${INSTALL_MAN} ${WRKSRC}/src/TODO.txt ${DESTDIR}${PREFIX}/share/doc/unison
diff -r 2a9535d319f2 -r 8d1638337623 net/unison2.51/PLIST
--- a/net/unison2.51/PLIST      Sun Mar 13 14:38:10 2022 +0000
+++ b/net/unison2.51/PLIST      Sun Mar 13 15:01:21 2022 +0000
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2021/06/24 15:24:56 gdt Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/03/13 15:01:21 gdt Exp $
 bin/unison
 share/doc/unison/CONTRIB
 share/doc/unison/COPYING
-share/doc/unison/NEWS
+share/doc/unison/NEWS.md
 share/doc/unison/README
 share/doc/unison/ROADMAP.txt
 share/doc/unison/TODO.txt
diff -r 2a9535d319f2 -r 8d1638337623 net/unison2.51/distinfo
--- a/net/unison2.51/distinfo   Sun Mar 13 14:38:10 2022 +0000
+++ b/net/unison2.51/distinfo   Sun Mar 13 15:01:21 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2021/12/18 16:41:36 gdt Exp $
+$NetBSD: distinfo,v 1.11 2022/03/13 15:01:21 gdt Exp $
 
-BLAKE2s (unison-2.51.5.tar.gz) = 7368aa1bc3c8ba8ffd23f44d722b665c94189bc162851cf0d8a3f83e1bfb6e13
-SHA512 (unison-2.51.5.tar.gz) = 4a31df4d043d2b7552438f9fc2056098b9a35cd1cae1a037083cb56d91ec6fec0c3164de73914ff46cb8821f78c1594f48bf0334a94d9d706cd82ce3a6b70440
-Size (unison-2.51.5.tar.gz) = 1385407 bytes
+BLAKE2s (unison-2.52.0.tar.gz) = 59129fa38b89e23e2defdb7163754153b497d828a69c5d7f6695465d002390fe
+SHA512 (unison-2.52.0.tar.gz) = 24cfb43b40a05f85164c43e8744216142db4cd74d9d09ba7178f25f794b0dcce252597fa1eb49a4133e63d891c8d23fd7472669cf9f52777bc6aa86b0a50e6f5
+Size (unison-2.52.0.tar.gz) = 1354200 bytes
 SHA1 (patch-src_Makefile) = ff73628825232b9494844c020b78d2978f753d07



Home | Main Index | Thread Index | Old Index