[34726] trunk/dports/devel/happy/Portfile

gwright at macports.org gwright at macports.org
Mon Mar 3 14:04:39 PST 2008


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

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

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

Modified: trunk/dports/devel/happy/Portfile
===================================================================
--- trunk/dports/devel/happy/Portfile	2008-03-03 22:03:56 UTC (rev 34725)
+++ trunk/dports/devel/happy/Portfile	2008-03-03 22:04:38 UTC (rev 34726)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name		happy
-version		1.16
+version		1.17
 categories	devel
 maintainers	gwright at macports.org
 platforms	darwin
@@ -25,19 +25,21 @@
 homepage	http://haskell.org/happy/
 master_sites	http://haskell.org/happy/dist/${version}/
 
-checksums	md5 b9fd2f5eba61974dab8e12873cadee6f
+checksums	md5     4bc931a8630ecebb751a2a8e60219313		\
+		sha1    050bda892fc3f634c088057db1a65825f376e17c	\
+		rmd160  4c7f4f0ad31cf580252fe6d47059a8d50c6d88c0
 
 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}"
                 }
 

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


More information about the macports-changes mailing list