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:
parent
209ed8dedc
commit
b659cc418f
@ -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
|
VER= 2.48.15
|
||||||
REV= v4
|
REV= v4
|
||||||
@ -8,4 +8,6 @@ PKGNAME= unison-${VER}${REV:S/^v/pl/}
|
|||||||
|
|
||||||
PORTROACH= limit:^2\.4
|
PORTROACH= limit:^2\.4
|
||||||
|
|
||||||
|
DOCS= BUGS.txt
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -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
|
GH_TAGNAME= v2.51.4
|
||||||
REVISION= 1
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (unison-2.51.3.tar.gz) = DCh9F/UnKUQLK9wo7fTRmy1epYaZg9eOeA1QHFhmkUs=
|
SHA256 (unison-2.51.4.tar.gz) = 0ezHWBqvLtDzQD1JYPRorNe58dkoOKF8lubR33m4AtU=
|
||||||
SIZE (unison-2.51.3.tar.gz) = 1370060
|
SIZE (unison-2.51.4.tar.gz) = 1371579
|
||||||
|
@ -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
|
@option is-branch
|
||||||
@conflict unison-*
|
@conflict unison-*
|
||||||
@bin bin/unison
|
@bin bin/unison
|
||||||
share/doc/pkg-readmes/${PKGSTEM}
|
share/doc/pkg-readmes/${PKGSTEM}
|
||||||
share/doc/unison/
|
share/doc/unison/
|
||||||
share/doc/unison/BUGS.txt
|
|
||||||
share/doc/unison/NEWS
|
share/doc/unison/NEWS
|
||||||
share/doc/unison/README
|
share/doc/unison/README
|
||||||
|
@ -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
|
COMMENT= multi-platform file synchronization tool
|
||||||
|
|
||||||
@ -56,7 +56,7 @@ PORTHOME= ${WRKDIR}
|
|||||||
|
|
||||||
WRKDIST= ${WRKDIR}/${DISTNAME}/src
|
WRKDIST= ${WRKDIR}/${DISTNAME}/src
|
||||||
|
|
||||||
DOCS= BUGS.txt NEWS README
|
DOCS+= NEWS README
|
||||||
|
|
||||||
# Avoid the nightmare of their Makefile install target.
|
# Avoid the nightmare of their Makefile install target.
|
||||||
# Do not use INSTALL_PROGRAM, as the bytecode version must not be stripped!
|
# Do not use INSTALL_PROGRAM, as the bytecode version must not be stripped!
|
||||||
|
Loading…
Reference in New Issue
Block a user