From b0caac93ec965b46b63b89b09ab99ddf17bf9167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikko=20V=C3=A4rri?= Date: Tue, 24 Feb 2015 22:27:52 +0200 Subject: development/darcs: Updated for version 2.8.5. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mikko Värri Signed-off-by: Willy Sudiarto Raharjo --- development/darcs/darcs.SlackBuild | 11 +++++++++-- development/darcs/darcs.info | 8 ++++---- 2 files changed, 13 insertions(+), 6 deletions(-) (limited to 'development') diff --git a/development/darcs/darcs.SlackBuild b/development/darcs/darcs.SlackBuild index 772b7fafcde7..ce162659e799 100644 --- a/development/darcs/darcs.SlackBuild +++ b/development/darcs/darcs.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for darcs -# Copyright 2013 Mikko Värri, Finland +# Copyright 2015 Mikko Värri, Finland # 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=darcs -VERSION=${VERSION:-2.8.4} +VERSION=${VERSION:-2.8.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,6 +71,13 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Raise a couple of upper bounds until darcs 2.10 is out +sed -i -r \ + -e 's/(random\s+== 1)\.0\.\*/\1.1.*/' \ + -e 's/(terminfo == 0)\.3\.\*/\1.4.*/' \ + -e 's/(text\s+>= 0\.11\.0\.6 && < 1)\.2/\1.3/' \ + darcs.cabal + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ runghc Setup configure \ diff --git a/development/darcs/darcs.info b/development/darcs/darcs.info index bfb2f8e29284..e243d8bb7950 100644 --- a/development/darcs/darcs.info +++ b/development/darcs/darcs.info @@ -1,10 +1,10 @@ PRGNAM="darcs" -VERSION="2.8.4" +VERSION="2.8.5" HOMEPAGE="http://darcs.net/" -DOWNLOAD="http://hackage.haskell.org/packages/archive/darcs/2.8.4/darcs-2.8.4.tar.gz" -MD5SUM="7456b7957add1b04c49de1b72c137a77" +DOWNLOAD="http://hackage.haskell.org/packages/archive/darcs/2.8.5/darcs-2.8.5.tar.gz" +MD5SUM="b440e9be53100bf660279ad7c0debf77" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-extensible-exceptions haskell-vector haskell-random haskell-syb haskell-html haskell-tar haskell-text haskell-parsec haskell-hashed-storage haskell-haskeline haskell-network haskell-HTTP haskell-regex-compat" +REQUIRES="haskell-utf8-string haskell-extensible-exceptions haskell-regex-compat haskell-mtl haskell-parsec haskell-html haskell-hashed-storage haskell-vector haskell-tar haskell-text haskell-random haskell-HTTP haskell-network haskell-network-uri haskell-mmap haskell-zlib" MAINTAINER="Mikko Värri" EMAIL="vmj@linuxbox.fi" -- cgit v1.2.3