Revision: 133549 https://trac.macports.org/changeset/133549 Author: mojca@macports.org Date: 2015-03-04 15:33:05 -0800 (Wed, 04 Mar 2015) Log Message: ----------- grace: upgrade to 5.1.25 Modified Paths: -------------- trunk/dports/x11/grace/Portfile Removed Paths: ------------- trunk/dports/x11/grace/files/patch-doc-Makefile.diff Modified: trunk/dports/x11/grace/Portfile =================================================================== --- trunk/dports/x11/grace/Portfile 2015-03-04 23:21:22 UTC (rev 133548) +++ trunk/dports/x11/grace/Portfile 2015-03-04 23:33:05 UTC (rev 133549) @@ -4,22 +4,21 @@ PortSystem 1.0 name grace -version 5.1.24 +version 5.1.25 categories x11 math science print license GPL-2+ platforms darwin maintainers nomaintainer description WYSIWYG tool to make two-dimensional plots of numerical data long_description ${description} -use_parallel_build yes homepage http://plasma-gate.weizmann.ac.il/Grace/ set sub grace/src/stable/ master_sites ftp://ftp.fu-berlin.de/unix/graphics/${sub} \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/${sub} -checksums rmd160 39ef831117ca4ebb0f7edfa1a32129a97f9b40c6 \ - sha256 25767a0d465e2fe999c50b05001aef1f4bf99315c55fdaecf1c52cb0e9be5fec +checksums rmd160 3fff22b3ceaaffddd81c8d23d26623f2e8f87c7c \ + sha256 751ab9917ed0f6232073c193aba74046037e185d73b77bab0f5af3e3ff1da2ac depends_lib lib:libXm:openmotif \ port:jpeg \ @@ -32,8 +31,7 @@ depends_run port:openbrowser -patchfiles patch-configure.diff \ - patch-doc-Makefile.diff +patchfiles patch-configure.diff # The default optimization level apparently causes xmgrace to crash for some users. configure.optflags -O1 Deleted: trunk/dports/x11/grace/files/patch-doc-Makefile.diff =================================================================== --- trunk/dports/x11/grace/files/patch-doc-Makefile.diff 2015-03-04 23:21:22 UTC (rev 133548) +++ trunk/dports/x11/grace/files/patch-doc-Makefile.diff 2015-03-04 23:33:05 UTC (rev 133549) @@ -1,22 +0,0 @@ -http://plasma-gate.weizmann.ac.il/Grace/phpbb/w3todo.php?project_id=1&action... -http://plasma-gate.weizmann.ac.il/Grace/phpbb/viewtopic.php?f=5&t=2831 ---- doc/Makefile.orig 2014-08-16 18:27:40.000000000 -0500 -+++ doc/Makefile 2014-09-22 03:27:33.000000000 -0500 -@@ -19,6 +19,7 @@ - SGML2HTML = $(LINUXDOC) --backend=html --split=0 --toc=2 - SGML2LATEX = $(LINUXDOC) --backend=latex --output=tex - SGML2DVI = $(LINUXDOC) --backend=latex --output=dvi -+SGML2PDF = $(LINUXDOC) --backend=latex --output=pdf - DVI2PS = dvips -t $(PAPERSIZE) - LATEX = latex - PDFLATEX = pdflatex -@@ -29,6 +30,9 @@ - .sgml.dvi : - $(SGML2DVI) $< - -+.sgml.pdf : -+ $(SGML2PDF) $< -+ - .sgml.tex : - $(SGML2LATEX) $< -