summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author LEVAI Daniel <leva@ecentrum.hu>2019-01-12 08:00:45 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-01-12 08:00:45 +0700
commitb4b06770b36acf6c91b847ee69e62b1eaab28641 (patch)
tree9e5d09c6872c71e944f13d3aebfbe2dceacb7c5e /system
parent541209bee3460211d0dee5268bd3cc1b16a0b364 (diff)
downloadslackbuilds-b4b06770b36acf6c91b847ee69e62b1eaab28641.tar.gz
slackbuilds-b4b06770b36acf6c91b847ee69e62b1eaab28641.tar.xz
system/mandoc: Updated for version 1.14.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/mandoc/mandoc.SlackBuild10
-rw-r--r--system/mandoc/mandoc.info6
2 files changed, 5 insertions, 11 deletions
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=""