Date: Fri, 3 Aug 2012 03:17:08 +0000 (UTC) From: Gabor Pali <pgj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301916 - head/www/hs-hamlet Message-ID: <201208030317.q733H8Ia063948@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pgj Date: Fri Aug 3 03:17:08 2012 New Revision: 301916 URL: http://svn.freebsd.org/changeset/ports/301916 Log: - Update to 1.0.1.4 - Use the new options framework Obtained from: FreeBSD Haskell Modified: head/www/hs-hamlet/Makefile head/www/hs-hamlet/distinfo Modified: head/www/hs-hamlet/Makefile ============================================================================== --- head/www/hs-hamlet/Makefile Fri Aug 3 03:16:22 2012 (r301915) +++ head/www/hs-hamlet/Makefile Fri Aug 3 03:17:08 2012 (r301916) @@ -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 a 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> Modified: head/www/hs-hamlet/distinfo ============================================================================== --- head/www/hs-hamlet/distinfo Fri Aug 3 03:16:22 2012 (r301915) +++ head/www/hs-hamlet/distinfo Fri Aug 3 03:17:08 2012 (r301916) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208030317.q733H8Ia063948>