[21740] trunk/dports/math/maxima/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Feb 4 14:12:29 PST 2007


Revision: 21740
          http://trac.macosforge.org/projects/macports/changeset/21740
Author:   gwright at macports.org
Date:     2007-02-04 14:12:29 -0800 (Sun, 04 Feb 2007)

Log Message:
-----------
Version bump to 5.11.0.  The printable-doc variant may still
be broken; I may have a patch to fix this.  It seemed important
to bump the version even without this patch, since 5.11.0 has
so many other fixes.

Modified Paths:
--------------
    trunk/dports/math/maxima/Portfile

Modified: trunk/dports/math/maxima/Portfile
===================================================================
--- trunk/dports/math/maxima/Portfile	2007-02-04 22:10:56 UTC (rev 21739)
+++ trunk/dports/math/maxima/Portfile	2007-02-04 22:12:29 UTC (rev 21740)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name		maxima
-version		5.10.0
+version		5.11.0
 categories	math
 maintainers	gwright at opendarwin.org
 platforms	darwin
@@ -31,10 +31,10 @@
 
 homepage	http://maxima.sourceforge.net/
 master_sites    sourceforge
-checksums	md5 1e7f5ecabf990f350c5f662f106d83b7
+checksums	md5 d9ae353e8eba9b9d5686e119e59ab88c
 
-depends_build	port:sbcl
-depends_run	bin:wish:tk
+depends_run	port:sbcl	\
+		bin:wish:tk
 
 worksrcdir	${name}-${version}
 
@@ -57,10 +57,11 @@
 
 variant	printable_doc	{
 		depends_build-append	port:teTeX
-		build.target		all dvi
+		build.target	all pdf
 
-		pre-destroot	{ system "install -d -m 755 ${destroot}/${prefix}/share/${name}/${version}/doc/dvi"
-				  system "install -c -m 644 ${workpath}/${worksrcdir}/doc/info/maxima.dvi ${destroot}/${prefix}/share/${name}/${version}/doc/dvi"
+		pre-destroot	{
+				  system "install -d -m 755 ${destroot}/${prefix}/share/${name}/${version}/doc/pdf"
+				  system "install -c -m 644 ${workpath}/${worksrcdir}/doc/info/maxima.pdf ${destroot}/${prefix}/share/${name}/${version}/doc/pdf"
 				}
 		}
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070204/561ebd98/attachment.html


More information about the macports-changes mailing list