[125589] trunk/dports/x11/grace

ryandesign at macports.org ryandesign at macports.org
Mon Sep 22 01:36:53 PDT 2014


Revision: 125589
          https://trac.macports.org/changeset/125589
Author:   ryandesign at macports.org
Date:     2014-09-22 01:36:53 -0700 (Mon, 22 Sep 2014)
Log Message:
-----------
grace: update to 5.1.24 (#45000)

Modified Paths:
--------------
    trunk/dports/x11/grace/Portfile

Added Paths:
-----------
    trunk/dports/x11/grace/files/patch-doc-Makefile.diff

Modified: trunk/dports/x11/grace/Portfile
===================================================================
--- trunk/dports/x11/grace/Portfile	2014-09-22 08:14:27 UTC (rev 125588)
+++ trunk/dports/x11/grace/Portfile	2014-09-22 08:36:53 UTC (rev 125589)
@@ -4,8 +4,7 @@
 PortSystem 1.0
 
 name			    grace
-version			    5.1.23
-revision            3
+version             5.1.24
 categories		    x11 math science print
 license             GPL-2+
 platforms		    darwin
@@ -19,8 +18,8 @@
 master_sites	    ftp://ftp.fu-berlin.de/unix/graphics/${sub} \
 				    ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/${sub}
 
-checksums           rmd160  c990d0f0b836eb6d6e3080c47015a86aca074494 \
-                    sha256  69527950fd9c056a76b7a6bf4ac37a9b87acc565c12a941ffae3c9c5a822ca10
+checksums           rmd160  39ef831117ca4ebb0f7edfa1a32129a97f9b40c6 \
+                    sha256  25767a0d465e2fe999c50b05001aef1f4bf99315c55fdaecf1c52cb0e9be5fec
 
 depends_lib \
 	port:xorg-libXmu \
@@ -34,7 +33,8 @@
 
 depends_run         port:openbrowser
 
-patchfiles          patch-configure.diff
+patchfiles          patch-configure.diff \
+                    patch-doc-Makefile.diff
 
 # The default optimization level apparently causes xmgrace to crash for some users.
 configure.optflags  -O1

Added: trunk/dports/x11/grace/files/patch-doc-Makefile.diff
===================================================================
--- trunk/dports/x11/grace/files/patch-doc-Makefile.diff	                        (rev 0)
+++ trunk/dports/x11/grace/files/patch-doc-Makefile.diff	2014-09-22 08:36:53 UTC (rev 125589)
@@ -0,0 +1,22 @@
+http://plasma-gate.weizmann.ac.il/Grace/phpbb/w3todo.php?project_id=1&action=view_report&todo_id=2240
+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) $<
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140922/85e8f7ff/attachment.html>


More information about the macports-changes mailing list