diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-05-25 21:44:12 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-05-25 21:44:12 +0000 |
commit | fff1aa535b4a18a05d872de7c9afb3dbf9f6013b (patch) | |
tree | 86e71c0056b8414191c8b421101694a177fec03e /textproc/hs-texmath | |
parent | b782168218ce43588149523e6d12003aa68ad324 (diff) | |
download | ports-fff1aa535b4a18a05d872de7c9afb3dbf9f6013b.tar.gz ports-fff1aa535b4a18a05d872de7c9afb3dbf9f6013b.zip |
Notes
Diffstat (limited to 'textproc/hs-texmath')
-rw-r--r-- | textproc/hs-texmath/Makefile | 6 | ||||
-rw-r--r-- | textproc/hs-texmath/distinfo | 6 | ||||
-rw-r--r-- | textproc/hs-texmath/files/patch-texmath.cabal | 20 |
3 files changed, 5 insertions, 27 deletions
diff --git a/textproc/hs-texmath/Makefile b/textproc/hs-texmath/Makefile index ced97a4f3be3..da4ddc367fb9 100644 --- a/textproc/hs-texmath/Makefile +++ b/textproc/hs-texmath/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= texmath -PORTVERSION= 0.9.4.1 -PORTREVISION= 1 +PORTVERSION= 0.10.1.2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -11,8 +10,7 @@ COMMENT= Conversion between formats used to represent mathematics LICENSE= GPLv2 -USE_CABAL= aeson mtl network network-uri pandoc-types parsec split \ - syb text xml +USE_CABAL= aeson mtl network network-uri pandoc-types split syb xml FLAGS_ENABLE= network-uri FLAGS_DISABLE= executable diff --git a/textproc/hs-texmath/distinfo b/textproc/hs-texmath/distinfo index d300fd4ee54b..4aacb04c0c4b 100644 --- a/textproc/hs-texmath/distinfo +++ b/textproc/hs-texmath/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499624840 -SHA256 (cabal/texmath-0.9.4.1.tar.gz) = 302202b2c896403963aefe63044ca65ca277482d0e661607010ca3bf8d9a9d04 -SIZE (cabal/texmath-0.9.4.1.tar.gz) = 1705730 +TIMESTAMP = 1524845873 +SHA256 (cabal/texmath-0.10.1.2.tar.gz) = fda230b0ce48efb1f45f14c47d3db255466b973f42699507d53f8a7ca8a5d821 +SIZE (cabal/texmath-0.10.1.2.tar.gz) = 1716634 diff --git a/textproc/hs-texmath/files/patch-texmath.cabal b/textproc/hs-texmath/files/patch-texmath.cabal deleted file mode 100644 index f1f846076b26..000000000000 --- a/textproc/hs-texmath/files/patch-texmath.cabal +++ /dev/null @@ -1,20 +0,0 @@ ---- texmath.cabal.orig 2017-07-10 15:55:23 UTC -+++ texmath.cabal -@@ -87,7 +87,7 @@ Flag network-uri - - Library - Build-depends: xml, parsec >= 3, containers, -- pandoc-types >= 1.12.3.3 && < 1.18, mtl -+ pandoc-types >= 1.12.3.3 , mtl - if impl(ghc >= 6.10) - Build-depends: base >= 4.5 && < 5, syb - else -@@ -141,7 +141,7 @@ Executable texmath - if flag(executable) - Buildable: True - Build-Depends: base >= 4.5 && < 5, texmath, xml, -- pandoc-types >= 1.12.3.3 && < 1.18, -+ pandoc-types >= 1.12.3.3 , - split, aeson, bytestring, text - else - Buildable: False |