[64789] trunk/dports/devel/hs-cabal/Portfile

gwright at macports.org gwright at macports.org
Mon Mar 15 12:10:01 PDT 2010


Revision: 64789
          http://trac.macports.org/changeset/64789
Author:   gwright at macports.org
Date:     2010-03-15 12:10:00 -0700 (Mon, 15 Mar 2010)
Log Message:
-----------
Update to most recent version.

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

Modified: trunk/dports/devel/hs-cabal/Portfile
===================================================================
--- trunk/dports/devel/hs-cabal/Portfile	2010-03-15 19:09:17 UTC (rev 64788)
+++ trunk/dports/devel/hs-cabal/Portfile	2010-03-15 19:10:00 UTC (rev 64789)
@@ -7,12 +7,12 @@
 
 name		hs-cabal
 set canonicalname	cabal-install
-version		0.6.2
+version		0.8.0
 categories	devel haskell
 maintainers	gwright
 platforms	darwin
 
-description	User interface to Haskell's Cabal build system.
+description	User interface to Haskell's Cabal build system (development version).
 long_description	\
 		Cabal is a system for building and packaging Haskell	\
 		libraries and programs It defines a common interface	\
@@ -29,14 +29,16 @@
 		sha1    415bdf6ae7029b488b99c2da288af10634024ac7	\
 		rmd160  f7ae2a8155b28ee1b736e9abf00c32fe55e7c80f
 
+universal_variant	no
+
 depends_lib	port:hs-libcabal	\
 		port:hs-zlib		\
-		port:hs-http
+		port:hs-HTTP
 
-configure	{ system "cd ${worksrcpath} && runhaskell Setup configure --ghc --prefix=${prefix}"
+configure	{ system "cd ${worksrcpath} && runhaskell Setup configure -v --ghc --prefix=${prefix} --with-gcc=${configure.cc} --program-suffix=\"-${version}\""
 		}
 
-build		{ system "cd ${worksrcpath} && runhaskell Setup build"
+build		{ system "cd ${worksrcpath} && runhaskell Setup build -v"
 		}
 
 destroot	{ system "cd ${worksrcpath} && runhaskell Setup copy --copy-prefix=${destroot}${prefix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100315/8ebc42fd/attachment.html>


More information about the macports-changes mailing list