From 47eaa6344896b5f8de303e85d3d0aefc902de8bb Mon Sep 17 00:00:00 2001 From: Andy Goth Date: Fri, 5 Apr 2019 07:06:36 +0700 Subject: development/fossil: Updated for version 2.8. Signed-off-by: Willy Sudiarto Raharjo --- development/fossil/fossil.SlackBuild | 12 ++++++------ development/fossil/fossil.info | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'development') 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 +# Copyright 2019 Andy Goth # 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="" -- cgit v1.2.3