pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/unison net/unison: Update to 2.52.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e73475077546
branches:  trunk
changeset: 378880:e73475077546
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun May 08 15:02:33 2022 +0000

description:
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

diffstat:

 net/unison/Makefile |  7 ++++---
 net/unison/PLIST    |  3 ++-
 net/unison/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (55 lines):

diff -r 3e258946bf3d -r e73475077546 net/unison/Makefile
--- a/net/unison/Makefile       Sun May 08 13:17:47 2022 +0000
+++ b/net/unison/Makefile       Sun May 08 15:02:33 2022 +0000
@@ -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 @@
 TEST_TARGET=           test
 
 INSTALLATION_DIRS=     bin
+INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
 INSTALLATION_DIRS+=    share/doc/unison
 
 do-install:
@@ -43,6 +43,7 @@
        ${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")
diff -r 3e258946bf3d -r e73475077546 net/unison/PLIST
--- a/net/unison/PLIST  Sun May 08 13:17:47 2022 +0000
+++ b/net/unison/PLIST  Sun May 08 15:02:33 2022 +0000
@@ -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
diff -r 3e258946bf3d -r e73475077546 net/unison/distinfo
--- a/net/unison/distinfo       Sun May 08 13:17:47 2022 +0000
+++ b/net/unison/distinfo       Sun May 08 15:02:33 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index