diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2015-01-26 02:43:09 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2015-01-26 02:43:09 +0000 |
commit | ea599db9cd075944f79c6c4a0e18c5b34a2b477e (patch) | |
tree | 459d4370ccf479079305df8589bfe7b8d753e8dc /textproc/hs-pandoc/Makefile | |
parent | 4d7b960062990318ccb588d140ffd0dd0b781f9a (diff) |
Notes
Diffstat (limited to 'textproc/hs-pandoc/Makefile')
-rw-r--r-- | textproc/hs-pandoc/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/textproc/hs-pandoc/Makefile b/textproc/hs-pandoc/Makefile index d17a177baa0e..fc8e455ba018 100644 --- a/textproc/hs-pandoc/Makefile +++ b/textproc/hs-pandoc/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pandoc -PORTVERSION= 1.13.1 +PORTVERSION= 1.13.2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -10,15 +10,16 @@ COMMENT= Conversion between markup formats LICENSE= GPLv2 -USE_CABAL= aeson>=0.7.0.5 base64-bytestring>=0.1 blaze-html>=0.5 \ +USE_CABAL= aeson>=0.7 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.5 hslua>=0.3 HTTP>=4000.0.5 \ + highlighting-kate>=0.5.11.1 hslua>=0.3 HTTP>=4000.0.5 \ JuicyPixels>=3.1.6.1 mtl>=1.1 network>=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 + SHA>=1.6 syb>=0.1 tagsoup>=0.13.1 temporary>=1.1 \ + texmath>=0.8.0.1 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 USE_ALEX= yes USE_HAPPY= yes |