--- Makefile.orig 2021-07-03 14:12:05.136004000 +0900 +++ Makefile 2021-07-04 22:29:23.320743000 +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 --- pkg-plist.orig 2021-04-07 18:14:46.070375000 +0900 +++ pkg-plist 2021-07-04 22:58:08.982674000 +0900 @@ -23,6 +23,7 @@ share/emacs/site-lisp/imaxima.lisp share/emacs/site-lisp/maxima-font-lock.el share/emacs/site-lisp/maxima.el +share/emacs/site-lisp/mylatex.ltx.el share/emacs/site-lisp/setup-imaxima-imath.el share/emacs/site-lisp/smart-complete.el share/emacs/site-lisp/sshell.el --- 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:50:49.579642000 +0900 @@ -1,6 +1,6 @@ ---- interfaces/xmaxima/Tkmaxima/Paths.tcl.orig 2020-06-08 10:58:28 UTC +--- interfaces/xmaxima/Tkmaxima/Paths.tcl.orig 2021-07-03 05:30:32 UTC +++ interfaces/xmaxima/Tkmaxima/Paths.tcl -@@ -302,6 +302,8 @@ proc setMaxDir {} { +@@ -294,6 +294,8 @@ proc setMaxDir {} { set maxima_priv(pReferenceToc) [file join $dir html maxima_toc.html] } }