most recent changes, diff for lhs2tex

Index: textproc/lhs2tex/Portfile
--- textproc/lhs2tex/Portfile (revision 34883)
+++ textproc/lhs2tex/Portfile (revision 34884)
@@ -2,8 +2,7 @@

PortSystem 1.0
name lhs2tex
-version 1.12
-revision 1
+version 1.13
categories print textproc
platforms darwin
maintainers gwright@macports.org
@@ -12,25 +11,26 @@
lhs2TeX is a preprocessor to generate LaTeX code \
from literate Haskell sources.

-homepage http://www.informatik.uni-bonn.de/~loeh/lhs2tex/
+homepage http://people.cs.uu.nl/andres/${name}/
master_sites ${homepage}

-use_bzip2 yes
+checksums md5 1173dbe6440f24918f3dc80d776e1f18 \
+ sha1 bd5fd4d1a5a4f76022cec73dadf0e81caf420866 \
+ rmd160 9b6be85e5198b801d3555708ef94880c2b5d4287

-checksums md5 1bc982e96f19201aaf1c39c1d4b5e358

depends_build port:ghc \
- bin:tex:teTeX
+ port:texlive

-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}"
}