Date: Fri, 3 Aug 2012 03:19:35 +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: r301919 - head/www/hs-http-conduit Message-ID: <201208030319.q733JZol064342@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pgj Date: Fri Aug 3 03:19:34 2012 New Revision: 301919 URL: http://svn.freebsd.org/changeset/ports/301919 Log: - Update to 1.4.1.10 - Use the new options framework Obtained from: FreeBSD Haskell Modified: head/www/hs-http-conduit/Makefile head/www/hs-http-conduit/distinfo head/www/hs-http-conduit/pkg-descr Modified: head/www/hs-http-conduit/Makefile ============================================================================== --- head/www/hs-http-conduit/Makefile Fri Aug 3 03:18:49 2012 (r301918) +++ head/www/hs-http-conduit/Makefile Fri Aug 3 03:19:34 2012 (r301919) @@ -6,7 +6,7 @@ # PORTNAME= http-conduit -PORTVERSION= 1.4.1.7 +PORTVERSION= 1.4.1.10 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org Modified: head/www/hs-http-conduit/distinfo ============================================================================== --- head/www/hs-http-conduit/distinfo Fri Aug 3 03:18:49 2012 (r301918) +++ head/www/hs-http-conduit/distinfo Fri Aug 3 03:19:34 2012 (r301919) @@ -1,2 +1,2 @@ -SHA256 (cabal/http-conduit-1.4.1.7.tar.gz) = 4e0818e07db84b5f9eb2ff6846e6929f730c0ed0280359a4e760e8e107f8712c -SIZE (cabal/http-conduit-1.4.1.7.tar.gz) = 26778 +SHA256 (cabal/http-conduit-1.4.1.10.tar.gz) = 01e0f720c003866ff71af1f2dc85ffcfd29fe3eb59f9d2f1a87b13f817094028 +SIZE (cabal/http-conduit-1.4.1.10.tar.gz) = 27076 Modified: head/www/hs-http-conduit/pkg-descr ============================================================================== --- head/www/hs-http-conduit/pkg-descr Fri Aug 3 03:18:49 2012 (r301918) +++ head/www/hs-http-conduit/pkg-descr Fri Aug 3 03:19:34 2012 (r301919) @@ -1,5 +1,5 @@ This package uses attoparsec for parsing the actual contents of the HTTP connection. It also provides higher-level functions which allow you to -avoid direct usage of enumerators. +avoid direct usage of conduits. WWW: http://www.yesodweb.com/book/http-conduit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208030319.q733JZol064342>