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-warp | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) |
Notes
Diffstat (limited to 'www/hs-warp')
-rw-r--r-- | www/hs-warp/Makefile | 17 | ||||
-rw-r--r-- | www/hs-warp/distinfo | 4 | ||||
-rw-r--r-- | www/hs-warp/pkg-descr | 2 |
3 files changed, 9 insertions, 14 deletions
diff --git a/www/hs-warp/Makefile b/www/hs-warp/Makefile index f025bb6280db..b1714e4d31f7 100644 --- a/www/hs-warp/Makefile +++ b/www/hs-warp/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: hs-warp -# Date created: March 13, 2011 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= warp -PORTVERSION= 1.2.2 +PORTVERSION= 1.3.5 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -14,11 +9,11 @@ COMMENT= A fast, light-weight web server for WAI applications LICENSE= MIT -USE_CABAL= blaze-builder>=0.2.1.4 blaze-builder-conduit>=0.4 \ - case-insensitive>=0.2 conduit>=0.4 http-types>=0.6 \ - lifted-base>=0.1 network>=2.3 network-conduit>=0.4 \ - simple-sendfile>=0.2.2 transformers>=0.2.2 unix-compat>=0.2 \ - wai>=1.2 +USE_CABAL= blaze-builder>=0.2.1.4 blaze-builder-conduit>=0.5 \ + case-insensitive>=0.2 conduit>=0.5 hashable http-types>=0.7 \ + lifted-base>=0.1 network>=2.3 network-conduit>=0.5 \ + simple-sendfile>=0.2.7 transformers>=0.2.2 unix-compat>=0.2 \ + void wai>=1.3 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-warp/distinfo b/www/hs-warp/distinfo index 24ee292b05a1..197ed9f99ea8 100644 --- a/www/hs-warp/distinfo +++ b/www/hs-warp/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/warp-1.2.2.tar.gz) = c0192bc664250ec47490539fe03b2e47f61a7831e88abeb822c58126a54b4a4a -SIZE (cabal/warp-1.2.2.tar.gz) = 14119 +SHA256 (cabal/warp-1.3.5.tar.gz) = 9429e1d97667c98bbfc05ff36eb8a8e1b3b1da04ceb2fa658c9f5b70dbbeb143 +SIZE (cabal/warp-1.3.5.tar.gz) = 17566 diff --git a/www/hs-warp/pkg-descr b/www/hs-warp/pkg-descr index 9a26dfc90cca..fbfdf2621a3c 100644 --- a/www/hs-warp/pkg-descr +++ b/www/hs-warp/pkg-descr @@ -1,3 +1,3 @@ The premier WAI handler. -WWW: http://github.com/yesodweb/wai +WWW: http://github.com/yesodweb/wai |