aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-darcs
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-05-25 21:44:12 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-05-25 21:44:12 +0000
commitfff1aa535b4a18a05d872de7c9afb3dbf9f6013b (patch)
tree86e71c0056b8414191c8b421101694a177fec03e /devel/hs-darcs
parentb782168218ce43588149523e6d12003aa68ad324 (diff)
downloadports-fff1aa535b4a18a05d872de7c9afb3dbf9f6013b.tar.gz
ports-fff1aa535b4a18a05d872de7c9afb3dbf9f6013b.zip
Update lang/ghc 8.4.2 and the hs-* ports the newer versions
* Update lang/ghc to 8.4.2 * Update the boostrap compiler to 8.4.1 * Update the many hs-* ports * Bump the rest Thanks a lot to arrowd for doing all the heavy lifting :) PR: 227968 Exp-run by: antoine Submitted by: arrowd Differential Revision: https://reviews.freebsd.org/D15005
Notes
Notes: svn path=/head/; revision=470870
Diffstat (limited to 'devel/hs-darcs')
-rw-r--r--devel/hs-darcs/Makefile9
-rw-r--r--devel/hs-darcs/distinfo6
-rw-r--r--devel/hs-darcs/files/patch-darcs.cabal11
3 files changed, 8 insertions, 18 deletions
diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile
index 2b5f28695d78..15926cb0267f 100644
--- a/devel/hs-darcs/Makefile
+++ b/devel/hs-darcs/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= darcs
-PORTVERSION= 2.12.5
-PORTREVISION= 1
+PORTVERSION= 2.14.0
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
@@ -13,13 +12,15 @@ LICENSE= GPLv2
USE_CABAL= async attoparsec base16-bytestring cryptohash \
data-ordlist dataenc fgl graphviz hashable html HTTP \
- mmap mtl parsec random \
+ mmap mtl random \
regex-applicative regex-compat-tdfa sandi tar \
- text transformers-compat unix-compat \
+ transformers-compat unix-compat \
utf8-string vector zip-archive zlib
EXECUTABLE= darcs
+IGNORE= Depends on graphics/hs-graphviz, which doesn't compile with recent GHC
+
MAN1PAGES= darcs.1
FLAGS_DEFINE= STATIC TERMINFO THREADED
diff --git a/devel/hs-darcs/distinfo b/devel/hs-darcs/distinfo
index b1637f2cebd2..78c410049662 100644
--- a/devel/hs-darcs/distinfo
+++ b/devel/hs-darcs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499538866
-SHA256 (cabal/darcs-2.12.5.tar.gz) = 355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553
-SIZE (cabal/darcs-2.12.5.tar.gz) = 1460698
+TIMESTAMP = 1525013682
+SHA256 (cabal/darcs-2.14.0.tar.gz) = 19fa0882a1485f03ab0552d6f01d538c2b286c4a38a1fe502e9cf2a78f782803
+SIZE (cabal/darcs-2.14.0.tar.gz) = 1063067
diff --git a/devel/hs-darcs/files/patch-darcs.cabal b/devel/hs-darcs/files/patch-darcs.cabal
deleted file mode 100644
index 18095e40a87a..000000000000
--- a/devel/hs-darcs/files/patch-darcs.cabal
+++ /dev/null
@@ -1,11 +0,0 @@
---- darcs.cabal.orig 2017-07-11 16:28:16 UTC
-+++ darcs.cabal
-@@ -400,7 +400,7 @@ Library
- transformers-compat >= 0.4 && < 0.6,
- parsec >= 3.1 && < 3.2,
- fgl >= 5.5.0.1 && < 5.6,
-- graphviz >= 2999.17.0.1 && < 2999.19,
-+ graphviz >= 2999.17.0.1 && < 2999.20,
- html >= 1.0.1.2 && < 1.1,
- filepath >= 1.3.0.1 && < 1.5.0.0,
- haskeline >= 0.6.3 && < 0.8,