unison: update to 2.51.2.

Closes #13316.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
Piotr Wójcik 2018-04-09 11:40:55 +02:00 committed by Enno Boland
parent d62f032231
commit b3938b7b39
2 changed files with 9 additions and 10 deletions

View file

@ -1,5 +1,5 @@
--- fsmonitor/linux/inotify_stubs.c --- src/fsmonitor/linux/inotify_stubs.c
+++ fsmonitor/linux/inotify_stubs.c +++ src/fsmonitor/linux/inotify_stubs.c
@@ -35,7 +35,7 @@ @@ -35,7 +35,7 @@
#define GLIBC_SUPPORT_INOTIFY 0 #define GLIBC_SUPPORT_INOTIFY 0
#endif #endif

View file

@ -1,22 +1,21 @@
# Template file for 'unison' # Template file for 'unison'
pkgname="unison" pkgname="unison"
version=2.48.4 version=2.51.2
revision=4 revision=1
hostmakedepends="ocaml"
short_desc="A file-synchronization tool" short_desc="A file-synchronization tool"
maintainer="allan <mail@may.mooo.com>" maintainer="allan <mail@may.mooo.com>"
license="GPL-3" license="GPL-3"
homepage="http://www.cis.upenn.edu/~bcpierce/unison/" homepage="http://www.cis.upenn.edu/~bcpierce/unison/"
distfiles="http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/${pkgname}-${version}.tar.gz" distfiles="https://github.com/bcpierce00/unison/archive/v${version}.tar.gz"
checksum=30aa53cd671d673580104f04be3cf81ac1e20a2e8baaf7274498739d59e99de8 checksum=a2efcbeab651be6df69cc9b253011a07955ecb91fb407a219719451197849d5e
hostmakedepends="ocaml"
nocross=yes nocross=yes
wrksrc="src"
export OCAMLPARAM="safe-string=0,_" export OCAMLPARAM="safe-string=0,_"
do_build() { do_build() {
CFLAGS= make UISTYLE=text DEBUGGING=false THREADS=true CFLAGS= make UISTYLE=text DEBUGGING=false THREADS=true
} }
do_install() { do_install() {
vbin unison vbin src/unison
vbin unison-fsmonitor vbin src/unison-fsmonitor
} }