Revision: 139656 https://trac.macports.org/changeset/139656 Author: mww@macports.org Date: 2015-08-23 04:21:11 -0700 (Sun, 23 Aug 2015) Log Message: ----------- hevea: version 2.25 Modified Paths: -------------- trunk/dports/textproc/hevea/Portfile trunk/dports/textproc/hevea/files/patch-Makefile.diff Modified: trunk/dports/textproc/hevea/Portfile =================================================================== --- trunk/dports/textproc/hevea/Portfile 2015-08-23 10:59:57 UTC (rev 139655) +++ trunk/dports/textproc/hevea/Portfile 2015-08-23 11:21:11 UTC (rev 139656) @@ -3,8 +3,8 @@ PortSystem 1.0 name hevea -version 2.00 -revision 3 +version 2.25 +revision 0 categories textproc www tex platforms darwin maintainers loria.fr:reilles @@ -17,8 +17,8 @@ correct with respect to version 4.0 (transitional) homepage http://hevea.inria.fr/ master_sites ${homepage}/distri/ -checksums sha1 3de1c2e32f125c305d902fb1c066facc939405a2 \ - rmd160 d586b1564fafc5fba47614b4f13e1303049c1d9a +checksums rmd160 e65da2c15187dffd92fb66521a4200dac83b6037 \ + sha256 e4c75b550bb2aa663052063d979dd1490fd7817e7cbb97b208dee92ed24ec94e patchfiles patch-Makefile.diff Modified: trunk/dports/textproc/hevea/files/patch-Makefile.diff =================================================================== --- trunk/dports/textproc/hevea/files/patch-Makefile.diff 2015-08-23 10:59:57 UTC (rev 139655) +++ trunk/dports/textproc/hevea/files/patch-Makefile.diff 2015-08-23 11:21:11 UTC (rev 139656) @@ -1,18 +1,18 @@ ---- work/hevea-2.00/Makefile 2012-09-03 16:51:27.000000000 +0200 -+++ Makefile 2012-09-04 16:58:38.000000000 +0200 +--- /var/tmp/Makefile 2015-08-23 13:18:12.000000000 +0200 ++++ Makefile 2015-08-23 13:19:24.000000000 +0200 @@ -3,6 +3,7 @@ TARGET=opt # Install prefix - PREFIX=/usr/local + PREFIX?=/usr/local +DESTDIR= # Library directory of hevea LIBDIR=$(PREFIX)/lib/hevea # Where to install programms -@@ -105,6 +106,7 @@ +@@ -45,6 +46,7 @@ echo ALLLIB=\"$(ALLLIB)\" && \ echo HTMLLIB=\"$(HTMLLIB)\" && \ echo TEXTLIB=\"$(TEXTLIB)\" && \ + echo DESTDIR=\"$(DESTDIR)\" && \ - echo INFOLIB=\"$(INFOLIB)\" ) > $@ + echo INFOLIB=\"$(INFOLIB)\") > $@ clean:: config.sh