[64770] trunk/dports/devel

gwright at macports.org gwright at macports.org
Mon Mar 15 10:24:06 PDT 2010


Revision: 64770
          http://trac.macports.org/changeset/64770
Author:   gwright at macports.org
Date:     2010-03-15 10:24:06 -0700 (Mon, 15 Mar 2010)
Log Message:
-----------
The development version of happy is now hs-happy; the stable version
is hs-platform-happy.

Modified Paths:
--------------
    trunk/dports/devel/hs-happy/Portfile

Added Paths:
-----------
    trunk/dports/devel/hs-happy/

Modified: trunk/dports/devel/hs-happy/Portfile
===================================================================
--- trunk/dports/devel/happy/Portfile	2010-03-12 22:42:46 UTC (rev 64650)
+++ trunk/dports/devel/hs-happy/Portfile	2010-03-15 17:24:06 UTC (rev 64770)
@@ -1,7 +1,9 @@
 # $Id$
 
 PortSystem 1.0
-name		happy
+
+name		hs-happy
+set canonicalname	happy
 version		1.18.4
 categories	devel
 maintainers	gwright
@@ -22,8 +24,8 @@
 		can parse a stream of characters directly (but this	\
 		isn't practical in most cases).
 
-homepage	http://haskell.org/happy/
-master_sites	http://hackage.haskell.org/packages/archive/${name}/${version}/
+homepage	http://haskell.org/${canonicalname}/
+master_sites	http://hackage.haskell.org/packages/archive/${canonicalname}/${version}/
 
 checksums	md5     614e3ef9623dbeefc4c8ca699912efb4 \
 		sha1    86c6a61ed8b3909c476c27343f41cb12971d52bd \
@@ -32,7 +34,7 @@
 depends_build	port:ghc
 
 configure       {
-                  system "cd ${worksrcpath} && runhaskell Setup configure --ghc --prefix=${prefix}"
+                  system "cd ${worksrcpath} && runhaskell Setup configure -v --ghc --with-gcc=${configure.cc} --prefix=${prefix} --program-suffix=\"-${version}\""
                 }
 
 build           {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100315/d5fb29fd/attachment.html>


More information about the macports-changes mailing list