[106828] trunk/dports/devel/hs-haskell-src-exts/Portfile

cal at macports.org cal at macports.org
Sat Jun 8 17:25:58 PDT 2013


Revision: 106828
          https://trac.macports.org/changeset/106828
Author:   cal at macports.org
Date:     2013-06-08 17:25:58 -0700 (Sat, 08 Jun 2013)
Log Message:
-----------
hs-haskell-src-exts: update to 1.13.5, forces rebuild against new GHC, switch to new checksum types

Modified Paths:
--------------
    trunk/dports/devel/hs-haskell-src-exts/Portfile

Modified: trunk/dports/devel/hs-haskell-src-exts/Portfile
===================================================================
--- trunk/dports/devel/hs-haskell-src-exts/Portfile	2013-06-09 00:23:13 UTC (rev 106827)
+++ trunk/dports/devel/hs-haskell-src-exts/Portfile	2013-06-09 00:25:58 UTC (rev 106828)
@@ -1,16 +1,20 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
-PortGroup       haskell 1.0
+PortSystem              1.0
+PortGroup               haskell 1.0
 
-haskell.setup   haskell-src-exts 1.8.2
-revision        1
-license         BSD
-platforms       darwin
-maintainers     nomaintainer
-description     Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
+haskell.setup           haskell-src-exts 1.13.5
+checksums               rmd160  18f4cdb56c534bcc1b9f3a69a4963440a56e5da3 \
+                        sha256  7c5adc74bc76b26a2ba7de6927877c6ed930c64039371c0c84c5257aae837f0d
 
-long_description \
+
+license                 BSD
+platforms               darwin
+maintainers             nomaintainer
+
+description             Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
+long_description        \
     Haskell-Source with Extensions (HSE, haskell-src-exts) is an extension of \
     the standard haskell-src package, and handles most registered syntactic \
     extensions to Haskell, including: Multi-parameter type classes with \
@@ -20,13 +24,5 @@
     Apart from these standard extensions, it also handles regular patterns as \
     per the HaRP extension as well as HSX-style embedded XML syntax.
 
-checksums       md5     ef24815fd1f08e3d90448a52c648f629 \
-                sha1    ba2dad5ab2e0fdc7fe3ad6ccf3852da9a5b0915b \
-                rmd160  b065c95b9181e4342202a0546f7f445afcb863d3
-
-depends_build-append \
-    port:cpphs \
-    port:hs-platform-happy
-
-configure.args-append \
-    --docdir=${prefix}/share/doc/${name}
+depends_build-append    port:hs-cpphs \
+                        port:hs-happy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130608/ddfeeb3e/attachment.html>


More information about the macports-changes mailing list