Index: head/www/hs-warp/Makefile =================================================================== --- head/www/hs-warp/Makefile (revision 298299) +++ head/www/hs-warp/Makefile (revision 298300) @@ -1,23 +1,24 @@ # New ports collection makefile for: hs-warp # Date created: March 13, 2011 # Whom: haskell@FreeBSD.org # # $FreeBSD$ # PORTNAME= warp -PORTVERSION= 0.4.6.3 +PORTVERSION= 1.2.1.1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org COMMENT= A fast, light-weight web server for WAI applications -LICENSE= BSD +LICENSE= MIT -USE_CABAL= blaze-builder>=0.2.1.4 blaze-builder-enumerator>=0.2 \ - case-insensitive>=0.2 enumerator>=0.4.8 http-types>=0.6 \ - network>=2.3 simple-sendfile>=0.1 transformers>=0.2.2 \ - unix-compat>=0.2 wai>=0.4 +USE_CABAL= blaze-builder>=0.2.1.4 blaze-builder-conduit>=0.4 \ + case-insensitive>=0.2 conduit>=0.4 http-types>=0.6 \ + lifted-base>=0.1 network>=2.3 network-conduit>=0.4 \ + simple-sendfile>=0.2.2 transformers>=0.2.2 unix-compat>=0.2 \ + wai>=1.2 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Property changes on: head/www/hs-warp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/www/hs-warp/distinfo =================================================================== --- head/www/hs-warp/distinfo (revision 298299) +++ head/www/hs-warp/distinfo (revision 298300) @@ -1,2 +1,2 @@ -SHA256 (cabal/warp-0.4.6.3.tar.gz) = a6fe9b30dd9c63818ffe276bf5c0ef39725bae33d9213847bcd60ba2c385d2bd -SIZE (cabal/warp-0.4.6.3.tar.gz) = 9438 +SHA256 (cabal/warp-1.2.1.1.tar.gz) = eff753101a83365972c9f87722e5fb48eb3ad896b03cdd5eed8c096614deedad +SIZE (cabal/warp-1.2.1.1.tar.gz) = 13668 Property changes on: head/www/hs-warp/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/www/hs-warp/pkg-descr =================================================================== --- head/www/hs-warp/pkg-descr (revision 298299) +++ head/www/hs-warp/pkg-descr (revision 298300) @@ -1,3 +1,3 @@ -A fast, light-weight web server for WAI applications. +The premier WAI handler. -WWW: http://github.com/snoyberg/warp +WWW: http://github.com/yesodweb/wai Property changes on: head/www/hs-warp/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property