Update to unison-2.51.4

This is a release along the 2.51 stable branch. It is
protocol-compatible with prior 2.51 releases.

Changes: https://github.com/bcpierce00/unison/releases/tag/v2.51.4
This commit is contained in:
bket 2021-06-27 19:17:41 +00:00
parent 209ed8dedc
commit b659cc418f
5 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2021/02/01 05:31:03 bket Exp $
# $OpenBSD: Makefile,v 1.14 2021/06/27 19:17:41 bket Exp $
VER= 2.48.15
REV= v4
@ -8,4 +8,6 @@ PKGNAME= unison-${VER}${REV:S/^v/pl/}
PORTROACH= limit:^2\.4
DOCS= BUGS.txt
.include <bsd.port.mk>

View File

@ -1,6 +1,5 @@
# $OpenBSD: Makefile,v 1.11 2021/02/01 05:31:03 bket Exp $
# $OpenBSD: Makefile,v 1.12 2021/06/27 19:17:41 bket Exp $
GH_TAGNAME= v2.51.3
REVISION= 1
GH_TAGNAME= v2.51.4
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (unison-2.51.3.tar.gz) = DCh9F/UnKUQLK9wo7fTRmy1epYaZg9eOeA1QHFhmkUs=
SIZE (unison-2.51.3.tar.gz) = 1370060
SHA256 (unison-2.51.4.tar.gz) = 0ezHWBqvLtDzQD1JYPRorNe58dkoOKF8lubR33m4AtU=
SIZE (unison-2.51.4.tar.gz) = 1371579

View File

@ -1,9 +1,8 @@
@comment $OpenBSD: PLIST,v 1.2 2018/09/04 12:46:19 espie Exp $
@comment $OpenBSD: PLIST,v 1.3 2021/06/27 19:17:41 bket Exp $
@option is-branch
@conflict unison-*
@bin bin/unison
share/doc/pkg-readmes/${PKGSTEM}
share/doc/unison/
share/doc/unison/BUGS.txt
share/doc/unison/NEWS
share/doc/unison/README

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.32 2021/02/01 05:31:03 bket Exp $
# $OpenBSD: Makefile.inc,v 1.33 2021/06/27 19:17:41 bket Exp $
COMMENT= multi-platform file synchronization tool
@ -56,7 +56,7 @@ PORTHOME= ${WRKDIR}
WRKDIST= ${WRKDIR}/${DISTNAME}/src
DOCS= BUGS.txt NEWS README
DOCS+= NEWS README
# Avoid the nightmare of their Makefile install target.
# Do not use INSTALL_PROGRAM, as the bytecode version must not be stripped!