most recent changes, diff for alex
Index: devel/alex/Portfile
--- devel/alex/Portfile (revision 34724)
+++ devel/alex/Portfile (revision 34725)
@@ -2,7 +2,7 @@
PortSystem 1.0
name alex
-version 2.1.0
+version 2.2
categories devel
maintainers gwright@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