summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2018-10-01 08:41:59 +0200
committer Willy Sudiarto Raharjo2018-10-21 01:47:11 +0200
commit227999748fb48e22347e96cff8d65994ac158b35 (patch)
treeec6a76540b06a9162ed43887bb3c0f95f9597932
parenta8804754f13357f31ccf20f60833f52ff1d85029 (diff)
downloadslackbuilds-227999748fb48e22347e96cff8d65994ac158b35.tar.gz
development/xtruss: Updated for version 20181001.82973f5.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--development/xtruss/xtruss.SlackBuild11
-rw-r--r--development/xtruss/xtruss.info6
2 files changed, 8 insertions, 9 deletions
diff --git a/development/xtruss/xtruss.SlackBuild b/development/xtruss/xtruss.SlackBuild
index 9fbea5fecb..894639819e 100644
--- a/development/xtruss/xtruss.SlackBuild
+++ b/development/xtruss/xtruss.SlackBuild
@@ -5,8 +5,10 @@
# Written by V'yacheslav Stetskevych
# Modified by B. Watson
+# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+
PRGNAM=xtruss
-VERSION=${VERSION:-20150926.f43ba98}
+VERSION=${VERSION:-20181001.82973f5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -46,11 +48,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 {} \+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
diff --git a/development/xtruss/xtruss.info b/development/xtruss/xtruss.info
index f44e86b3b4..e0b6fe1865 100644
--- a/development/xtruss/xtruss.info
+++ b/development/xtruss/xtruss.info
@@ -1,8 +1,8 @@
PRGNAM="xtruss"
-VERSION="20150926.f43ba98"
+VERSION="20181001.82973f5"
HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/xtruss/"
-DOWNLOAD="https://www.chiark.greenend.org.uk/~sgtatham/xtruss/xtruss-20150926.f43ba98.tar.gz"
-MD5SUM="2beb74c0de3c274df1641ad8bb5b3ad7"
+DOWNLOAD="https://www.chiark.greenend.org.uk/~sgtatham/xtruss/xtruss-20181001.82973f5.tar.gz"
+MD5SUM="21f7dbdac0caf4199cbf581445454718"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""