diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2022-03-13 21:27:13 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2022-03-13 21:28:26 +0000 |
commit | 1a57c0b97814d361fb131eac76d8bddcbb67f4bf (patch) | |
tree | 7157635d2586d92e4f4d3c0ec1adb4127ba68e5d | |
parent | a27dcf53f655fa61691b2e89c7a0fedf437a8f47 (diff) | |
download | ports-1a57c0b97814d361fb131eac76d8bddcbb67f4bf.tar.gz ports-1a57c0b97814d361fb131eac76d8bddcbb67f4bf.zip |
net/unison: Update to 2.52
Release notes: https://github.com/bcpierce00/unison/releases/tag/v2.52.0
-rw-r--r-- | UPDATING | 16 | ||||
-rw-r--r-- | net/unison/Makefile | 6 | ||||
-rw-r--r-- | net/unison/distinfo | 6 | ||||
-rw-r--r-- | net/unison/pkg-plist | 4 |
4 files changed, 24 insertions, 8 deletions
@@ -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 |