[106836] trunk/dports/devel/hs-language-c/Portfile

cal at macports.org cal at macports.org
Sat Jun 8 17:57:29 PDT 2013


Revision: 106836
          https://trac.macports.org/changeset/106836
Author:   cal at macports.org
Date:     2013-06-08 17:57:29 -0700 (Sat, 08 Jun 2013)
Log Message:
-----------
hs-language-c: revbump to rebuild against newer GHC, add missing dependency, update description

Modified Paths:
--------------
    trunk/dports/devel/hs-language-c/Portfile

Modified: trunk/dports/devel/hs-language-c/Portfile
===================================================================
--- trunk/dports/devel/hs-language-c/Portfile	2013-06-09 00:55:38 UTC (rev 106835)
+++ trunk/dports/devel/hs-language-c/Portfile	2013-06-09 00:57:29 UTC (rev 106836)
@@ -1,22 +1,24 @@
 # -*- 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           language-c 0.4.2
-revision                1
-license                 BSD
-maintainers             nomaintainer
-platforms               darwin
+haskell.setup       language-c 0.4.2
+revision            2
+checksums           rmd160  9c20128ec44585bbb3a7079ba78b802c173dabb9 \
+                    sha256  6384cf03a00008b65ad126c2582699b3de52de594468386d2c79cf63c926ee1e
 
-description             C99 parser and pretty-printer
+license             BSD
+maintainers         nomaintainer
+platforms           darwin
 
-long_description        Language.C is a parser and pretty-printer framework \
-                        for C99 and the extensions of gcc.
+description         Analysis and generation of C code
+long_description    \
+    Language C is a haskell library for the analysis and generation of C code. \
+    It features a complete, well tested parser and pretty printer for all of \
+    C99 and a large set of GNU extensions.
 
-checksums               rmd160  9c20128ec44585bbb3a7079ba78b802c173dabb9 \
-                        sha256  6384cf03a00008b65ad126c2582699b3de52de594468386d2c79cf63c926ee1e
-
-depends_build-append    port:hs-platform-happy \
-                        port:hs-platform-alex
+depends_lib-append  port:hs-alex \
+                    port:hs-happy \
+                    port:hs-syb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130608/404bf02b/attachment.html>


More information about the macports-changes mailing list