Date: Sun, 13 Mar 2022 21:28:32 GMT From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1a57c0b97814 - main - net/unison: Update to 2.52 Message-ID: <202203132128.22DLSWpw054652@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=1a57c0b97814d361fb131eac76d8bddcbb67f4bf commit 1a57c0b97814d361fb131eac76d8bddcbb67f4bf Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2022-03-13 21:27:13 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2022-03-13 21:28:26 +0000 net/unison: Update to 2.52 Release notes: https://github.com/bcpierce00/unison/releases/tag/v2.52.0 --- UPDATING | 16 ++++++++++++++++ net/unison/Makefile | 6 +++--- net/unison/distinfo | 6 +++--- net/unison/pkg-plist | 4 ++-- 4 files changed, 24 insertions(+), 8 deletions(-) diff --git a/UPDATING b/UPDATING index d06aca007bd6..7194d27cd87f 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,22 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20220313: + AFFECTS: users of net/unison + AUTHOR: madpilot@FreeBSD.org + + unison has been updated to version 2.52. The new version introduces + a new wire protocol and on disk archive format. This new version + is compatible with 2.51 clients for communication, so it's now + possible to upgrade one side and then the other. + + The archive files are automatically converted to the new version, + but once they are converted the y are incompatible with the + previous version. + + In case you need version 2.51, the previous version of the port + is preserved in net/unison251. + 20220311: AFFECTS: users of multimedia/get_iplayer AUTHOR: jamie@catflap.org diff --git a/net/unison/Makefile b/net/unison/Makefile index 8784d70ee198..f84e93d15f03 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,7 +1,7 @@ # Created by: Dan Pelleg <dpelleg+unison@cs.cmu.edu> PORTNAME= unison -PORTVERSION= 2.51.5 +PORTVERSION= 2.52.0 DISTVERSIONPREFIX= v CATEGORIES= net @@ -37,7 +37,7 @@ ALL_TARGET= unison all USE_GITHUB= yes GH_ACCOUNT= bcpierce00 -DOCS= NEWS README +DOCS= NEWS.md README.md OPTIONS_DEFINE= DOCS FSMONITOR OPTIONS_DEFAULT?= FSMONITOR @@ -93,7 +93,7 @@ do-install: do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/.. && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} do-install-FSMONITOR-on: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-fsmonitor ${STAGEDIR}${PREFIX}/bin diff --git a/net/unison/distinfo b/net/unison/distinfo index 2216a412a298..464145d6b9e2 100644 --- a/net/unison/distinfo +++ b/net/unison/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1639862759 -SHA256 (bcpierce00-unison-v2.51.5_GH0.tar.gz) = 7e876371992ebf890b60f32df880a98a75fe8c47c06b7b2ae2ad36be48013e83 -SIZE (bcpierce00-unison-v2.51.5_GH0.tar.gz) = 1385407 +TIMESTAMP = 1647162029 +SHA256 (bcpierce00-unison-v2.52.0_GH0.tar.gz) = a11389971212915328fe69101c92737b17664595c4318ebcb8da367e5ba63540 +SIZE (bcpierce00-unison-v2.52.0_GH0.tar.gz) = 1354200 diff --git a/net/unison/pkg-plist b/net/unison/pkg-plist index 65166904f178..6fdcfff3e067 100644 --- a/net/unison/pkg-plist +++ b/net/unison/pkg-plist @@ -3,5 +3,5 @@ bin/unison %%X11%%share/applications/unison.desktop %%X11%%bin/unison-text %%X11%%share/pixmaps/unison.png -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/NEWS.md +%%PORTDOCS%%%%DOCSDIR%%/README.md
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203132128.22DLSWpw054652>