Received: by mail.netbsd.org (Postfix, from userid 605) id BACCE85052; Sun, 8 May 2022 15:02:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 00D3785051 for ; Sun, 8 May 2022 15:02:23 +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 i0ZGpvwEE2mm for ; Sun, 8 May 2022 15:02:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4EA0984D14 for ; Sun, 8 May 2022 15:02:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 32FF1FA94; Sun, 8 May 2022 15:02:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165202215353040" MIME-Version: 1.0 Date: Sun, 8 May 2022 15:02:33 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/net/unison To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20220508150233.32FF1FA94@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165202215353040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sun May 8 15:02:33 UTC 2022 Modified Files: pkgsrc/net/unison: Makefile PLIST distinfo Log Message: net/unison: Update to 2.52.1 2.52.1 is a maintenance release in the 2.52 series. All users are strongly encouraged to migrate all systems on which they use unison to 2.52.1. Fairly soon, only reports about 2.52.1 will be allowed in the issue tracker. 2.52.1 is expected to be the last release in the 2.52 series, absent prompt (7 days) discovery and reporting of a serious problem. After a 7-day hold, work towards 2.53 may be merged. In particular this will include changing the minimum ocaml version to 4.08. Once this happens, there will not be any more 2.52.x releases, as no one contributing to unison maintenance is interested in supporting old versions. Of course, the license gives anyone the ability to create or cherry-pick fixes and to use the fixed versions. Changes in 2.52.1 Released 2022-05-08 - Deprecate ocaml < 4.08: 2.53.0 will require 4.08 or higher - Add man page - Remove rsh:// URI scheme (ssh:// of course remains). - Significant bugfixes and minor improvements - Deprecate "backups" preference (see manual for alternatives) - Deprecate "stream" and "halfduplex" preferences To generate a diff of this commit: cvs rdiff -u -r1.139 -r1.140 pkgsrc/net/unison/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/unison/PLIST cvs rdiff -u -r1.33 -r1.34 pkgsrc/net/unison/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165202215353040 Content-Disposition: inline Content-Length: 2678 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/unison/Makefile diff -u pkgsrc/net/unison/Makefile:1.139 pkgsrc/net/unison/Makefile:1.140 --- pkgsrc/net/unison/Makefile:1.139 Mon Apr 25 23:40:42 2022 +++ pkgsrc/net/unison/Makefile Sun May 8 15:02:33 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.139 2022/04/25 23:40:42 gdt Exp $ +# $NetBSD: Makefile,v 1.140 2022/05/08 15:02:33 gdt Exp $ -DISTNAME= unison-2.52.0 +DISTNAME= unison-2.52.1 #PKGREVISION= 0 -PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=bcpierce00/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -33,6 +32,7 @@ MAKE_FLAGS+= NATIVE=false TEST_TARGET= test INSTALLATION_DIRS= bin +INSTALLATION_DIRS+= ${PKGMANDIR}/man1 INSTALLATION_DIRS+= share/doc/unison do-install: @@ -43,6 +43,7 @@ do-install: ${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 + ${INSTALL_MAN} ${WRKSRC}/man/unison.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 .include "../../mk/pthread.buildlink3.mk" .if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} != "none") Index: pkgsrc/net/unison/PLIST diff -u pkgsrc/net/unison/PLIST:1.6 pkgsrc/net/unison/PLIST:1.7 --- pkgsrc/net/unison/PLIST:1.6 Sun Mar 13 15:07:13 2022 +++ pkgsrc/net/unison/PLIST Sun May 8 15:02:33 2022 @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.6 2022/03/13 15:07:13 gdt Exp $ +@comment $NetBSD: PLIST,v 1.7 2022/05/08 15:02:33 gdt Exp $ bin/unison +man/man1/unison.1 share/doc/unison/CONTRIB share/doc/unison/COPYING share/doc/unison/NEWS.md Index: pkgsrc/net/unison/distinfo diff -u pkgsrc/net/unison/distinfo:1.33 pkgsrc/net/unison/distinfo:1.34 --- pkgsrc/net/unison/distinfo:1.33 Sun Mar 13 15:20:13 2022 +++ pkgsrc/net/unison/distinfo Sun May 8 15:02:33 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.33 2022/03/13 15:20:13 gdt Exp $ +$NetBSD: distinfo,v 1.34 2022/05/08 15:02:33 gdt Exp $ -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 +BLAKE2s (unison-2.52.1.tar.gz) = 1e84eba3381f984ddd0c39b73d42d108b37a5fd731aced466fcce7f75fae9146 +SHA512 (unison-2.52.1.tar.gz) = 6b1b44ffb9c1f6373e7250b28c08c26dfc4281ff750f64155872317e1b98fce40fb3adf16ad89ebe0d033c93254c048c8b7d641163219642bfea9b4bb37c9e0a +Size (unison-2.52.1.tar.gz) = 1360920 bytes SHA1 (patch-src_Makefile) = 0a453634bacf03516192128ad653446a3b760537 --_----------=_165202215353040--