[34731] trunk/dports/devel/haddock/Portfile

gwright at macports.org gwright at macports.org
Mon Mar 3 15:39:00 PST 2008


Revision: 34731
          http://trac.macosforge.org/projects/macports/changeset/34731
Author:   gwright at macports.org
Date:     2008-03-03 15:38:59 -0800 (Mon, 03 Mar 2008)

Log Message:
-----------
Version bump to 2.0.0.0.

Modified Paths:
--------------
    trunk/dports/devel/haddock/Portfile

Modified: trunk/dports/devel/haddock/Portfile
===================================================================
--- trunk/dports/devel/haddock/Portfile	2008-03-03 22:49:20 UTC (rev 34730)
+++ trunk/dports/devel/haddock/Portfile	2008-03-03 23:38:59 UTC (rev 34731)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name		haddock
-version		0.8
+version		2.0.0.0
 categories	devel
 maintainers	nomaintainer
 platforms	darwin
@@ -23,18 +23,19 @@
 		and documentation, for that type. 
 
 homepage	http://www.haskell.org/haddock/
-master_sites	${homepage}
+master_sites	http://hackage.haskell.org/packages/archive/${name}/${version}
 
-distfiles	${name}-${version}-src${extract.suffix}
+checksums	md5     ccd8b4a6f6b4fb084bdad02fbb215ca4		\
+		sha1    f27bd0943f38f6572047d45c9c0779814889ff65	\
+		rmd160  26c113fa12ed4881bf0f75f3de771dfcc3ee31e6
 
-checksums	md5 0a1bb64e7642f64d2560dc258c570c1d
 
 depends_build	port:ghc
 
 pre-configure   { system "cd ${worksrcpath} && ${prefix}/bin/ghc -o Setup Setup.lhs -package Cabal"
                 }
 
-configure       { system "cd ${worksrcpath} && ./Setup configure --ghc --prefix=${prefix} --enable-library-profiling"
+configure       { system "cd ${worksrcpath} && ./Setup configure --ghc --prefix=${prefix}"
                 }
 
 build           { system "cd ${worksrcpath} && ./Setup build -v"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080303/498e6900/attachment.html 


More information about the macports-changes mailing list