ports/opt (2.3): unison: update to 2.27.24
commit e7e0ffda3a8936b018a7c70fbb2a9a4cfca9ddee Author: Juergen Daubert <jue@jue.li> Date: Thu Apr 19 08:47:18 2007 +0200 unison: update to 2.27.24 diff --git a/unison/.md5sum b/unison/.md5sum index 467f2d1..db25025 100644 --- a/unison/.md5sum +++ b/unison/.md5sum @@ -1,2 +1,2 @@ -768411465149c16da2f70b699a3ca244 unison-2.27.12.tar.gz +62f8c86e8d905b01b5e8dc9db96066b5 unison-2.27.24.tar.gz c3d6644df76adbf44c3c12eb4fc11587 unison.1 diff --git a/unison/Pkgfile b/unison/Pkgfile index 00f8500..d4cd36a 100644 --- a/unison/Pkgfile +++ b/unison/Pkgfile @@ -5,7 +5,7 @@ # Depends on: ocaml name=unison -version=2.27.12 +version=2.27.24 release=1 source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/$name-$version/$... \ $name.1) @@ -13,7 +13,7 @@ source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/$name-$versi build() { cd $name-$version unset CFLAGS CXXFLAGS - make UISTYLE=text + make -j1 UISTYLE=text THREADS=true install -D -m 755 unison $PKG/usr/bin/unison install -D -m 644 $SRC/unison.1 $PKG/usr/man/man1/unison.1 }
participants (1)
-
crux@crux.nu