net/unison: Update to 2.52
Release notes: https://github.com/bcpierce00/unison/releases/tag/v2.52.0
This commit is contained in:
parent
a27dcf53f6
commit
1a57c0b978
4 changed files with 24 additions and 8 deletions
16
UPDATING
16
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue