diff options
author | pgj <pgj@FreeBSD.org> | 2012-08-03 11:17:08 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-08-03 11:17:08 +0800 |
commit | 889838c8177deb4778ac2e96475f6154378d91e0 (patch) | |
tree | d0862c9fb817f497fe19054902c14e91cb927743 | |
parent | cd23cf2146ef1f52ae8c0e45191fead307365545 (diff) | |
download | freebsd-ports-gnome-889838c8177deb4778ac2e96475f6154378d91e0.tar.gz freebsd-ports-gnome-889838c8177deb4778ac2e96475f6154378d91e0.tar.zst freebsd-ports-gnome-889838c8177deb4778ac2e96475f6154378d91e0.zip |
- Update to 1.0.1.4
- Use the new options framework
Obtained from: FreeBSD Haskell
-rw-r--r-- | www/hs-hamlet/Makefile | 8 | ||||
-rw-r--r-- | www/hs-hamlet/distinfo | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/www/hs-hamlet/Makefile b/www/hs-hamlet/Makefile index ffae9d612235..32f446c13de4 100644 --- a/www/hs-hamlet/Makefile +++ b/www/hs-hamlet/Makefile @@ -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> diff --git a/www/hs-hamlet/distinfo b/www/hs-hamlet/distinfo index 4d33ba14cf7e..06f63a88b1e9 100644 --- a/www/hs-hamlet/distinfo +++ b/www/hs-hamlet/distinfo @@ -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 |