diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 06:49:07 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 06:49:07 +0800 |
commit | 1c9fab8f3de9fd05c977cc50dae998a38626d312 (patch) | |
tree | 3f73bf684d3b5a8769e43b9036abf892c8611ecf | |
parent | 5db1c01edab5eebfb2ed9b5d93eff3b0a191f478 (diff) | |
download | freebsd-ports-gnome-1c9fab8f3de9fd05c977cc50dae998a38626d312.tar.gz freebsd-ports-gnome-1c9fab8f3de9fd05c977cc50dae998a38626d312.tar.zst freebsd-ports-gnome-1c9fab8f3de9fd05c977cc50dae998a38626d312.zip |
- Update to 1.2.1.1
Obtained from: FreeBSD Haskell
-rw-r--r-- | www/hs-warp/Makefile | 13 | ||||
-rw-r--r-- | www/hs-warp/distinfo | 4 | ||||
-rw-r--r-- | www/hs-warp/pkg-descr | 4 |
3 files changed, 11 insertions, 10 deletions
diff --git a/www/hs-warp/Makefile b/www/hs-warp/Makefile index f0105bf42273..9eb6a7475e01 100644 --- a/www/hs-warp/Makefile +++ b/www/hs-warp/Makefile @@ -6,18 +6,19 @@ # PORTNAME= warp -PORTVERSION= 0.4.6.3 +PORTVERSION= 1.2.1.1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org COMMENT= A fast, light-weight web server for WAI applications -LICENSE= BSD +LICENSE= MIT -USE_CABAL= blaze-builder>=0.2.1.4 blaze-builder-enumerator>=0.2 \ - case-insensitive>=0.2 enumerator>=0.4.8 http-types>=0.6 \ - network>=2.3 simple-sendfile>=0.1 transformers>=0.2.2 \ - unix-compat>=0.2 wai>=0.4 +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 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-warp/distinfo b/www/hs-warp/distinfo index 41c19b652adf..292a86329502 100644 --- a/www/hs-warp/distinfo +++ b/www/hs-warp/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/warp-0.4.6.3.tar.gz) = a6fe9b30dd9c63818ffe276bf5c0ef39725bae33d9213847bcd60ba2c385d2bd -SIZE (cabal/warp-0.4.6.3.tar.gz) = 9438 +SHA256 (cabal/warp-1.2.1.1.tar.gz) = eff753101a83365972c9f87722e5fb48eb3ad896b03cdd5eed8c096614deedad +SIZE (cabal/warp-1.2.1.1.tar.gz) = 13668 diff --git a/www/hs-warp/pkg-descr b/www/hs-warp/pkg-descr index 33958a8b67a5..9a26dfc90cca 100644 --- a/www/hs-warp/pkg-descr +++ b/www/hs-warp/pkg-descr @@ -1,3 +1,3 @@ -A fast, light-weight web server for WAI applications. +The premier WAI handler. -WWW: http://github.com/snoyberg/warp +WWW: http://github.com/yesodweb/wai |