Index: head/www/hs-hamlet/Makefile =================================================================== --- head/www/hs-hamlet/Makefile (revision 298284) +++ head/www/hs-hamlet/Makefile (revision 298285) @@ -1,21 +1,23 @@ # New ports collection makefile for: hs-hamlet # Date created: December 26, 2011 # Whom: haskell@FreeBSD.org # # $FreeBSD$ # PORTNAME= hamlet -PORTVERSION= 0.10.7.1 +PORTVERSION= 1.0.1.3 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Haml-like template files that are compile-time checked -LICENSE= BSD +LICENSE= MIT USE_CABAL= blaze-builder>=0.2 blaze-html>=0.4 failure>=0.1 parsec>=2 \ - shakespeare>=0.10.2 text>=0.7 + shakespeare>=1.0 text>=0.7 + +CONFIGURE_ARGS+= --flags="-blaze_html_0_5" .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Property changes on: head/www/hs-hamlet/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/hs-hamlet/distinfo =================================================================== --- head/www/hs-hamlet/distinfo (revision 298284) +++ head/www/hs-hamlet/distinfo (revision 298285) @@ -1,2 +1,2 @@ -SHA256 (cabal/hamlet-0.10.7.1.tar.gz) = 1b43acd1b016e3549d0734c9a1e897058d278f61f9b9cbec00896f8bc1bd8952 -SIZE (cabal/hamlet-0.10.7.1.tar.gz) = 17062 +SHA256 (cabal/hamlet-1.0.1.3.tar.gz) = 76c8a3c38b3852c6149736a86c8e0af08a6627902eb4cf5fc9d258ba27c2b65d +SIZE (cabal/hamlet-1.0.1.3.tar.gz) = 17859 Property changes on: head/www/hs-hamlet/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/hs-hamlet/pkg-descr =================================================================== --- head/www/hs-hamlet/pkg-descr (revision 298284) +++ head/www/hs-hamlet/pkg-descr (revision 298285) @@ -1,6 +1,6 @@ Hamlet gives you a type-safe tool for generating HTML code. It works 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/templates +WWW: http://www.yesodweb.com/book/shakespearean-templates Property changes on: head/www/hs-hamlet/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property