most recent changes, diff for hevea
Index: textproc/hevea/Portfile
--- textproc/hevea/Portfile (revision 35197)
+++ textproc/hevea/Portfile (revision 35198)
@@ -3,8 +3,8 @@
PortSystem 1.0
name hevea
-version 1.09
-categories textproc www
+version 1.10
+categories textproc www tex
maintainers reilles@loria.fr
description HEVEA is a quite complete and fast LATEX to HTML translator.
long_description HEVEA is a LaTeX to HTML translator.\
@@ -14,11 +14,10 @@
correct with respect to version 4.0 (transitional)
homepage http://pauillac.inria.fr/~maranget/hevea/
master_sites ${homepage}/distri/
-checksums sha1 7df360c53f7f943e12c41cb27d569499be9c0215 \
- rmd160 a0b8e220db5d656a34ee5d3867b64a79139b47bd
+checksums sha1 d3b07ad59b815899d953d18b480faa856b77077b \
+ rmd160 651e8799bc4e8ca0c893cf7668df4ff1bf15d9d7
depends_build bin:ocamlc:ocaml
configure {
- cd ${worksrcpath}
- reinplace "s|PREFIX=/usr/local|PREFIX=${prefix}|" Makefile
- reinplace "s|DESTDIR=|DESTDIR=${destroot}|" Makefile
+ reinplace "s|^PREFIX=.*|PREFIX=${prefix}|" ${worksrcpath}/Makefile
+ reinplace "s|^DESTDIR=.*|DESTDIR=${destroot}|" ${worksrcpath}/Makefile
}