Index: head/www/hs-heist/Makefile =================================================================== --- head/www/hs-heist/Makefile (revision 298287) +++ head/www/hs-heist/Makefile (revision 298288) @@ -1,23 +1,25 @@ # New ports collection makefile for: hs-heist # Date created: September 20, 2010 # Whom: haskell@FreeBSD.org # # $FreeBSD$ # PORTNAME= heist -PORTVERSION= 0.7.0.1 +PORTVERSION= 0.8.0 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org COMMENT= An (x)html templating system LICENSE= BSD CABAL_SETUP= Setup.hs -USE_CABAL= attoparsec>=0.10 blaze-builder>=0.2 directory-tree \ - MonadCatchIO-transformers>=0.2.1 mtl>=2.0 text>=0.10 \ - transformers xmlhtml>=0.1 + +USE_CABAL= aeson>=0.6 attoparsec>=0.10 blaze-builder>=0.2 \ + blaze-html>=0.4 directory-tree MonadCatchIO-transformers>=0.2.1 \ + mtl>=2.0 random text>=0.10 transformers \ + unordered-containers>=0.1.4 vector>=0.9 xmlhtml>=0.1.6 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Property changes on: head/www/hs-heist/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/www/hs-heist/distinfo =================================================================== --- head/www/hs-heist/distinfo (revision 298287) +++ head/www/hs-heist/distinfo (revision 298288) @@ -1,2 +1,2 @@ -SHA256 (cabal/heist-0.7.0.1.tar.gz) = 51155789d481a7673a6c5e3912259fc0d7672840841fe121472c83786ad313c2 -SIZE (cabal/heist-0.7.0.1.tar.gz) = 36375 +SHA256 (cabal/heist-0.8.0.tar.gz) = d5ebe258fc9102a3f997f54c06f273cde4890a9f16f3bd737f6184bf6a05343c +SIZE (cabal/heist-0.8.0.tar.gz) = 38261 Property changes on: head/www/hs-heist/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/www/hs-heist/files/patch-heist.cabal =================================================================== --- head/www/hs-heist/files/patch-heist.cabal (nonexistent) +++ head/www/hs-heist/files/patch-heist.cabal (revision 298288) @@ -0,0 +1,13 @@ +--- ./heist.cabal.orig 2012-03-16 19:55:22.000000000 +0100 ++++ ./heist.cabal 2012-05-12 22:49:58.000000000 +0200 +@@ -94,8 +94,8 @@ + directory, + directory-tree, + filepath, +- MonadCatchIO-transformers >= 0.2.1 && < 0.3, +- mtl >= 2.0 && < 2.1, ++ MonadCatchIO-transformers >= 0.2.1 && < 0.4, ++ mtl >= 2.0 && < 2.2, + process, + random, + text >= 0.10 && < 0.12, Property changes on: head/www/hs-heist/files/patch-heist.cabal ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/www/hs-heist/pkg-descr =================================================================== --- head/www/hs-heist/pkg-descr (revision 298287) +++ head/www/hs-heist/pkg-descr (revision 298288) @@ -1,3 +1,3 @@ An xhtml templating system. -WWW: http://snapframework.com/ +WWW: http://snapframework.com/ Property changes on: head/www/hs-heist/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property