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-app-static | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) | |
download | ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip |
Notes
Diffstat (limited to 'www/hs-wai-app-static')
-rw-r--r-- | www/hs-wai-app-static/Makefile | 15 | ||||
-rw-r--r-- | www/hs-wai-app-static/distinfo | 4 | ||||
-rw-r--r-- | www/hs-wai-app-static/pkg-descr | 2 |
3 files changed, 9 insertions, 12 deletions
diff --git a/www/hs-wai-app-static/Makefile b/www/hs-wai-app-static/Makefile index 37943d19597b..319d5f45638c 100644 --- a/www/hs-wai-app-static/Makefile +++ b/www/hs-wai-app-static/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: hs-wai-app-static -# Date created: June 10, 2012 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= wai-app-static -PORTVERSION= 1.2.0.4 +PORTVERSION= 1.3.0.4 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -14,9 +9,11 @@ COMMENT= WAI application for static serving LICENSE= MIT -USE_CABAL= base64-bytestring>=0.1 blaze-builder>=0.2.1.4 blaze-html>=0.4 \ - cryptohash>=0.7 file-embed>=0.0.3.1 http-date http-types>=0.6 \ - text>=0.7 transformers>=0.2.2 unix-compat>=0.2 wai>=1.2 +USE_CABAL= base64-bytestring>=0.1 blaze-builder>=0.2.1.4 blaze-html>=0.5 \ + blaze-markup>=0.5.1 cereal>=0.3.5 crypto-conduit>=0.4 \ + cryptohash>=0.7 file-embed>=0.0.3.1 http-date http-types>=0.7 \ + mime-types>=0.1 system-fileio>=0.3 system-filepath>=0.4 \ + text>=0.7 transformers>=0.2.2 unix-compat>=0.2 wai>=1.3 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-wai-app-static/distinfo b/www/hs-wai-app-static/distinfo index 7c8d75d321c5..2573234d210c 100644 --- a/www/hs-wai-app-static/distinfo +++ b/www/hs-wai-app-static/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/wai-app-static-1.2.0.4.tar.gz) = d1b3af510a42d86265c92375e2b33c472b67eda68ccf60aefdf8ff3f479a491a -SIZE (cabal/wai-app-static-1.2.0.4.tar.gz) = 14237 +SHA256 (cabal/wai-app-static-1.3.0.4.tar.gz) = d6464ab45fa458b32c62ee92bb1a3bcc7084d9d30e5f195417be481096e18fb5 +SIZE (cabal/wai-app-static-1.3.0.4.tar.gz) = 14841 diff --git a/www/hs-wai-app-static/pkg-descr b/www/hs-wai-app-static/pkg-descr index a7fe70d6341b..1d2260eceb88 100644 --- a/www/hs-wai-app-static/pkg-descr +++ b/www/hs-wai-app-static/pkg-descr @@ -1,3 +1,3 @@ Also provides some helper functions and datatypes for use outside of WAI. -WWW: http://www.yesodweb.com/book/wai +WWW: http://www.yesodweb.com/book/wai |