diff options
author | pgj <pgj@FreeBSD.org> | 2011-08-14 09:30:47 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2011-08-14 09:30:47 +0800 |
commit | 972d01576475cf2108c8feaf27f4e873bca0cd9b (patch) | |
tree | bb22cf356ed7629095f51ac983c610651dcb5c2c /www/hs-warp | |
parent | 9724f793497b8f9ad2d77e4301a8c770fa6d1086 (diff) | |
download | freebsd-ports-gnome-972d01576475cf2108c8feaf27f4e873bca0cd9b.tar.gz freebsd-ports-gnome-972d01576475cf2108c8feaf27f4e873bca0cd9b.tar.zst freebsd-ports-gnome-972d01576475cf2108c8feaf27f4e873bca0cd9b.zip |
- Update to 0.4.3
Obtained from: FreeBSD Haskell
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 |