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
This commit is contained in:
parent
cff5f67a1f
commit
7f238f2e43
3 changed files with 9 additions and 14 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue