View | Details | Raw Unified | Return to bug 256967 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 1-8 Link Here
1
# Created by: Scott Flatman <sf@dsinw.com>
1
# Created by: Scott Flatman <sf@dsinw.com>
2
2
3
PORTNAME=	maxima
3
PORTNAME=	maxima
4
PORTVERSION=	5.44.0
4
PORTVERSION=	5.45.1
5
PORTREVISION=	14
5
PORTREVISION=	1
6
CATEGORIES=	math lisp tk
6
CATEGORIES=	math lisp tk
7
MASTER_SITES=	SF/maxima/Maxima-source/${PORTVERSION}-source
7
MASTER_SITES=	SF/maxima/Maxima-source/${PORTVERSION}-source
8
8
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1592256101
1
TIMESTAMP = 1625290591
2
SHA256 (maxima-5.44.0.tar.gz) = d93f5e48c4daf8f085d609cb3c7b0bdf342c667fd04cf750c846426874c9d2ec
2
SHA256 (maxima-5.45.1.tar.gz) = fe9016276970bef214a1a244348558644514d7fdfaa4fc8b9d0e87afcbb4e7dc
3
SIZE (maxima-5.44.0.tar.gz) = 34976354
3
SIZE (maxima-5.45.1.tar.gz) = 39951932
(-)files/patch-interfaces_xmaxima_Tkmaxima_Paths.tcl (-11 lines)
Lines 1-11 Link Here
1
--- interfaces/xmaxima/Tkmaxima/Paths.tcl.orig	2020-06-08 10:58:28 UTC
2
+++ interfaces/xmaxima/Tkmaxima/Paths.tcl
3
@@ -302,6 +302,8 @@ proc setMaxDir {} {
4
 		set maxima_priv(pReferenceToc) [file join $dir html maxima_toc.html]
5
 	    }
6
 	}
7
+    } elseif {[file isdir [set dir [file join %%DOCSDIR%%]]]} {
8
+	set maxima_priv(pReferenceToc) [file join $dir maxima_toc.html]
9
     } else {
10
 	tide_notify [M [mc "Documentation not found in '%s'"] \
11
 			 [file native  $maxima_priv(maxima_verpkgdatadir)]]

Return to bug 256967