From owner-svn-ports-all@FreeBSD.ORG Fri Aug 3 03:19:35 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DF4D1065679; Fri, 3 Aug 2012 03:19:35 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 59A338FC0A; Fri, 3 Aug 2012 03:19:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q733JZWq064346; Fri, 3 Aug 2012 03:19:35 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q733JZol064342; Fri, 3 Aug 2012 03:19:35 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201208030319.q733JZol064342@svn.freebsd.org> From: Gabor Pali Date: Fri, 3 Aug 2012 03:19:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301919 - head/www/hs-http-conduit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2012 03:19:35 -0000 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