aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-tagstream-conduit
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-12-20 02:23:04 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-12-20 02:23:04 +0000
commitf6f83c9efc2c46d2970746758e2c682bb8a518ec (patch)
tree290f2ea61305744bf0f477895c56b92acaeb361f /textproc/hs-tagstream-conduit
parentaf071cfdc1f8578bd1523b823e683074a3139a34 (diff)
downloadports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz
ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip
Notes
Diffstat (limited to 'textproc/hs-tagstream-conduit')
-rw-r--r--textproc/hs-tagstream-conduit/Makefile14
-rw-r--r--textproc/hs-tagstream-conduit/distinfo4
-rw-r--r--textproc/hs-tagstream-conduit/pkg-descr2
3 files changed, 7 insertions, 13 deletions
diff --git a/textproc/hs-tagstream-conduit/Makefile b/textproc/hs-tagstream-conduit/Makefile
index 66f5b528609f..1519a853ea28 100644
--- a/textproc/hs-tagstream-conduit/Makefile
+++ b/textproc/hs-tagstream-conduit/Makefile
@@ -1,24 +1,18 @@
-# New ports collection makefile for: hs-tagstream-conduit
-# Date created: June 10, 2012
-# Whom: haskell@FreeBSD.org
-#
# $FreeBSD$
-#
PORTNAME= tagstream-conduit
-PORTVERSION= 0.3.2
-PORTREVISION= 1
+PORTVERSION= 0.5.3
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
-COMMENT= streamlined html tag parser
+COMMENT= Streamlined HTML tag parser
LICENSE= BSD
CABAL_SETUP= Setup.hs
-USE_CABAL= attoparsec blaze-builder blaze-builder-conduit>=0.4 \
- conduit>=0.4
+USE_CABAL= attoparsec blaze-builder blaze-builder-conduit>=0.5 \
+ conduit>=0.5 text
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/textproc/hs-tagstream-conduit/distinfo b/textproc/hs-tagstream-conduit/distinfo
index b7827564c630..104114dd36b7 100644
--- a/textproc/hs-tagstream-conduit/distinfo
+++ b/textproc/hs-tagstream-conduit/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/tagstream-conduit-0.3.2.tar.gz) = ae66739ab4b7999f0f8476c68c21e31d780c5d7d2803f7e1ac17a17fb2b3c8cc
-SIZE (cabal/tagstream-conduit-0.3.2.tar.gz) = 6543
+SHA256 (cabal/tagstream-conduit-0.5.3.tar.gz) = b4590928ccefed3e099a0b4e7b8a8d47eee7e907aa544f81bcb9a6b25623e321
+SIZE (cabal/tagstream-conduit-0.5.3.tar.gz) = 6963
diff --git a/textproc/hs-tagstream-conduit/pkg-descr b/textproc/hs-tagstream-conduit/pkg-descr
index 2c664793c988..c7bf5cca10e4 100644
--- a/textproc/hs-tagstream-conduit/pkg-descr
+++ b/textproc/hs-tagstream-conduit/pkg-descr
@@ -3,4 +3,4 @@ parse unstructured and malformed HTML from the web. It also provides an
Enumeratee which can parse streamline html, which means it consumes constant
memory.
-WWW: http://github.com/yihuang/tagstream-conduit
+WWW: http://github.com/yihuang/tagstream-conduit