diff options
author | pgj <pgj@FreeBSD.org> | 2012-08-03 11:19:34 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-08-03 11:19:34 +0800 |
commit | 632223b175feb88c252af6d589fc428ace3379e7 (patch) | |
tree | 6a5b6cd5b234268b25413bfce39193e8bf3807df | |
parent | 6bbbb588600ba47a553444eccfa8f07e4b2d66fe (diff) | |
download | freebsd-ports-gnome-632223b175feb88c252af6d589fc428ace3379e7.tar.gz freebsd-ports-gnome-632223b175feb88c252af6d589fc428ace3379e7.tar.zst freebsd-ports-gnome-632223b175feb88c252af6d589fc428ace3379e7.zip |
- Update to 1.4.1.10
- Use the new options framework
Obtained from: FreeBSD Haskell
-rw-r--r-- | www/hs-http-conduit/Makefile | 2 | ||||
-rw-r--r-- | www/hs-http-conduit/distinfo | 4 | ||||
-rw-r--r-- | www/hs-http-conduit/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/www/hs-http-conduit/Makefile b/www/hs-http-conduit/Makefile index 567cb406f071..1285524f327f 100644 --- a/www/hs-http-conduit/Makefile +++ b/www/hs-http-conduit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= http-conduit -PORTVERSION= 1.4.1.7 +PORTVERSION= 1.4.1.10 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org diff --git a/www/hs-http-conduit/distinfo b/www/hs-http-conduit/distinfo index c440d02bdf9c..8e8aa833ccbd 100644 --- a/www/hs-http-conduit/distinfo +++ b/www/hs-http-conduit/distinfo @@ -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 diff --git a/www/hs-http-conduit/pkg-descr b/www/hs-http-conduit/pkg-descr index 21537ebdde93..7f158ee89239 100644 --- a/www/hs-http-conduit/pkg-descr +++ b/www/hs-http-conduit/pkg-descr @@ -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 |