[96591] users/cal/ports/devel/hs-platform-cgi/Portfile

cal at macports.org cal at macports.org
Tue Aug 14 15:16:47 PDT 2012


Revision: 96591
          https://trac.macports.org/changeset/96591
Author:   cal at macports.org
Date:     2012-08-14 15:16:47 -0700 (Tue, 14 Aug 2012)
Log Message:
-----------
hs-platform-cgi: update to 3001.1.7.4, untested

Modified Paths:
--------------
    users/cal/ports/devel/hs-platform-cgi/Portfile

Modified: users/cal/ports/devel/hs-platform-cgi/Portfile
===================================================================
--- users/cal/ports/devel/hs-platform-cgi/Portfile	2012-08-14 22:16:29 UTC (rev 96590)
+++ users/cal/ports/devel/hs-platform-cgi/Portfile	2012-08-14 22:16:47 UTC (rev 96591)
@@ -1,33 +1,21 @@
+# -*- 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               haskellplatform 1.0
 
-haskell.setup	cgi 3001.1.7.1
-name		hs-platform-cgi
-license		BSD
-maintainers	nomaintainer
-platforms	darwin
+haskellplatform.setup   cgi 3001.1.7.4
+checksums               rmd160  a3df4f40c3e7cad6f1a22b7bd090e39968ffc241 \
+                        sha256  6de5da8be4bb8323a864761bbb604ca8c1cdc9048bf33990f91e7ed948a331ba
 
-description	A library for writing CGI programs (platform version)
-long_description	\
-	This is a Haskell library for writing CGI programs.
+license                 BSD
+maintainers             cal openmaintainer
+platforms               darwin
 
-checksums	md5     02b1d2fe6f271a17c1eb8b897fbd1d7f \
-		sha1    1999b968cfff8a67f4b997cdc114682b4d75b5e4 \
-		rmd160  3009dde5eb2936b7016717daf621264382f887bd
+depends_lib-append      port:hs-platform-mtl \
+                        port:hs-platform-parsec \
+                        port:hs-platform-network \
+                        port:hs-platform-xhtml
 
-depends_lib	port:ghc			\
-		port:hs-platform-network	\
-		port:hs-platform-parsec		\
-		port:hs-platform-mtl		\
-		port:hs-platform-xhtml
-
-universal_variant	no
-
-configure.args-append	-v --enable-library-profiling		\
-			--with-gcc=${configure.cc}
-
-build.args-append	-v
-
-livecheck.type	none
+description             This is a Haskell library for writing CGI programs.
+long_description        ${description}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120814/4bc46b0f/attachment.html>


More information about the macports-changes mailing list