diff options
author | pgj <pgj@FreeBSD.org> | 2010-08-30 18:53:11 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2010-08-30 18:53:11 +0800 |
commit | 030938645bc845a29af3e0fdb260cd7e1e53adba (patch) | |
tree | a4eb1e4f6593781b60e64154d3b28f6fac3023f6 /textproc | |
parent | 1732fee0f1696529d7208825d33b65909b8e2a31 (diff) | |
download | freebsd-ports-gnome-030938645bc845a29af3e0fdb260cd7e1e53adba.tar.gz freebsd-ports-gnome-030938645bc845a29af3e0fdb260cd7e1e53adba.tar.zst freebsd-ports-gnome-030938645bc845a29af3e0fdb260cd7e1e53adba.zip |
- Update to 0.3.0.2
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hs-texmath/Makefile | 2 | ||||
-rw-r--r-- | textproc/hs-texmath/distinfo | 6 | ||||
-rw-r--r-- | textproc/hs-texmath/files/patch-texmath.cabal | 26 |
3 files changed, 4 insertions, 30 deletions
diff --git a/textproc/hs-texmath/Makefile b/textproc/hs-texmath/Makefile index a8a31a2dba8f..260793b7f217 100644 --- a/textproc/hs-texmath/Makefile +++ b/textproc/hs-texmath/Makefile @@ -6,7 +6,7 @@ # PORTNAME= texmath -PORTVERSION= 0.3.0.1 +PORTVERSION= 0.3.0.2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-texmath/distinfo b/textproc/hs-texmath/distinfo index 5fa12dade639..eb6ee03bc81c 100644 --- a/textproc/hs-texmath/distinfo +++ b/textproc/hs-texmath/distinfo @@ -1,3 +1,3 @@ -MD5 (cabal/texmath-0.3.0.1.tar.gz) = f2ec771aaae9e678bf9106fe161efb85 -SHA256 (cabal/texmath-0.3.0.1.tar.gz) = e1f4773b152ad30ab22f2f31fd6227017474504559ba4fe9a919631448c5c288 -SIZE (cabal/texmath-0.3.0.1.tar.gz) = 25368 +MD5 (cabal/texmath-0.3.0.2.tar.gz) = 7748c1628eadf8ba3a26e0782df3dcfc +SHA256 (cabal/texmath-0.3.0.2.tar.gz) = 8d2bb26fc5aab09ae92d2c194ec39acb4e04c054ad2caf1a1db0dc9b53b4b1d4 +SIZE (cabal/texmath-0.3.0.2.tar.gz) = 25370 diff --git a/textproc/hs-texmath/files/patch-texmath.cabal b/textproc/hs-texmath/files/patch-texmath.cabal deleted file mode 100644 index f598a4505bc7..000000000000 --- a/textproc/hs-texmath/files/patch-texmath.cabal +++ /dev/null @@ -1,26 +0,0 @@ ---- ./texmath.cabal.orig 2010-07-23 00:04:31.000000000 +0200 -+++ ./texmath.cabal 2010-07-29 13:52:06.000000000 +0200 -@@ -63,12 +63,12 @@ - Build-depends: base >= 3 && < 4 - Exposed-modules: Text.TeXMath, Text.TeXMath.Parser, Text.TeXMath.MathMLWriter - -- Ghc-Options: -Wall -fno-warn-unused-do-bind -+ Ghc-Options: -Wall - Ghc-Prof-Options: -auto-all - - Executable testTeXMathML - Main-is: testTeXMathML.hs -- Ghc-Options: -Wall -fno-warn-unused-do-bind -+ Ghc-Options: -Wall - Ghc-Prof-Options: -auto-all - if flag(test) - Buildable: True -@@ -78,7 +78,7 @@ - Executable texmath-cgi - Main-is: cgi/texmath-cgi.hs - Build-depends: utf8-string -- Ghc-Options: -Wall -fno-warn-unused-do-bind -+ Ghc-Options: -Wall - Ghc-Prof-Options: -auto-all - if flag(cgi) - Buildable: True |