Sun Mar 19 12:43:17 2023 UTC ()
net/unison: Update to 2.53.1

## Changes in 2.53.1

Released 2023-03-19

  * Repeat mode is more fault tolerant, recovering after temporary
    errors.
  * Preferences "force", "prefer" and related no longer require
    specifying the full root.
  * Improve stopping of update propagation.
  * Enable VT input escape codes in Windows.
  * Respect user-provided CFLAGS, CPPFLAGS, LDFLAGS, LDLIBS.
  * Add build instructions in INSTALL.md (and drop from manual).
  * Add graceful stop in repeat mode - SIGUSR2.
  * Add watch+seconds to 'repeat' preference.


(gdt)
diff -r1.146 -r1.147 pkgsrc/net/unison/Makefile
diff -r1.35 -r1.36 pkgsrc/net/unison/distinfo

cvs diff -r1.146 -r1.147 pkgsrc/net/unison/Makefile (expand / switch to unified diff)

--- pkgsrc/net/unison/Makefile 2023/01/29 21:17:32 1.146
+++ pkgsrc/net/unison/Makefile 2023/03/19 12:43:17 1.147
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.146 2023/01/29 21:17:32 ryoon Exp $ 1# $NetBSD: Makefile,v 1.147 2023/03/19 12:43:17 gdt Exp $
2 2
3DISTNAME= unison-2.53.0 3DISTNAME= unison-2.53.1
4#PKGREVISION= 0 4#PKGREVISION= 0
5PKGREVISION= 3 
6CATEGORIES= net 5CATEGORIES= net
7MASTER_SITES= ${MASTER_SITE_GITHUB:=bcpierce00/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=bcpierce00/}
8GITHUB_TAG= v${PKGVERSION_NOREV} 7GITHUB_TAG= v${PKGVERSION_NOREV}
9 8
10MAINTAINER= gdt@NetBSD.org 9MAINTAINER= gdt@NetBSD.org
11HOMEPAGE= https://github.com/bcpierce00/unison 10HOMEPAGE= https://github.com/bcpierce00/unison
12#HOMEPAGE+= https://www.cis.upenn.edu/~bcpierce/unison/ 11#HOMEPAGE+= https://www.cis.upenn.edu/~bcpierce/unison/
13COMMENT= File-synchronization tool 12COMMENT= File-synchronization tool
14LICENSE= gnu-gpl-v3 13LICENSE= gnu-gpl-v3
15 14
16USE_TOOLS+= gmake bash 15USE_TOOLS+= gmake bash
17MAKE_FLAGS+= CFLAGS="" 16MAKE_FLAGS+= CFLAGS=""
18MAKE_ENV+= HOME=${WRKDIR:Q} 17MAKE_ENV+= HOME=${WRKDIR:Q}

cvs diff -r1.35 -r1.36 pkgsrc/net/unison/distinfo (expand / switch to unified diff)

--- pkgsrc/net/unison/distinfo 2022/11/08 01:07:09 1.35
+++ pkgsrc/net/unison/distinfo 2023/03/19 12:43:17 1.36
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.35 2022/11/08 01:07:09 gdt Exp $ 1$NetBSD: distinfo,v 1.36 2023/03/19 12:43:17 gdt Exp $
2 2
3BLAKE2s (unison-2.53.0.tar.gz) = 244eecda17852fd742fcddbeadd170e1df3beb88697ff8e619cebb4db53310ce 3BLAKE2s (unison-2.53.1.tar.gz) = 2c1bdb72baa78d41a91c65144ea44308d37df549d7f56ae940458a6ee312ed3a
4SHA512 (unison-2.53.0.tar.gz) = 041398eeb3f5f67f80767cbfc8f1ff1561eb9433735cf3225fbb11bce9a6c068057a2dc749539d5e95a45a8d2fa475563729cf5acc2de1185bd0ecb8f98c17f1 4SHA512 (unison-2.53.1.tar.gz) = 0abd7851ba213a3c033b680c5a5ef42bdb90fb2dc52b2337118e217f4af739bc0ca9b97a542bda8c34f3eefc23b0153aaa32c1970bf5b0bfa30d8f04a53a3d5c
5Size (unison-2.53.0.tar.gz) = 1387266 bytes 5Size (unison-2.53.1.tar.gz) = 1410083 bytes