aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 22:52:04 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 22:52:04 +0000
commitb6e3e770e8d058fa63cf9cefb7f0eba6268ce542 (patch)
tree52702b898c33c6948b654fe2f4b18bfbef6f7a37
parent4be6727438d7297617b7b142ab10c21113c8418f (diff)
downloadports-b6e3e770e8d058fa63cf9cefb7f0eba6268ce542.tar.gz
ports-b6e3e770e8d058fa63cf9cefb7f0eba6268ce542.zip
Notes
-rw-r--r--www/hs-yesod/Makefile29
-rw-r--r--www/hs-yesod/distinfo4
2 files changed, 12 insertions, 21 deletions
diff --git a/www/hs-yesod/Makefile b/www/hs-yesod/Makefile
index 985a3eb7e39a..482f6a1e2680 100644
--- a/www/hs-yesod/Makefile
+++ b/www/hs-yesod/Makefile
@@ -6,34 +6,25 @@
#
PORTNAME= yesod
-PORTVERSION= 0.9.4.1
+PORTVERSION= 1.0.1.6
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Creation of type-safe, RESTful web applications
-LICENSE= BSD
+LICENSE= MIT
-USE_CABAL= attoparsec>=0.10 blaze-builder>=0.2.1.4 blaze-html>=0.4.1.3 \
- hamlet>=0.10 http-types>=0.6.1 monad-control>=0.2 \
- parsec>=2.1 shakespeare-css>=0.10 shakespeare-js>=0.10 \
- shakespeare-text>=0.10 text>=0.11 transformers>=0.2.2 \
- unix-compat>=0.2 wai>=0.4 wai-extra>=0.4.6 warp>=0.4 \
- yesod-auth>=0.7 yesod-core>=0.9.3.4 yesod-form>=0.3 \
- yesod-json>=0.2.2 yesod-persistent>=0.2
+USE_CABAL= attoparsec>=0.10 blaze-builder>=0.2.1.4 blaze-html>=0.4 \
+ fast-logger>=0.0.2 hamlet>=1.0 http-types>=0.6.1 \
+ monad-control>=0.3 parsec>=2.1 shakespeare-css>=1.0 \
+ shakespeare-js>=1.0 shakespeare-text>=1.0 text>=0.11 \
+ transformers>=0.2.2 unix-compat>=0.2 wai>=1.2 wai-extra>=1.2 \
+ wai-logger>=0.1.2 warp>=1.2 yesod-auth>=1.0 yesod-core>=1.0 \
+ yesod-form>=1.0 yesod-json>=1.0 yesod-persistent>=1.0
EXECUTABLE= yesod
-OPTIONS= THREADED "Multi-threaded execution" on
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk"
-.include <bsd.port.options.mk>
-
-.if defined(WITH_THREADED)
-CONFIGURE_ARGS+= --flags="threaded"
-.else
-CONFIGURE_ARGS+= --flags="-threaded"
-.endif
+CONFIGURE_ARGS+= --flags="-blaze_html_0_5"
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/www/hs-yesod/distinfo b/www/hs-yesod/distinfo
index 099257ba50cd..3b57ef9a38cf 100644
--- a/www/hs-yesod/distinfo
+++ b/www/hs-yesod/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/yesod-0.9.4.1.tar.gz) = d80c32a373f40014eb79fa95621da1fa10a243c10a836808805a451a52258d35
-SIZE (cabal/yesod-0.9.4.1.tar.gz) = 32368
+SHA256 (cabal/yesod-1.0.1.6.tar.gz) = 83a8d743418e65247f84be82653ad7a0cc86ceb4b379a3a4bfd281b2d92ab370
+SIZE (cabal/yesod-1.0.1.6.tar.gz) = 65869