summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Andy Goth2019-04-05 02:06:36 +0200
committer Willy Sudiarto Raharjo2019-04-05 02:38:43 +0200
commit47eaa6344896b5f8de303e85d3d0aefc902de8bb (patch)
treedbf641fa9a50e4c1b4004bdc6bc52dafb0cadee9 /development
parent368cecda0917437cbc1534e86b8c8109efc65489 (diff)
downloadslackbuilds-47eaa6344896b5f8de303e85d3d0aefc902de8bb.tar.gz
development/fossil: Updated for version 2.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/fossil/fossil.SlackBuild12
-rw-r--r--development/fossil/fossil.info6
2 files changed, 9 insertions, 9 deletions
diff --git a/development/fossil/fossil.SlackBuild b/development/fossil/fossil.SlackBuild
index 7cf55008a9..edc27344e3 100644
--- a/development/fossil/fossil.SlackBuild
+++ b/development/fossil/fossil.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for fossil
-# Copyright 2018 Andy Goth <andrew.m.goth@gmail.com>
+# Copyright 2019 Andy Goth <andrew.m.goth@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fossil
-VERSION=${VERSION:-2.7}
+VERSION=${VERSION:-2.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,17 +69,17 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
+CFLAGS=$SLKCFLAGS \
+CXXFLAGS=$SLKCFLAGS \
./configure \
--prefix=/usr \
- --libdir=/usr/lib${LIBDIRSUFFIX} \
+ --libdir=/usr/lib$LIBDIRSUFFIX \
--build=$ARCH-slackware-linux
make
make install DESTDIR=$PKG
-find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
+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
mkdir -p $PKG/usr/man/man1
diff --git a/development/fossil/fossil.info b/development/fossil/fossil.info
index 3bf7466b86..cdd8340e8b 100644
--- a/development/fossil/fossil.info
+++ b/development/fossil/fossil.info
@@ -1,8 +1,8 @@
PRGNAM="fossil"
-VERSION="2.7"
+VERSION="2.8"
HOMEPAGE="https://www.fossil-scm.org/"
-DOWNLOAD="https://fossil-scm.org/index.html/uv/fossil-src-2.7.tar.gz"
-MD5SUM="b00819c45cb6518065540ce0704b0884"
+DOWNLOAD="https://fossil-scm.org/index.html/uv/fossil-src-2.8.tar.gz"
+MD5SUM="183d6f8b6743a44ae2ea475f40713658"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""