diff options
author | B. Watson <yalhcru@gmail.com> | 2017-02-15 17:39:04 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-18 07:54:16 +0700 |
commit | f100798b1edee866c3679b1c1a4b84b578f02bd4 (patch) | |
tree | f6bfc6cf2828df72574a2af310da46917dcb9793 /system/man-db/man-db.SlackBuild | |
parent | 720d6700bb27e710ea48f1f577ead4bec40ca538 (diff) | |
download | slackbuilds-f100798b1edee866c3679b1c1a4b84b578f02bd4.tar.gz |
system/man-db: Updated for version 2.7.6.1.
Diffstat (limited to 'system/man-db/man-db.SlackBuild')
-rw-r--r-- | system/man-db/man-db.SlackBuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/system/man-db/man-db.SlackBuild b/system/man-db/man-db.SlackBuild index 21c1ec5b3a..862bd35185 100644 --- a/system/man-db/man-db.SlackBuild +++ b/system/man-db/man-db.SlackBuild @@ -6,6 +6,15 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20170215 bkw: +# - update for 2.7.6.1 (whoops, last update wasn't for the latest version +# - only update the cache in doinst.sh if it's over an hour old. this +# takes several minutes, and happens twice (uselessly) if the package +# is upgraded (since upgradepkg runs doinst.sh twice). waiting an hour +# also makes my life easier when I'm testing this script. +# - fix man-db.cron so it works even if USR=yes (whoops), and stop trying +# to chown the cache to the nonexistent 'man' user. + # 20170125 bkw: # - update for 2.7.6. # - add --disable-cache-owner. TODO: revisit this at some @@ -26,7 +35,7 @@ # - update README and README.Slackware slightly. PRGNAM=man-db -VERSION=${VERSION:-2.7.6} +VERSION=${VERSION:-2.7.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |