--- Makefile.orig 2021-07-03 14:12:05.136004000 +0900 +++ Makefile 2021-07-03 14:24:02.136647000 +0900 @@ -1,8 +1,7 @@ # Created by: Scott Flatman PORTNAME= maxima -PORTVERSION= 5.44.0 -PORTREVISION= 14 +PORTVERSION= 5.45.1 CATEGORIES= math lisp tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source --- distinfo.orig 2021-06-19 13:47:52.457473000 +0900 +++ distinfo 2021-07-03 14:36:31.291108000 +0900 @@ -1,3 +1,3 @@ -TIMESTAMP = 1592256101 -SHA256 (maxima-5.44.0.tar.gz) = d93f5e48c4daf8f085d609cb3c7b0bdf342c667fd04cf750c846426874c9d2ec -SIZE (maxima-5.44.0.tar.gz) = 34976354 +TIMESTAMP = 1625290591 +SHA256 (maxima-5.45.1.tar.gz) = fe9016276970bef214a1a244348558644514d7fdfaa4fc8b9d0e87afcbb4e7dc +SIZE (maxima-5.45.1.tar.gz) = 39951932 --- files/patch-interfaces_xmaxima_Tkmaxima_Paths.tcl.orig 2021-06-19 13:47:52.457564000 +0900 +++ files/patch-interfaces_xmaxima_Tkmaxima_Paths.tcl 2021-07-03 14:42:08.637029000 +0900 @@ -1,11 +0,0 @@ ---- interfaces/xmaxima/Tkmaxima/Paths.tcl.orig 2020-06-08 10:58:28 UTC -+++ interfaces/xmaxima/Tkmaxima/Paths.tcl -@@ -302,6 +302,8 @@ proc setMaxDir {} { - set maxima_priv(pReferenceToc) [file join $dir html maxima_toc.html] - } - } -+ } elseif {[file isdir [set dir [file join %%DOCSDIR%%]]]} { -+ set maxima_priv(pReferenceToc) [file join $dir maxima_toc.html] - } else { - tide_notify [M [mc "Documentation not found in '%s'"] \ - [file native $maxima_priv(maxima_verpkgdatadir)]]