diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-06-26 14:43:15 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-03 11:36:04 +0700 |
commit | 4110ff671d0b97f8c391f697bf232a52886cbb74 (patch) | |
tree | d8c86cfffae44dfb5f82113036b12d07708bdbc9 | |
parent | 05df8bbe43905d9d4c350f31a7562f40880fd0be (diff) | |
download | slackbuilds-4110ff671d0b97f8c391f697bf232a52886cbb74.tar.gz |
system/unison: Updated for version 2.51.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/unison/old_ocaml.diff.gz | bin | 393 -> 0 bytes | |||
-rw-r--r-- | system/unison/unison.SlackBuild | 11 | ||||
-rw-r--r-- | system/unison/unison.info | 6 |
3 files changed, 7 insertions, 10 deletions
diff --git a/system/unison/old_ocaml.diff.gz b/system/unison/old_ocaml.diff.gz Binary files differdeleted file mode 100644 index 9fd8b1b527..0000000000 --- a/system/unison/old_ocaml.diff.gz +++ /dev/null diff --git a/system/unison/unison.SlackBuild b/system/unison/unison.SlackBuild index 3e82e4a68b..4fd5c8e30c 100644 --- a/system/unison/unison.SlackBuild +++ b/system/unison/unison.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for unison # Copyright 2007-2011 Ferenc Deak <ferenc.deak@gmail.com> -# Copyright 2018,2020 Andrew Clemons, Wellington New Zealand +# Copyright 2018,2021 Andrew Clemons, Wellington New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=unison -VERSION=${VERSION:-2.51.3} +VERSION=${VERSION:-2.51.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,10 +64,6 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION -if [ "$(ocamlc --version | cut -d. -f1)" = "4" ] && [ "$(ocamlc --version | cut -d. -f2)" = "03" ] ; then - zcat $CWD/old_ocaml.diff.gz | patch -p1 -fi - chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -130,7 +126,8 @@ install -m 0644 icons/U.32x32x16m.png $PKG/usr/share/pixmaps/$PRGNAM.png yes '' | make -C doc real mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a src/{BUGS.txt,CONTRIB,COPYING,INSTALL*,NEWS,README,ROADMAP.txt,TODO.txt} $PKG/usr/doc/$PRGNAM-$VERSION +cp -a src/{CONTRIB,COPYING,INSTALL*,NEWS,README,ROADMAP.txt,TODO.txt} $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION install -m 0644 doc/unison-manual.pdf $PKG/usr/doc/$PRGNAM-$VERSION # html manual only built if hevea installed diff --git a/system/unison/unison.info b/system/unison/unison.info index 3db7c7da02..bd55633043 100644 --- a/system/unison/unison.info +++ b/system/unison/unison.info @@ -1,8 +1,8 @@ PRGNAM="unison" -VERSION="2.51.3" +VERSION="2.51.4" HOMEPAGE="https://www.cis.upenn.edu/~bcpierce/unison/" -DOWNLOAD="https://github.com/bcpierce00/unison/archive/v2.51.3/unison-2.51.3.tar.gz" -MD5SUM="015533d6f89b47d8862c0e56350d1b0a" +DOWNLOAD="https://github.com/bcpierce00/unison/archive/v2.51.4/unison-2.51.4.tar.gz" +MD5SUM="490d42bd675ee126ee53c2378d70766c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lablgtk" |