aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UPDATING16
-rw-r--r--net/unison/Makefile6
-rw-r--r--net/unison/distinfo6
-rw-r--r--net/unison/pkg-plist4
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