diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-24 01:24:13 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-31 11:15:34 +0700 |
commit | ea5421206ff0e18edd763d917be3a1087f33c1ba (patch) | |
tree | a8a45ae2c7987b257fc4834725fba04477ce5363 | |
parent | 1a4ddcd236d7813a9dca0fdf48b1fa4145d62b2d (diff) | |
download | slackbuilds-ea5421206ff0e18edd763d917be3a1087f33c1ba.tar.gz |
system/man-db: Updated for version 2.9.3.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/man-db/README | 13 | ||||
-rw-r--r-- | system/man-db/man-db.SlackBuild | 5 | ||||
-rw-r--r-- | system/man-db/man-db.info | 10 |
3 files changed, 15 insertions, 13 deletions
diff --git a/system/man-db/README b/system/man-db/README index 1e48863b3a..8ac7c0c470 100644 --- a/system/man-db/README +++ b/system/man-db/README @@ -1,11 +1,12 @@ man-db (database-driven manual pager suite) -This package provides the man command and related utilities for examining -on-line help files (manual pages). It can act as a replacement for -Slackware's man package. It has several enhancements over man, including -an indexed database for searches with -k or apropos, the ability to -easily view man pages in a browser, better i18n support, and a much more -efficient implementation of the -K (full text search) option. +This package provides the man command and related utilities +for examining on-line help files (manual pages). It can act as a +replacement for Slackware's man package. It has several enhancements +over man, including an indexed database for searches with -k or +apropos, the ability to easily view man pages in a browser, better +i18n support, and a much more efficient implementation of the -K (full +text search) option. This build includes a complete install of libpipeline. diff --git a/system/man-db/man-db.SlackBuild b/system/man-db/man-db.SlackBuild index 1c9d903fc3..7e8260ddd1 100644 --- a/system/man-db/man-db.SlackBuild +++ b/system/man-db/man-db.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20201024 bkw: update for v2.9.3 (matches -current) # 20200316 bkw: update for v2.9.1 (resync with -current) # 20191201 bkw: update for v2.9.0 (to match -current again). # Also got rid of the systemd-specific stuff properly (via configure opts). @@ -53,7 +54,7 @@ # - update README and README.Slackware slightly. PRGNAM=man-db -VERSION=${VERSION:-2.9.1} +VERSION=${VERSION:-2.9.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -110,7 +111,7 @@ mkdir -p $TMP $PKG $OUTPUT # Instead of making it a separate build and external dep, we'll just # bundle it here. LIBNAM=libpipeline -LIBVER=1.5.2 +LIBVER=1.5.3 cd $TMP rm -rf $LIBNAM-$LIBVER diff --git a/system/man-db/man-db.info b/system/man-db/man-db.info index 3106bed766..a0c86e1b19 100644 --- a/system/man-db/man-db.info +++ b/system/man-db/man-db.info @@ -1,10 +1,10 @@ PRGNAM="man-db" -VERSION="2.9.1" +VERSION="2.9.3" HOMEPAGE="http://www.nongnu.org/man-db/" -DOWNLOAD="http://download.savannah.gnu.org/releases/man-db/man-db-2.9.1.tar.xz \ - http://download.savannah.gnu.org/releases/libpipeline/libpipeline-1.5.2.tar.gz" -MD5SUM="593f4f0a26ab4f66f5b81cf6c0c7364c \ - 169de4cc1f6f7f7d430a5bed858b2fd3" +DOWNLOAD="http://download.savannah.gnu.org/releases/man-db/man-db-2.9.3.tar.xz \ + http://download.savannah.gnu.org/releases/libpipeline/libpipeline-1.5.3.tar.gz" +MD5SUM="4c8721faa54a4c950c640e5e5c713fb0 \ + dad443d0911cf9f0f1bd90a334bc9004" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |