diff options
author | pgj <pgj@FreeBSD.org> | 2011-08-14 22:40:32 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2011-08-14 22:40:32 +0800 |
commit | 9d82a25d0ac60b135902009302e446324dc48f91 (patch) | |
tree | b1b83dcdab18288d51039229ac073b33f2a17a6d /textproc/hs-pandoc | |
parent | a8ad36c68bbe0ac8abe4b385a24cc701f2130670 (diff) | |
download | freebsd-ports-gnome-9d82a25d0ac60b135902009302e446324dc48f91.tar.gz freebsd-ports-gnome-9d82a25d0ac60b135902009302e446324dc48f91.tar.zst freebsd-ports-gnome-9d82a25d0ac60b135902009302e446324dc48f91.zip |
- Update to 1.8.2.1
Obtained from: FreeBSD Haskell
Diffstat (limited to 'textproc/hs-pandoc')
-rw-r--r-- | textproc/hs-pandoc/Makefile | 9 | ||||
-rw-r--r-- | textproc/hs-pandoc/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/hs-pandoc/Makefile b/textproc/hs-pandoc/Makefile index a1a3bac4f76e..d045ffa33296 100644 --- a/textproc/hs-pandoc/Makefile +++ b/textproc/hs-pandoc/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pandoc -PORTVERSION= 1.8.1.1 -PORTREVISION= 6 +PORTVERSION= 1.8.2.1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -17,9 +16,9 @@ LICENSE= GPLv2 FILE_LICENSE= COPYING CABAL_SETUP= Setup.hs -USE_CABAL= citeproc-hs>=0.3.1 dlist>=0.4 HTTP>=4000.0.5 json>=0.4 \ - mtl>=1.1 network>=2 pandoc-types>=1.8 parsec>=2.1 \ - tagsoup>=0.12 texmath>=0.5 utf8-string>=0.3 \ +USE_CABAL= base64-bytestring>=0.1 citeproc-hs>=0.3.1 dlist>=0.4 \ + HTTP>=4000.0.5 json>=0.4 mtl>=1.1 network>=2 pandoc-types>=1.8 \ + parsec>=2.1 tagsoup>=0.12 texmath>=0.5 utf8-string>=0.3 \ xhtml>=3000.0 xml>=1.3.5 zip-archive>=0.1.1.7 MAN1= pandoc.1 markdown2pdf.1 diff --git a/textproc/hs-pandoc/distinfo b/textproc/hs-pandoc/distinfo index 663636dc5b08..4093cd04ddb7 100644 --- a/textproc/hs-pandoc/distinfo +++ b/textproc/hs-pandoc/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/pandoc-1.8.1.1.tar.gz) = 526355ddcbff69c0df7757d30d37e08864995b7ebd899916e329ecd19104c83c -SIZE (cabal/pandoc-1.8.1.1.tar.gz) = 459135 +SHA256 (cabal/pandoc-1.8.2.1.tar.gz) = f1025377b2c78043b06d7963eb61ce66c2290d2580f2488a8186c82c24f09433 +SIZE (cabal/pandoc-1.8.2.1.tar.gz) = 461545 |