diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
commit | f6f83c9efc2c46d2970746758e2c682bb8a518ec (patch) | |
tree | 290f2ea61305744bf0f477895c56b92acaeb361f /textproc/hs-html-conduit | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) |
Notes
Diffstat (limited to 'textproc/hs-html-conduit')
-rw-r--r-- | textproc/hs-html-conduit/Makefile | 14 | ||||
-rw-r--r-- | textproc/hs-html-conduit/distinfo | 4 | ||||
-rw-r--r-- | textproc/hs-html-conduit/pkg-descr | 2 |
3 files changed, 7 insertions, 13 deletions
diff --git a/textproc/hs-html-conduit/Makefile b/textproc/hs-html-conduit/Makefile index a1e91906847a..2e0580653a28 100644 --- a/textproc/hs-html-conduit/Makefile +++ b/textproc/hs-html-conduit/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: hs-html-conduit -# Date created: June 10, 2012 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= html-conduit -PORTVERSION= 0.0.1 -PORTREVISION= 1 +PORTVERSION= 0.1.0.4 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -17,9 +11,9 @@ LICENSE= MIT CABAL_SETUP= Setup.hs -USE_CABAL= conduit>=0.4 filesystem-conduit>=0.4 resourcet>=0.3 \ - system-filepath>=0.4 tagstream-conduit>=0.3 text \ - transformers xml-conduit>=0.7 xml-types>=0.3 +USE_CABAL= conduit>=0.5 filesystem-conduit>=0.5 resourcet>=0.3 \ + system-filepath>=0.4 tagstream-conduit>=0.4 text \ + transformers xml-conduit>=1.0 xml-types>=0.3 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/textproc/hs-html-conduit/distinfo b/textproc/hs-html-conduit/distinfo index 3bb2ed927126..af6d2c66e5cd 100644 --- a/textproc/hs-html-conduit/distinfo +++ b/textproc/hs-html-conduit/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/html-conduit-0.0.1.tar.gz) = 87866c66961b457450b5b739e485113ae3c238a2e594b4215e16666184bc9f6d -SIZE (cabal/html-conduit-0.0.1.tar.gz) = 3285 +SHA256 (cabal/html-conduit-0.1.0.4.tar.gz) = e8c4a66e4a093cf19e50fbf9d2bc278a025e2c1060525d48692afc660a3a41bc +SIZE (cabal/html-conduit-0.1.0.4.tar.gz) = 3797 diff --git a/textproc/hs-html-conduit/pkg-descr b/textproc/hs-html-conduit/pkg-descr index 7947a18ad839..ac066c344fec 100644 --- a/textproc/hs-html-conduit/pkg-descr +++ b/textproc/hs-html-conduit/pkg-descr @@ -3,4 +3,4 @@ balances mismatched tags, so that there shouldn't be any parse failures. It does not handle a full HTML document rendering, such as adding missing html and head tags. -WWW: https://github.com/snoyberg/xml +WWW: https://github.com/snoyberg/xml |