Update to unison-2.52.1
Bugfix release. Noticeable change is addition of manpage. Changelog: https://github.com/bcpierce00/unison/releases/tag/v2.52.1
This commit is contained in:
parent
f860e65fe0
commit
9523edf55d
@ -2,7 +2,7 @@ COMMENT = multi-platform file synchronization tool
|
||||
|
||||
GH_ACCOUNT = bcpierce00
|
||||
GH_PROJECT = unison
|
||||
GH_TAGNAME = v2.52.0
|
||||
GH_TAGNAME = v2.52.1
|
||||
|
||||
CATEGORIES = net
|
||||
|
||||
@ -55,10 +55,14 @@ PORTHOME = ${WRKDIR}
|
||||
WRKDIST = ${WRKDIR}/${DISTNAME}/src
|
||||
DOCS = NEWS.md README.md
|
||||
|
||||
post-build:
|
||||
@cd ${WRKSRC}/../man && ${MAKE}
|
||||
|
||||
# Avoid the nightmare of their Makefile install target.
|
||||
# Do not use INSTALL_PROGRAM, as the bytecode version must not be stripped!
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/unison ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/../man/unison.1 ${PREFIX}/man/man1
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unison
|
||||
@cd ${WRKSRC}/.. && ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/unison
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (unison-2.52.0.tar.gz) = oROJlxISkVMo/mkQHJJzexdmRZXEMY68uNo2flumNUA=
|
||||
SIZE (unison-2.52.0.tar.gz) = 1354200
|
||||
SHA256 (unison-2.52.1.tar.gz) = /32SDhtOwIct92QTC4KlFfbyGjYfMaZ7OcPj6hK/2oA=
|
||||
SIZE (unison-2.52.1.tar.gz) = 1360920
|
||||
|
@ -3,6 +3,7 @@
|
||||
@pkgpath net/unison/snapshot${FLAVOR_COMMA}
|
||||
@pkgpath net/unison/stable${FLAVOR_COMMA}
|
||||
@bin bin/unison
|
||||
@man man/man1/unison.1
|
||||
share/doc/pkg-readmes/${PKGSTEM}
|
||||
share/doc/unison/
|
||||
share/doc/unison/NEWS.md
|
||||
|
Loading…
Reference in New Issue
Block a user