[34725] trunk/dports/devel/alex/Portfile

gwright at macports.org gwright at macports.org
Mon Mar 3 14:03:57 PST 2008


Revision: 34725
          http://trac.macosforge.org/projects/macports/changeset/34725
Author:   gwright at macports.org
Date:     2008-03-03 14:03:56 -0800 (Mon, 03 Mar 2008)

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

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

Modified: trunk/dports/devel/alex/Portfile
===================================================================
--- trunk/dports/devel/alex/Portfile	2008-03-03 21:53:17 UTC (rev 34724)
+++ trunk/dports/devel/alex/Portfile	2008-03-03 22:03:56 UTC (rev 34725)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name		alex
-version		2.1.0
+version		2.2
 categories	devel
 maintainers	gwright at macports.org
 platforms	darwin
@@ -16,20 +16,22 @@
 homepage	http://www.haskell.org/alex/
 master_sites	http://www.haskell.org/alex/dist/${version}
 
-checksums	md5 17e80d39cc3f1aba28dcea0e358c81e9
+checksums	md5     7ef62b2dd2ee7ed7b2a5ca3bfb568347		\
+		sha1    a08670e4c749850714205f425cb460ed5a0a56b2	\
+		rmd160  d93c28ce0121073be1ee4893114b36faa2396b1b
 
 depends_build	port:ghc
 
-configure       { cd ${worksrcpath}
-                  system "runhaskell Setup configure --ghc --prefix=${prefix}"
+configure       {
+                  system "cd ${worksrcpath} && runhaskell Setup configure --ghc --prefix=${prefix}"
                 }
 
-build           { cd ${worksrcpath}
-                  system "runhaskell Setup build -v"
+build           {
+                  system "cd ${worksrcpath} && runhaskell Setup build -v"
                 }
 
-destroot        { cd ${worksrcpath}
-                  system "runhaskell Setup copy --copy-prefix=${destroot}${prefix}"
+destroot        {
+                  system "cd ${worksrcpath} && runhaskell Setup copy --copy-prefix=${destroot}${prefix}"
                 }
 
 livecheck.check regex

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


More information about the macports-changes mailing list