summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-08-03 03:18:49 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-08-03 03:18:49 +0000
commit7d1a98a679603289e518d968c9b60b93d54c7b8a (patch)
tree7ac973addc1aec1ece8891492c82b1e7e73ab462 /www
parent- Update to 0.7.0.3 (diff)
- Update to 0.8.1.1
- Use the new options framework Obtained from: FreeBSD Haskell
Notes
Notes: svn path=/head/; revision=301918
Diffstat (limited to 'www')
-rw-r--r--www/hs-heist/Makefile2
-rw-r--r--www/hs-heist/distinfo4
-rw-r--r--www/hs-heist/files/patch-heist.cabal13
3 files changed, 3 insertions, 16 deletions
diff --git a/www/hs-heist/Makefile b/www/hs-heist/Makefile
index 21a212a4b7af..ee4e2b10ab60 100644
--- a/www/hs-heist/Makefile
+++ b/www/hs-heist/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= heist
-PORTVERSION= 0.8.0
+PORTVERSION= 0.8.1.1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/www/hs-heist/distinfo b/www/hs-heist/distinfo
index debf87f985e3..cc7f86d52c0a 100644
--- a/www/hs-heist/distinfo
+++ b/www/hs-heist/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/heist-0.8.0.tar.gz) = d5ebe258fc9102a3f997f54c06f273cde4890a9f16f3bd737f6184bf6a05343c
-SIZE (cabal/heist-0.8.0.tar.gz) = 38261
+SHA256 (cabal/heist-0.8.1.1.tar.gz) = 903a3be01427f915b86af3b0863abfd7ab703852005bd15b60d7a9a97f34a529
+SIZE (cabal/heist-0.8.1.1.tar.gz) = 38515
diff --git a/www/hs-heist/files/patch-heist.cabal b/www/hs-heist/files/patch-heist.cabal
deleted file mode 100644
index 293b888d50f9..000000000000
--- a/www/hs-heist/files/patch-heist.cabal
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./heist.cabal.orig 2012-03-16 19:55:22.000000000 +0100
-+++ ./heist.cabal 2012-05-12 22:49:58.000000000 +0200
-@@ -94,8 +94,8 @@
- directory,
- directory-tree,
- filepath,
-- MonadCatchIO-transformers >= 0.2.1 && < 0.3,
-- mtl >= 2.0 && < 2.1,
-+ MonadCatchIO-transformers >= 0.2.1 && < 0.4,
-+ mtl >= 2.0 && < 2.2,
- process,
- random,
- text >= 0.10 && < 0.12,