From b1045b8fd5c896741e96cd172e21727d4f6b13c0 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Sat, 24 Oct 2020 18:18:51 -0400 Subject: games/vera: Updated for version 1.24. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- games/vera/README | 4 ++-- games/vera/vera.SlackBuild | 11 +++++------ games/vera/vera.info | 6 +++--- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/games/vera/README b/games/vera/README index 4a60243c35..5e4a307696 100644 --- a/games/vera/README +++ b/games/vera/README @@ -7,5 +7,5 @@ The database is installed in GNU Info format (use "info vera" to access) and as the wtf(6) database, replacing the tiny/outdated one from bsd-games. -If you remove this package, reinstall bsd-games to revert to the original -wtf database. +If you remove this package, reinstall bsd-games to revert to the +original wtf database. diff --git a/games/vera/vera.SlackBuild b/games/vera/vera.SlackBuild index 65dbe2c416..d0417f27ee 100644 --- a/games/vera/vera.SlackBuild +++ b/games/vera/vera.SlackBuild @@ -6,8 +6,10 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20201024 bkw: updated for v1.24 + PRGNAM=vera -VERSION=${VERSION:-1.23} +VERSION=${VERSION:-1.24} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -27,11 +29,8 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ + \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ # Fix TL;DR and BP;DR entries. patch -p1 < $CWD/semicolons.diff diff --git a/games/vera/vera.info b/games/vera/vera.info index 14b50a545d..021dd80f6d 100644 --- a/games/vera/vera.info +++ b/games/vera/vera.info @@ -1,8 +1,8 @@ PRGNAM="vera" -VERSION="1.23" +VERSION="1.24" HOMEPAGE="ftp://ftp.gnu.org/gnu/vera/" -DOWNLOAD="ftp://ftp.gnu.org/gnu/vera/vera-1.23.tar.gz" -MD5SUM="3301685834a37f7005451c803e63a76a" +DOWNLOAD="ftp://ftp.gnu.org/gnu/vera/vera-1.24.tar.gz" +MD5SUM="03dce85d633e58acdd836ac1e260e7fb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3