[64768] trunk/dports/devel

gwright at macports.org gwright at macports.org
Mon Mar 15 10:18:11 PDT 2010


Revision: 64768
          http://trac.macports.org/changeset/64768
Author:   gwright at macports.org
Date:     2010-03-15 10:18:10 -0700 (Mon, 15 Mar 2010)
Log Message:
-----------
The alex port is moved to hs-alex.  This is the development version;
the stable version is part of the haskell platform and is provided
as hs-platform-alex.

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

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

Modified: trunk/dports/devel/hs-alex/Portfile
===================================================================
--- trunk/dports/devel/alex/Portfile	2010-03-12 22:42:46 UTC (rev 64650)
+++ trunk/dports/devel/hs-alex/Portfile	2010-03-15 17:18:10 UTC (rev 64768)
@@ -1,8 +1,9 @@
 # $Id$
 
 PortSystem 1.0
-name		alex
-version		2.3.1
+name		hs-alex
+set canonicalname	alex
+version		2.3.2
 categories	devel haskell
 maintainers	gwright
 platforms	darwin
@@ -13,23 +14,23 @@
 		recognised in the form of regular expressions.		\
 		It is similar to the tools lex or flex for C/C++.       
 
-homepage	http://www.haskell.org/alex/
-master_sites	http://hackage.haskell.org/packages/archive/${name}/${version}
+homepage	http://www.haskell.org/${canonicalname}/
+master_sites	http://hackage.haskell.org/packages/archive/${canonicalname}/${version}
 
-checksums       md5     a8c26af3370388297cee4b8c767d72d9 \
-                sha1    0dbd9d34849602f9b59d30122b27727d6f79fc4f \
-                rmd160  cee02283325638fc9929ca6ae40c153b626d4b69
+checksums	md5     4ec089744917129d7354f56c901e2c76 \
+		sha1    fe6b23f894d3e0c029a8e3e6f26a8cc106ff1d1e \
+		rmd160  864616a2d2406da475af8c7473743e2ed45ae244
 
 depends_build	port:ghc
 
 patchfiles	patch-alex.cabal.diff
 
 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           {
-                  system "cd ${worksrcpath} && runhaskell Setup build"
+                  system "cd ${worksrcpath} && runhaskell Setup build -v"
                 }
 
 destroot        {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100315/10ebf59e/attachment.html>


More information about the macports-changes mailing list