[37362] trunk/dports/textproc/pandoc

dluke at macports.org dluke at macports.org
Wed Jun 4 12:46:38 PDT 2008


Revision: 37362
          http://trac.macosforge.org/projects/macports/changeset/37362
Author:   dluke at macports.org
Date:     2008-06-04 12:46:37 -0700 (Wed, 04 Jun 2008)

Log Message:
-----------
Add patch (and bump revision) per maintainer (fixes #14886)

Modified Paths:
--------------
    trunk/dports/textproc/pandoc/Portfile

Added Paths:
-----------
    trunk/dports/textproc/pandoc/files/
    trunk/dports/textproc/pandoc/files/patch-Text-Pandoc-Definition.hs

Modified: trunk/dports/textproc/pandoc/Portfile
===================================================================
--- trunk/dports/textproc/pandoc/Portfile	2008-06-04 19:45:22 UTC (rev 37361)
+++ trunk/dports/textproc/pandoc/Portfile	2008-06-04 19:46:37 UTC (rev 37362)
@@ -4,6 +4,7 @@
 
 name                pandoc
 version             0.46
+revision            1
 categories          textproc
 maintainers         jgm at berkeley.edu
 description         General markup converter
@@ -19,6 +20,7 @@
 checksums           md5 9a92a800678767393adab6eb1b69c04b
 depends_build       port:ghc port:haddock
 depends_lib         port:gmp
+patchfiles          patch-Text-Pandoc-Definition.hs
 
 use_configure       no
 build.args          PREFIX=${prefix}

Added: trunk/dports/textproc/pandoc/files/patch-Text-Pandoc-Definition.hs
===================================================================
--- trunk/dports/textproc/pandoc/files/patch-Text-Pandoc-Definition.hs	                        (rev 0)
+++ trunk/dports/textproc/pandoc/files/patch-Text-Pandoc-Definition.hs	2008-06-04 19:46:37 UTC (rev 37362)
@@ -0,0 +1,12 @@
+--- Text/Pandoc/Definition.hs.orig	2008-04-03 20:59:27.000000000 -0700
++++ Text/Pandoc/Definition.hs	2008-04-03 20:59:46.000000000 -0700
+@@ -89,7 +89,8 @@
+ -- | Type of quotation marks to use in Quoted inline.
+ data QuoteType = SingleQuote | DoubleQuote deriving (Show, Eq, Read)
+ 
+-type Target = (String, String)  -- ^ Link target (URL, title)
++-- | Link target (URL, title).
++type Target = (String, String)
+ 
+ -- | Inline elements.
+ data Inline 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080604/14e513bc/attachment-0001.htm 


More information about the macports-changes mailing list