Index: head/textproc/hs-texmath/files/patch-texmath.cabal =================================================================== --- head/textproc/hs-texmath/files/patch-texmath.cabal (revision 260193) +++ head/textproc/hs-texmath/files/patch-texmath.cabal (nonexistent) @@ -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 Property changes on: head/textproc/hs-texmath/files/patch-texmath.cabal ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/textproc/hs-texmath/Makefile =================================================================== --- head/textproc/hs-texmath/Makefile (revision 260193) +++ head/textproc/hs-texmath/Makefile (revision 260194) @@ -1,46 +1,46 @@ # New ports collection makefile for: hs-texmath # Date created: January 10 2010 # Whom: Giuseppe Pilichi aka Jacula Modyun # # $FreeBSD$ # PORTNAME= texmath -PORTVERSION= 0.3.0.1 +PORTVERSION= 0.3.0.2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Conversion of LaTeX math formulas to MathML for Haskell CABAL_SETUP= Setup.hs USE_HACKAGE= xml utf8-string OPTIONS= CGI "Compile CGI executable" off \ TEST "Compile test executable" off PORTDATA= * .include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk" .include .if defined(WITH_CGI) CONFIGURE_ARGS+= --flags="cgi" USE_HACKAGE+= cgi json EXECUTABLE+= texmath-cgi PLIST_SUB+= MAYBE_CGI="" .else CONFIGURE_ARGS+= --flags="-cgi" PLIST_SUB+= MAYBE_CGI="@comment " .endif .if defined(WITH_TEST) CONFIGURE_ARGS+= --flags="test" EXECUTABLE+= testTeXMathML PLIST_SUB+= MAYBE_TEST="" .else CONFIGURE_ARGS+= --flags="-test" PLIST_SUB+= MAYBE_TEST="@comment " .endif .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Property changes on: head/textproc/hs-texmath/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/textproc/hs-texmath/distinfo =================================================================== --- head/textproc/hs-texmath/distinfo (revision 260193) +++ head/textproc/hs-texmath/distinfo (revision 260194) @@ -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 Property changes on: head/textproc/hs-texmath/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property