aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2010-08-30 10:53:11 +0000
committerGabor Pali <pgj@FreeBSD.org>2010-08-30 10:53:11 +0000
commitcb24c67f8499820a4483c573011b546e8a556c82 (patch)
tree8912c67ea82d3872435e57301768f547f29b3b36 /textproc
parent6bac9909a409c0f1a6282aa9b074b471864e6a9f (diff)
downloadports-cb24c67f8499820a4483c573011b546e8a556c82.tar.gz
ports-cb24c67f8499820a4483c573011b546e8a556c82.zip
- Update to 0.3.0.2
Notes
Notes: svn path=/head/; revision=260194
Diffstat (limited to 'textproc')
-rw-r--r--textproc/hs-texmath/Makefile2
-rw-r--r--textproc/hs-texmath/distinfo6
-rw-r--r--textproc/hs-texmath/files/patch-texmath.cabal26
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