diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:38:44 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:38:44 +0000 |
commit | 72438f1a8b69db78e27f42d704d22e402cf4f389 (patch) | |
tree | 141d6ec62a1e15ab6efa5e67da2e6609b0af0eea /www/hs-hamlet | |
parent | 22c126ff61554b05b0319123f3bde5129221a2c0 (diff) | |
download | ports-72438f1a8b69db78e27f42d704d22e402cf4f389.tar.gz ports-72438f1a8b69db78e27f42d704d22e402cf4f389.zip |
Notes
Diffstat (limited to 'www/hs-hamlet')
-rw-r--r-- | www/hs-hamlet/Makefile | 8 | ||||
-rw-r--r-- | www/hs-hamlet/distinfo | 4 | ||||
-rw-r--r-- | www/hs-hamlet/pkg-descr | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/www/hs-hamlet/Makefile b/www/hs-hamlet/Makefile index 9204980c732a..ffae9d612235 100644 --- a/www/hs-hamlet/Makefile +++ b/www/hs-hamlet/Makefile @@ -6,16 +6,18 @@ # PORTNAME= hamlet -PORTVERSION= 0.10.7.1 +PORTVERSION= 1.0.1.3 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Haml-like template files that are compile-time checked -LICENSE= BSD +LICENSE= MIT USE_CABAL= blaze-builder>=0.2 blaze-html>=0.4 failure>=0.1 parsec>=2 \ - shakespeare>=0.10.2 text>=0.7 + shakespeare>=1.0 text>=0.7 + +CONFIGURE_ARGS+= --flags="-blaze_html_0_5" .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-hamlet/distinfo b/www/hs-hamlet/distinfo index 9ebe29207636..4d33ba14cf7e 100644 --- a/www/hs-hamlet/distinfo +++ b/www/hs-hamlet/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/hamlet-0.10.7.1.tar.gz) = 1b43acd1b016e3549d0734c9a1e897058d278f61f9b9cbec00896f8bc1bd8952 -SIZE (cabal/hamlet-0.10.7.1.tar.gz) = 17062 +SHA256 (cabal/hamlet-1.0.1.3.tar.gz) = 76c8a3c38b3852c6149736a86c8e0af08a6627902eb4cf5fc9d258ba27c2b65d +SIZE (cabal/hamlet-1.0.1.3.tar.gz) = 17859 diff --git a/www/hs-hamlet/pkg-descr b/www/hs-hamlet/pkg-descr index c02d90f9b4e4..52e243ca4b38 100644 --- a/www/hs-hamlet/pkg-descr +++ b/www/hs-hamlet/pkg-descr @@ -3,4 +3,4 @@ via Quasi-Quoting, and generating extremely efficient output code. The syntax is white-space sensitive, and it helps you avoid cross-site scripting issues and 404 errors. -WWW: http://www.yesodweb.com/book/templates +WWW: http://www.yesodweb.com/book/shakespearean-templates |