svn commit: r301919 - head/www/hs-http-conduit

Gabor Pali pgj at FreeBSD.org
Fri Aug 3 03:19:35 UTC 2012


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 at 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



More information about the svn-ports-head mailing list