diff options
-rw-r--r-- | www/hs-wai-extra/Makefile | 13 | ||||
-rw-r--r-- | www/hs-wai-extra/distinfo | 4 | ||||
-rw-r--r-- | www/hs-wai-extra/pkg-descr | 2 |
3 files changed, 10 insertions, 9 deletions
diff --git a/www/hs-wai-extra/Makefile b/www/hs-wai-extra/Makefile index b31a31dd66f8..28619958e590 100644 --- a/www/hs-wai-extra/Makefile +++ b/www/hs-wai-extra/Makefile @@ -6,18 +6,19 @@ # PORTNAME= wai-extra -PORTVERSION= 0.4.6 +PORTVERSION= 1.2.0.4 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Provides some basic WAI handlers and middleware -LICENSE= BSD +LICENSE= MIT -USE_CABAL= blaze-builder>=0.2.1.4 blaze-builder-enumerator>=0.2 \ - case-insensitive>=0.2 data-default>=0.3 enumerator>=0.4.8 \ - fast-logger>=0.0.1 http-types>=0.6 network>=2.2.1.5 text>=0.7 \ - transformers>=0.2.2 wai>=0.4 zlib-bindings zlib-enum>=0.2.1 +USE_CABAL= ansi-terminal blaze-builder>=0.2.1.4 blaze-builder-conduit>=0.4 \ + case-insensitive>=0.2 conduit>=0.4 data-default>=0.3 \ + fast-logger>=0.0.2 http-types>=0.6 network>=2.2.1.5 \ + resourcet>=0.3 text>=0.7 transformers>=0.2.2 wai>=1.2 \ + zlib-conduit>=0.4 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-wai-extra/distinfo b/www/hs-wai-extra/distinfo index 8ee2752c3f63..37850543e2b5 100644 --- a/www/hs-wai-extra/distinfo +++ b/www/hs-wai-extra/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/wai-extra-0.4.6.tar.gz) = 1bee3d5046c09eb0a66d4678a324dcc76e2110b9f7beebe3186d7d5cf877edf2 -SIZE (cabal/wai-extra-0.4.6.tar.gz) = 28666 +SHA256 (cabal/wai-extra-1.2.0.4.tar.gz) = 5fe9d774506baadb4bb18310f561434f2848dd6723540ee3112860a3d741cd82 +SIZE (cabal/wai-extra-1.2.0.4.tar.gz) = 29870 diff --git a/www/hs-wai-extra/pkg-descr b/www/hs-wai-extra/pkg-descr index 0a02394b3a92..db6097409656 100644 --- a/www/hs-wai-extra/pkg-descr +++ b/www/hs-wai-extra/pkg-descr @@ -1,3 +1,3 @@ -Provides common features without many dependencies. +The goal here is to provide common features without many dependencies. WWW: http://github.com/yesodweb/wai |