From b4b06770b36acf6c91b847ee69e62b1eaab28641 Mon Sep 17 00:00:00 2001 From: LEVAI Daniel Date: Sat, 12 Jan 2019 08:00:45 +0700 Subject: system/mandoc: Updated for version 1.14.4. Signed-off-by: Willy Sudiarto Raharjo --- system/mandoc/mandoc.SlackBuild | 10 ++-------- system/mandoc/mandoc.info | 6 +++--- 2 files changed, 5 insertions(+), 11 deletions(-) (limited to 'system/mandoc') diff --git a/system/mandoc/mandoc.SlackBuild b/system/mandoc/mandoc.SlackBuild index b670290747..89cd662b21 100644 --- a/system/mandoc/mandoc.SlackBuild +++ b/system/mandoc/mandoc.SlackBuild @@ -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 diff --git a/system/mandoc/mandoc.info b/system/mandoc/mandoc.info index 9a1f4f3f23..5593c55a6b 100644 --- a/system/mandoc/mandoc.info +++ b/system/mandoc/mandoc.info @@ -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="" -- cgit v1.2.3