diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
commit | f6f83c9efc2c46d2970746758e2c682bb8a518ec (patch) | |
tree | 290f2ea61305744bf0f477895c56b92acaeb361f /www/hs-wai-extra | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) |
Notes
Diffstat (limited to 'www/hs-wai-extra')
-rw-r--r-- | www/hs-wai-extra/Makefile | 18 | ||||
-rw-r--r-- | www/hs-wai-extra/distinfo | 4 | ||||
-rw-r--r-- | www/hs-wai-extra/pkg-descr | 2 |
3 files changed, 10 insertions, 14 deletions
diff --git a/www/hs-wai-extra/Makefile b/www/hs-wai-extra/Makefile index 3e9490905e61..8705256b0a68 100644 --- a/www/hs-wai-extra/Makefile +++ b/www/hs-wai-extra/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: hs-wai-extra -# Date created: December 26, 2011 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= wai-extra -PORTVERSION= 1.2.0.5 +PORTVERSION= 1.3.0.4 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -14,11 +9,12 @@ COMMENT= Provides some basic WAI handlers and middleware LICENSE= MIT -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 stringsearch>=0.3 text>=0.7 transformers>=0.2.2 \ - wai>=1.2 zlib-conduit>=0.4 +USE_CABAL= ansi-terminal blaze-builder>=0.2.1.4 blaze-builder-conduit>=0.5 \ + case-insensitive>=0.2 conduit>=0.5 data-default \ + date-cache>=0.3 fast-logger>=0.2 http-types>=0.7 \ + network>=2.2.1.5 resourcet>=0.3 stringsearch>=0.3 \ + text>=0.7 transformers>=0.2.2 void>=0.5 wai>=1.3 \ + wai-logger>=0.2 zlib-conduit>=0.5 .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 af8fa7612fc8..869860fcfbd9 100644 --- a/www/hs-wai-extra/distinfo +++ b/www/hs-wai-extra/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/wai-extra-1.2.0.5.tar.gz) = 36aa7669d839ddf3525b709ee4e3915c1edb7211e204a7f93a52c0c68c6d3f55 -SIZE (cabal/wai-extra-1.2.0.5.tar.gz) = 29726 +SHA256 (cabal/wai-extra-1.3.0.4.tar.gz) = 8cc9d864c88fc54644d10eae9c45d466afcb78fe9876c082099ddb7a234e20c5 +SIZE (cabal/wai-extra-1.3.0.4.tar.gz) = 30837 diff --git a/www/hs-wai-extra/pkg-descr b/www/hs-wai-extra/pkg-descr index db6097409656..d549df211d86 100644 --- a/www/hs-wai-extra/pkg-descr +++ b/www/hs-wai-extra/pkg-descr @@ -1,3 +1,3 @@ The goal here is to provide common features without many dependencies. -WWW: http://github.com/yesodweb/wai +WWW: http://github.com/yesodweb/wai |