From 71ed9d6fd9b81a732eac6053ffba9f47d619cc00 Mon Sep 17 00:00:00 2001 From: Johannes Schoepfer Date: Sat, 13 Apr 2019 05:37:15 +0700 Subject: network/s-nail: Updated for version 14.9.13. Signed-off-by: Willy Sudiarto Raharjo --- network/s-nail/s-nail.SlackBuild | 11 +++++++---- network/s-nail/s-nail.info | 8 ++++---- 2 files changed, 11 insertions(+), 8 deletions(-) (limited to 'network') diff --git a/network/s-nail/s-nail.SlackBuild b/network/s-nail/s-nail.SlackBuild index bc67eef46f..b81e29ced6 100644 --- a/network/s-nail/s-nail.SlackBuild +++ b/network/s-nail/s-nail.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for S-nail # Copyright 2008, 2009, 2010, 2016 Patrick J. Volkerding, Sebeka, MN, USA -# Copyright 2018 Johannes Schoepfer, Germany +# Copyright 2018 - 2019 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=s-nail -VERSION=${VERSION:-14.9.11} +VERSION=${VERSION:-14.9.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,7 +71,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ -make \ +make \ VAL_PREFIX=/usr \ VAL_SYSCONFDIR=/etc \ VAL_MANDIR=/usr/man \ @@ -88,6 +88,9 @@ make build make test make install DESTDIR=$PKG +# Tighten up the perms a bit: +chmod 4711 $PKG/usr/libexec/mailx-dotlock + 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 @@ -120,7 +123,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - COPYING* INSTALL NEWS README THANKS \ + COPYING* INSTALL* NEWS* README* THANKS* \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/network/s-nail/s-nail.info b/network/s-nail/s-nail.info index 56f3b7e627..d7824d73fe 100644 --- a/network/s-nail/s-nail.info +++ b/network/s-nail/s-nail.info @@ -1,8 +1,8 @@ PRGNAM="s-nail" -VERSION="14.9.11" -HOMEPAGE="https://www.sdaoden.eu/code.html#s-nail" -DOWNLOAD="https://www.sdaoden.eu/downloads/s-nail-14.9.11.tar.xz" -MD5SUM="28171468f4eedde496c381ec65aaf379" +VERSION="14.9.13" +HOMEPAGE="https://www.sdaoden.eu/code.html" +DOWNLOAD="https://www.sdaoden.eu/downloads/s-nail-14.9.13.tar.xz" +MD5SUM="ecd7ab5b52f0ea03608fd2c4cb327964" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README%" -- cgit v1.2.3