Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id A92BC1A921F for ; Sun, 13 Mar 2022 15:01:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CC94384EF0; Sun, 13 Mar 2022 15:01:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E5C9284EDC for ; Sun, 13 Mar 2022 15:01:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id NhtNvUd4j0I7 for ; Sun, 13 Mar 2022 15:01:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4111284D72 for ; Sun, 13 Mar 2022 15:01:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3A837FB24; Sun, 13 Mar 2022 15:01:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164718368180590" MIME-Version: 1.0 Date: Sun, 13 Mar 2022 15:01:21 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/net/unison2.51 To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20220313150121.3A837FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164718368180590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_164718368180590 Content-Disposition: inline Content-Length: 3117 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_164718368180590--