[114509] trunk/dports

cal at macports.org cal at macports.org
Mon Dec 9 15:17:06 PST 2013


Revision: 114509
          https://trac.macports.org/changeset/114509
Author:   cal at macports.org
Date:     2013-12-09 15:17:06 -0800 (Mon, 09 Dec 2013)
Log Message:
-----------
pandoc: update to 1.12.2.1

Also:
 - updates hs-pandoc-types to 1.12.3
 - deletes hs-tagsoup-0.12, which was only kept around for pandoc
 - updates hs-texmath to 0.6.5.2

Modified Paths:
--------------
    trunk/dports/devel/hs-pandoc-types/Portfile
    trunk/dports/devel/hs-texmath/Portfile
    trunk/dports/textproc/pandoc/Portfile

Removed Paths:
-------------
    trunk/dports/devel/hs-tagsoup-0.12/

Modified: trunk/dports/devel/hs-pandoc-types/Portfile
===================================================================
--- trunk/dports/devel/hs-pandoc-types/Portfile	2013-12-09 23:02:51 UTC (rev 114508)
+++ trunk/dports/devel/hs-pandoc-types/Portfile	2013-12-09 23:17:06 UTC (rev 114509)
@@ -4,10 +4,9 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       pandoc-types 1.10
-revision            4
-checksums           rmd160  9ff6d263ddbb2394533ce258782024b62017d9ed \
-                    sha256  e65b983aece74d57db53c6f611f92b9df9dd876e5f022f3a8612c092d6db78f5
+haskell.setup       pandoc-types 1.12.3
+checksums           rmd160  04df3d7e32cd10cc060766ffe8bfcf0bea0d5bd8 \
+                    sha256  125825a795dc0cb2b6ffbe46789e60d62a42ba2eb0f07e544b5c39612fbd8ece
 
 maintainers         nomaintainer
 platforms           darwin
@@ -18,4 +17,5 @@
     This package contains definitions for the Pandoc data structure, which is \
     used by pandoc to represent structured documents.
 
-depends_lib-append  port:hs-syb
+depends_lib-append  port:hs-aeson \
+                    port:hs-syb

Modified: trunk/dports/devel/hs-texmath/Portfile
===================================================================
--- trunk/dports/devel/hs-texmath/Portfile	2013-12-09 23:02:51 UTC (rev 114508)
+++ trunk/dports/devel/hs-texmath/Portfile	2013-12-09 23:17:06 UTC (rev 114509)
@@ -4,12 +4,11 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       texmath 0.6.1.5
-revision            1
-checksums           rmd160  6f87f214e1682f5f0a375e6ec200cb1236b3b70b \
-                    sha256  888cca454fc585272ed5fa41711943250f76efebbff302534d02c349409c9d95
+haskell.setup       texmath 0.6.5.2
+checksums           rmd160  e709b5078abc57e903262097d2c8019240793b5c \
+                    sha256  749810eb9e01982730c66f11cdaf2af3252ee7dcc6a6089b1fa4cbad00716adf
 
-maintainers         nomaintainer
+maintainers         cal openmaintainer
 platforms           darwin
 license             GPL
 
@@ -20,6 +19,7 @@
     Language, used in Microsoft Office). It supports basic LaTeX and AMS \
     extensions, and it can parse and apply LaTeX macros.
 
-depends_lib-append  port:hs-parsec \
+depends_lib-append  port:hs-pandoc-types \
+                    port:hs-parsec \
                     port:hs-syb \
                     port:hs-xml

Modified: trunk/dports/textproc/pandoc/Portfile
===================================================================
--- trunk/dports/textproc/pandoc/Portfile	2013-12-09 23:02:51 UTC (rev 114508)
+++ trunk/dports/textproc/pandoc/Portfile	2013-12-09 23:17:06 UTC (rev 114509)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       pandoc 1.11.1
-revision            4
+haskell.setup       pandoc 1.12.2.1
 name                pandoc
 categories          textproc
 platforms           darwin
@@ -22,23 +21,35 @@
     Textile, groff man pages, plain text, Emacs Org-Mode, AsciiDoc, EPUB (v2 \
     and v3), FictionBook2, and S5, Slidy and Slideous HTML slide shows.
 
-checksums           rmd160  9189e500cd3f75e8d16124d33104feddc14107f3 \
-                    sha256  ebb090b08b5439d719d1d01575aa91262035cb9b8de61ffaf49a853a5fde432c
+checksums           rmd160  89bdcc402abe0bc36641f1f30e268a705befe841 \
+                    sha256  8e9a37bb802efd44e6e6063060105ad4ef8328a093fccbd971c533f0b583dbf7
 
-depends_lib-append  port:hs-extensible-exceptions \
+depends_lib-append  \
+                    port:hs-aeson \
+                    port:hs-alex \
+                    port:hs-attoparsec \
                     port:hs-base64-bytestring \
                     port:hs-blaze-html \
-                    port:hs-citeproc \
+                    port:hs-blaze-markup \
                     port:hs-data-default \
+                    port:hs-extensible-exceptions \
+                    port:hs-happy \
                     port:hs-highlighting-kate \
+                    port:hs-hslua \
                     port:hs-http \
+                    port:hs-mtl \
+                    port:hs-network \
                     port:hs-pandoc-types \
+                    port:hs-parsec \
                     port:hs-random \
-                    port:hs-sha \
-                    port:hs-tagsoup-0.12 \
+                    port:hs-syb \
+                    port:hs-tagsoup \
                     port:hs-temporary \
                     port:hs-texmath \
-                    port:hs-utf8-string \
+                    port:hs-text \
+                    port:hs-unordered-containers \
+                    port:hs-vector \
+                    port:hs-xml \
+                    port:hs-yaml \
                     port:hs-zip-archive \
-
-test.run            yes
+                    port:hs-zlib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131209/e2268404/attachment.html>


More information about the macports-changes mailing list