pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/unison2.51



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Mar 13 15:01:21 UTC 2022

Modified Files:
        pkgsrc/net/unison2.51: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/net/unison2.51/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/unison2.51/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/unison2.51/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/unison2.51/Makefile
diff -u pkgsrc/net/unison2.51/Makefile:1.39 pkgsrc/net/unison2.51/Makefile:1.40
--- pkgsrc/net/unison2.51/Makefile:1.39 Fri Feb 25 20:36:46 2022
+++ pkgsrc/net/unison2.51/Makefile      Sun Mar 13 15:01:21 2022
@@ -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 @@ do-install:
        ${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

Index: pkgsrc/net/unison2.51/PLIST
diff -u pkgsrc/net/unison2.51/PLIST:1.4 pkgsrc/net/unison2.51/PLIST:1.5
--- pkgsrc/net/unison2.51/PLIST:1.4     Thu Jun 24 15:24:56 2021
+++ pkgsrc/net/unison2.51/PLIST Sun Mar 13 15:01:21 2022
@@ -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

Index: pkgsrc/net/unison2.51/distinfo
diff -u pkgsrc/net/unison2.51/distinfo:1.10 pkgsrc/net/unison2.51/distinfo:1.11
--- pkgsrc/net/unison2.51/distinfo:1.10 Sat Dec 18 16:41:36 2021
+++ pkgsrc/net/unison2.51/distinfo      Sun Mar 13 15:01:21 2022
@@ -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