diff options
author | ashish <ashish@FreeBSD.org> | 2011-07-04 06:30:23 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2011-07-04 06:30:23 +0800 |
commit | 80292830f401586104563c42fd861bb0dda8683a (patch) | |
tree | 7dbb4c671e64c1ba9aed61c8259c557cc55788ea /textproc | |
parent | b26156d7c15ae37008f4320d798cc455dd75504a (diff) | |
download | freebsd-ports-graphics-80292830f401586104563c42fd861bb0dda8683a.tar.gz freebsd-ports-graphics-80292830f401586104563c42fd861bb0dda8683a.tar.zst freebsd-ports-graphics-80292830f401586104563c42fd861bb0dda8683a.zip |
- Update textproc/hs-tagsoup to 0.12.2.
- Bump PORTREVISION of dependent ports on textproc/hs-tagsoup, i.e.
devel/h-hoogle, science/hs-bio, and textproc/pandoc.
PR: ports/157826
Submitted by: Jin-Sih Lin <linpct@gmail.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hs-pandoc/Makefile | 2 | ||||
-rw-r--r-- | textproc/hs-tagsoup/Makefile | 4 | ||||
-rw-r--r-- | textproc/hs-tagsoup/distinfo | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/textproc/hs-pandoc/Makefile b/textproc/hs-pandoc/Makefile index 261d33a173e..4912004f269 100644 --- a/textproc/hs-pandoc/Makefile +++ b/textproc/hs-pandoc/Makefile @@ -7,7 +7,7 @@ PORTNAME= pandoc PORTVERSION= 1.8.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-tagsoup/Makefile b/textproc/hs-tagsoup/Makefile index 7541e53ecd2..b06d5d3f036 100644 --- a/textproc/hs-tagsoup/Makefile +++ b/textproc/hs-tagsoup/Makefile @@ -6,8 +6,7 @@ # PORTNAME= tagsoup -PORTVERSION= 0.12 -PORTREVISION= 1 +PORTVERSION= 0.12.2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -16,6 +15,7 @@ COMMENT= A Haskell library for extracting information from HTML documents LICENSE= BSD CABAL_SETUP= Setup.hs +USE_CABAL= text PORTDATA= * INSTALL_PORTDATA= cd ${WRKSRC} && \ diff --git a/textproc/hs-tagsoup/distinfo b/textproc/hs-tagsoup/distinfo index f1f95cba456..b11eaa72271 100644 --- a/textproc/hs-tagsoup/distinfo +++ b/textproc/hs-tagsoup/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/tagsoup-0.12.tar.gz) = e7d59b1e2473cb0f6b307a43fae943f5d35218a34b7733467bc76a85b0c95849 -SIZE (cabal/tagsoup-0.12.tar.gz) = 29306 +SHA256 (cabal/tagsoup-0.12.2.tar.gz) = 9e502997446bad1494a2a5fff3d1ec13da0a33eb901e1c7beaec96e6c8add618 +SIZE (cabal/tagsoup-0.12.2.tar.gz) = 30238 |