aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-pandoc
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2014-11-10 22:33:53 +0000
committerGabor Pali <pgj@FreeBSD.org>2014-11-10 22:33:53 +0000
commit0135c477714a54dc9ffb3ce9538392225500122b (patch)
treed70c707452e5b9548804304ff56b8da00647df05 /textproc/hs-pandoc
parentb02decb2adc1ca88885c0bec3416650b86a1547d (diff)
downloadports-0135c477714a54dc9ffb3ce9538392225500122b.tar.gz
ports-0135c477714a54dc9ffb3ce9538392225500122b.zip
Notes
Diffstat (limited to 'textproc/hs-pandoc')
-rw-r--r--textproc/hs-pandoc/Makefile11
-rw-r--r--textproc/hs-pandoc/distinfo4
-rw-r--r--textproc/hs-pandoc/files/patch-pandoc.cabal15
3 files changed, 7 insertions, 23 deletions
diff --git a/textproc/hs-pandoc/Makefile b/textproc/hs-pandoc/Makefile
index bc4ea3dd1565..d17a177baa0e 100644
--- a/textproc/hs-pandoc/Makefile
+++ b/textproc/hs-pandoc/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= pandoc
-PORTVERSION= 1.13.0.1
-PORTREVISION= 1
+PORTVERSION= 1.13.1
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
@@ -11,12 +10,12 @@ COMMENT= Conversion between markup formats
LICENSE= GPLv2
-USE_CABAL= aeson>=0.7 attoparsec>=0.10 base64-bytestring>=0.1 \
- blaze-html>=0.5 blaze-markup>=0.5.1 data-default>=0.4 \
+USE_CABAL= aeson>=0.7.0.5 base64-bytestring>=0.1 blaze-html>=0.5 \
+ blaze-markup>=0.5.1 data-default>=0.4 deepseq-generics>=0.1 \
extensible-exceptions>=0.1 haddock-library>=1.1 \
- highlighting-kate>=0.5.8 hslua>=0.3 HTTP>=4000.0.5 \
+ highlighting-kate>=0.5.8.5 hslua>=0.3 HTTP>=4000.0.5 \
JuicyPixels>=3.1.6.1 mtl>=1.1 network>=2 \
- pandoc-types>=1.12.3.3 parsec>=3.1 random>=1 scientific>=0.2 \
+ pandoc-types>=1.12.4 parsec>=3.1 random>=1 scientific>=0.2 \
SHA>=1.6 syb>=0.1 tagsoup>=0.13.1 temporary>=1.1 texmath>=0.8 \
text>=0.11 unordered-containers>=0.2 vector>=0.10 xml>=1.3.12 \
yaml>=0.8.8.2 zip-archive>=0.2.3.4 zlib>=0.5
diff --git a/textproc/hs-pandoc/distinfo b/textproc/hs-pandoc/distinfo
index 4761abd4dd0e..308d166e3bac 100644
--- a/textproc/hs-pandoc/distinfo
+++ b/textproc/hs-pandoc/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/pandoc-1.13.0.1.tar.gz) = a6994016a01050b4582021b88e8370d9bc6a0a03b164da5bde60bf91b2ee5e5e
-SIZE (cabal/pandoc-1.13.0.1.tar.gz) = 1866051
+SHA256 (cabal/pandoc-1.13.1.tar.gz) = 7b1bb9b7d66edfbac33796a3f5d3218c2add786b95ea9dfbd497dc0e8ed27e6f
+SIZE (cabal/pandoc-1.13.1.tar.gz) = 1823730
diff --git a/textproc/hs-pandoc/files/patch-pandoc.cabal b/textproc/hs-pandoc/files/patch-pandoc.cabal
deleted file mode 100644
index 3cb0a7f47131..000000000000
--- a/textproc/hs-pandoc/files/patch-pandoc.cabal
+++ /dev/null
@@ -1,15 +0,0 @@
---- ./pandoc.cabal.orig 2014-08-18 02:12:46.000000000 +0200
-+++ ./pandoc.cabal 2014-08-24 15:03:23.000000000 +0200
-@@ -364,10 +364,10 @@
- Executable trypandoc
- Main-Is: trypandoc.hs
- Hs-Source-Dirs: trypandoc
-- build-depends: base, aeson, pandoc, highlighting-kate,
-- text, wai-extra, wai >= 0.3, http-types
- default-language: Haskell2010
- if flag(trypandoc)
-+ build-depends: base, aeson, pandoc, highlighting-kate,
-+ text, wai-extra, wai >= 0.3, http-types
- Buildable: True
- else
- Buildable: False