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-hamlet | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) |
Notes
Diffstat (limited to 'www/hs-hamlet')
-rw-r--r-- | www/hs-hamlet/Makefile | 9 | ||||
-rw-r--r-- | www/hs-hamlet/distinfo | 4 | ||||
-rw-r--r-- | www/hs-hamlet/pkg-descr | 2 |
3 files changed, 5 insertions, 10 deletions
diff --git a/www/hs-hamlet/Makefile b/www/hs-hamlet/Makefile index 32f446c13de4..11b6247464fb 100644 --- a/www/hs-hamlet/Makefile +++ b/www/hs-hamlet/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: hs-hamlet -# Date created: December 26, 2011 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= hamlet -PORTVERSION= 1.0.1.4 +PORTVERSION= 1.1.1.1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -15,7 +10,7 @@ COMMENT= Haml-like template files that are compile-time checked LICENSE= MIT USE_CABAL= blaze-builder>=0.2 blaze-html>=0.5 blaze-markup>=0.5.1 \ - failure>=0.1 parsec>=2 shakespeare>=1.0 text>=0.7 + failure>=0.1 parsec>=2 shakespeare>=1.0.1 text>=0.7 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-hamlet/distinfo b/www/hs-hamlet/distinfo index 06f63a88b1e9..5f427ce77339 100644 --- a/www/hs-hamlet/distinfo +++ b/www/hs-hamlet/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/hamlet-1.0.1.4.tar.gz) = 6723b04128ef95e705c0d0c388c8e6b3256f690fdc8c60ed2d5fc1cc49b97a67 -SIZE (cabal/hamlet-1.0.1.4.tar.gz) = 17926 +SHA256 (cabal/hamlet-1.1.1.1.tar.gz) = e876398ec043d1651017abd8aed13db1ad119ac8d685436097c1e96b13dcb66f +SIZE (cabal/hamlet-1.1.1.1.tar.gz) = 18864 diff --git a/www/hs-hamlet/pkg-descr b/www/hs-hamlet/pkg-descr index 52e243ca4b38..6fa032658fb9 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/shakespearean-templates +WWW: http://www.yesodweb.com/book/shakespearean-templates |