- Update to 1.0.1.4

- Use the new options framework

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-08-03 03:17:08 +00:00
parent 9a7b7fd6f4
commit ad413a3c4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301916
2 changed files with 5 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= hamlet
PORTVERSION= 1.0.1.3
PORTVERSION= 1.0.1.4
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
@ -14,10 +14,8 @@ COMMENT= Haml-like template files that are compile-time checked
LICENSE= MIT
USE_CABAL= blaze-builder>=0.2 blaze-html>=0.4 failure>=0.1 parsec>=2 \
shakespeare>=1.0 text>=0.7
CONFIGURE_ARGS+= --flags="-blaze_html_0_5"
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
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (cabal/hamlet-1.0.1.3.tar.gz) = 76c8a3c38b3852c6149736a86c8e0af08a6627902eb4cf5fc9d258ba27c2b65d
SIZE (cabal/hamlet-1.0.1.3.tar.gz) = 17859
SHA256 (cabal/hamlet-1.0.1.4.tar.gz) = 6723b04128ef95e705c0d0c388c8e6b3256f690fdc8c60ed2d5fc1cc49b97a67
SIZE (cabal/hamlet-1.0.1.4.tar.gz) = 17926