diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2011-08-14 01:30:47 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2011-08-14 01:30:47 +0000 |
commit | a0b29035e6894f19768b357443e41a04d76b6f38 (patch) | |
tree | c6f1c2df6992e8a60ed7263d96a7d90fbed5750e /www/hs-warp | |
parent | 31015b2fea9d3698b8459717684d29e54397f2ee (diff) | |
download | ports-a0b29035e6894f19768b357443e41a04d76b6f38.tar.gz ports-a0b29035e6894f19768b357443e41a04d76b6f38.zip |
Notes
Diffstat (limited to 'www/hs-warp')
-rw-r--r-- | www/hs-warp/Makefile | 6 | ||||
-rw-r--r-- | www/hs-warp/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/hs-warp/Makefile b/www/hs-warp/Makefile index 300e9a123287..764eeeb1d194 100644 --- a/www/hs-warp/Makefile +++ b/www/hs-warp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= warp -PORTVERSION= 0.4.0.1 -PORTREVISION= 3 +PORTVERSION= 0.4.3 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -17,7 +16,8 @@ LICENSE= BSD USE_CABAL= blaze-builder>=0.2.1.4 blaze-builder-enumerator>=0.2 \ case-insensitive>=0.2 enumerator>=0.4.5 http-types>=0.6 \ - network>=2.3 sendfile>=0.7.2 transformers>=0.2 wai>=0.4 + network>=2.3 simple-sendfile>=0.1 transformers>=0.2 \ + unix-compat>=0.2 wai>=0.4 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-warp/distinfo b/www/hs-warp/distinfo index 2ed356917228..68b8205b56ae 100644 --- a/www/hs-warp/distinfo +++ b/www/hs-warp/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/warp-0.4.0.1.tar.gz) = b16d11b050ee98c79c13d8d5f99e55cb212e6daa6a37f9e1e64251a13e4ced21 -SIZE (cabal/warp-0.4.0.1.tar.gz) = 8153 +SHA256 (cabal/warp-0.4.3.tar.gz) = cc931feeb15aa54c6a59db3f69fb75c6819322300005842e158d1549b4f72ebc +SIZE (cabal/warp-0.4.3.tar.gz) = 8952 |