Index: head/www/hs-wai-extra/Makefile =================================================================== --- head/www/hs-wai-extra/Makefile (revision 298297) +++ head/www/hs-wai-extra/Makefile (revision 298298) @@ -1,23 +1,24 @@ # New ports collection makefile for: hs-wai-extra # Date created: December 26, 2011 # Whom: haskell@FreeBSD.org # # $FreeBSD$ # PORTNAME= wai-extra -PORTVERSION= 0.4.6 +PORTVERSION= 1.2.0.4 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Provides some basic WAI handlers and middleware -LICENSE= BSD +LICENSE= MIT -USE_CABAL= blaze-builder>=0.2.1.4 blaze-builder-enumerator>=0.2 \ - case-insensitive>=0.2 data-default>=0.3 enumerator>=0.4.8 \ - fast-logger>=0.0.1 http-types>=0.6 network>=2.2.1.5 text>=0.7 \ - transformers>=0.2.2 wai>=0.4 zlib-bindings zlib-enum>=0.2.1 +USE_CABAL= ansi-terminal blaze-builder>=0.2.1.4 blaze-builder-conduit>=0.4 \ + case-insensitive>=0.2 conduit>=0.4 data-default>=0.3 \ + fast-logger>=0.0.2 http-types>=0.6 network>=2.2.1.5 \ + resourcet>=0.3 text>=0.7 transformers>=0.2.2 wai>=1.2 \ + zlib-conduit>=0.4 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Property changes on: head/www/hs-wai-extra/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-wai-extra/distinfo =================================================================== --- head/www/hs-wai-extra/distinfo (revision 298297) +++ head/www/hs-wai-extra/distinfo (revision 298298) @@ -1,2 +1,2 @@ -SHA256 (cabal/wai-extra-0.4.6.tar.gz) = 1bee3d5046c09eb0a66d4678a324dcc76e2110b9f7beebe3186d7d5cf877edf2 -SIZE (cabal/wai-extra-0.4.6.tar.gz) = 28666 +SHA256 (cabal/wai-extra-1.2.0.4.tar.gz) = 5fe9d774506baadb4bb18310f561434f2848dd6723540ee3112860a3d741cd82 +SIZE (cabal/wai-extra-1.2.0.4.tar.gz) = 29870 Property changes on: head/www/hs-wai-extra/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-wai-extra/pkg-descr =================================================================== --- head/www/hs-wai-extra/pkg-descr (revision 298297) +++ head/www/hs-wai-extra/pkg-descr (revision 298298) @@ -1,3 +1,3 @@ -Provides common features without many dependencies. +The goal here is to provide common features without many dependencies. WWW: http://github.com/yesodweb/wai Property changes on: head/www/hs-wai-extra/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property