system/mandoc: Updated for version 1.14.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
LEVAI Daniel 2019-01-12 08:00:45 +07:00 committed by Willy Sudiarto Raharjo
parent 541209bee3
commit b4b06770b3
2 changed files with 5 additions and 11 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (c) 2014-2018 LEVAI Daniel
# Copyright (c) 2014-2019 LEVAI Daniel
# All rights reserved.
#
# * Redistribution and use in source and binary forms, with or without
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mandoc
VERSION=${VERSION:-1.14.3}
VERSION=${VERSION:-1.14.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -84,12 +84,6 @@ make install \
PREFIX=/usr \
LIBDIR=/usr/lib${LIBDIRSUFFIX}
# Fix symlinks
for link in $(find ${PKG}/usr/bin ${PKG}/usr/sbin -type l);do
TARGET=$(readlink ${link})
ln -fs ${TARGET##${PKG}} ${link}
done
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View File

@ -1,8 +1,8 @@
PRGNAM="mandoc"
VERSION="1.14.3"
VERSION="1.14.4"
HOMEPAGE="http://mandoc.bsd.lv/"
DOWNLOAD="http://mandoc.bsd.lv/snapshots/mandoc-1.14.3.tar.gz"
MD5SUM="3d49ca1eb15b49b5d15c708027fd27c9"
DOWNLOAD="http://mandoc.bsd.lv/snapshots/mandoc-1.14.4.tar.gz"
MD5SUM="67db024e60a9950920cf109ca9aa998e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""