From 2531aaf14e227bb6e577b0c1719d11fbc0c92e79 Mon Sep 17 00:00:00 2001 From: pgj Date: Fri, 3 Aug 2012 02:40:40 +0000 Subject: - Update textproc/hs-blaze-html to 0.5 - Use the new options framework Obtained from: FreeBSD Haskell --- www/hs-yesod-form/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'www/hs-yesod-form') diff --git a/www/hs-yesod-form/Makefile b/www/hs-yesod-form/Makefile index 2101b414a8a8..d2ea4a88f1b6 100644 --- a/www/hs-yesod-form/Makefile +++ b/www/hs-yesod-form/Makefile @@ -7,6 +7,7 @@ PORTNAME= yesod-form PORTVERSION= 1.0.0.4 +PORTREVISION= 1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -14,13 +15,11 @@ COMMENT= Form handling support for Yesod Web Framework LICENSE= MIT -USE_CABAL= blaze-builder>=0.2.1.4 blaze-html>=0.4.1.3 data-default>=0.3 \ - email-validate>=0.2.6 hamlet>=1.0 network>=2.2 \ +USE_CABAL= blaze-builder>=0.2.1.4 blaze-html>=0.5 blaze-markup>=0.5.1 \ + data-default>=0.3 email-validate>=0.2.6 hamlet>=1.0 network>=2.2 \ persistent>=0.9 shakespeare-css>=1.0 shakespeare-js>=1.0 \ text>=0.9 transformers>=0.2.2 wai>=1.2 xss-sanitize>=0.3.0.1 \ yesod-core>=1.0 yesod-persistent>=1.0 -CONFIGURE_ARGS+= --flags="-blaze_html_0_5" - .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include -- cgit