diff options
author | B. Watson <yalhcru@gmail.com> | 2018-02-08 19:44:25 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-10 08:09:26 +0700 |
commit | 4525a8781cef0e65b4e620e2910fb76964db95da (patch) | |
tree | 55d2f85968544027e8287e30df35d1a95962fba3 /system/man-db | |
parent | b6357b9e473f72a2db482bd8c9456058b8e58c2e (diff) | |
download | slackbuilds-4525a8781cef0e65b4e620e2910fb76964db95da.tar.gz |
system/man-db: Updated for version 2.8.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/man-db')
-rw-r--r-- | system/man-db/man-db.SlackBuild | 10 | ||||
-rw-r--r-- | system/man-db/man-db.info | 10 |
2 files changed, 13 insertions, 7 deletions
diff --git a/system/man-db/man-db.SlackBuild b/system/man-db/man-db.SlackBuild index 1df54c96fc..e041299534 100644 --- a/system/man-db/man-db.SlackBuild +++ b/system/man-db/man-db.SlackBuild @@ -6,6 +6,12 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20180208 bkw: update for man-db 2.8.0, libpipeline 1.5.0. +# This may be the last SBo update, since Pat has imported man-db +# into Slackware-current. Depends on how long it is from now until +# the next release: I'll maintain this until SBo stops accepting +# submissions for 14.2. + # 20170305 bkw: # - BUILD=2 # - get rid of systemd-specific /usr/lib/tmpfiles.d from package. @@ -40,7 +46,7 @@ # - update README and README.Slackware slightly. PRGNAM=man-db -VERSION=${VERSION:-2.7.6.1} +VERSION=${VERSION:-2.8.0} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} @@ -97,7 +103,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.4.1 +LIBVER=1.5.0 cd $TMP rm -rf $LIBNAM-$LIBVER diff --git a/system/man-db/man-db.info b/system/man-db/man-db.info index e4b784d6f1..dc74e2d11c 100644 --- a/system/man-db/man-db.info +++ b/system/man-db/man-db.info @@ -1,10 +1,10 @@ PRGNAM="man-db" -VERSION="2.7.6.1" +VERSION="2.8.0" HOMEPAGE="http://www.nongnu.org/man-db/" -DOWNLOAD="http://download.savannah.gnu.org/releases/man-db/man-db-2.7.6.1.tar.xz \ - http://download.savannah.gnu.org/releases/libpipeline/libpipeline-1.4.1.tar.gz" -MD5SUM="2948d49d0ed7265f60f83aa4a9ac9268 \ - e54590ec68d6c1239f67b5b44e92022c" +DOWNLOAD="http://download.savannah.gnu.org/releases/man-db/man-db-2.8.0.tar.xz \ + http://download.savannah.gnu.org/releases/libpipeline/libpipeline-1.5.0.tar.gz" +MD5SUM="2b7d6cf6350735544522859d93983fab \ + b7437a5020190cfa84f09c412db38902" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |