Skip to content

Commit

Permalink
math/wxmaxima: Update to Version-23.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lsalvadore committed Dec 25, 2023
1 parent 62a541b commit b0157d6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion math/wxmaxima/Makefile
@@ -1,5 +1,5 @@
PORTNAME= wxmaxima
PORTVERSION= 23.11.0
PORTVERSION= 23.12.0
DISTVERSIONPREFIX= Version-
CATEGORIES= math

Expand Down
6 changes: 3 additions & 3 deletions math/wxmaxima/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1700306201
SHA256 (wxMaxima-Developers-wxmaxima-Version-23.11.0_GH0.tar.gz) = f2fdd6386d89d461c29b9cff054e7118e98714123dbaf084a2e954c2a450cc4d
SIZE (wxMaxima-Developers-wxmaxima-Version-23.11.0_GH0.tar.gz) = 16476485
TIMESTAMP = 1703439889
SHA256 (wxMaxima-Developers-wxmaxima-Version-23.12.0_GH0.tar.gz) = abec636e96474adf6451e81728b16afaa83ed1a70b86a695fa083ecec65aaae1
SIZE (wxMaxima-Developers-wxmaxima-Version-23.12.0_GH0.tar.gz) = 16491009
14 changes: 7 additions & 7 deletions math/wxmaxima/files/patch-src_wxMaxima.cpp
@@ -1,11 +1,11 @@
--- src/wxMaxima.cpp.orig 2023-02-04 19:03:25 UTC
--- src/wxMaxima.cpp.orig 2023-12-25 16:45:03 UTC
+++ src/wxMaxima.cpp
@@ -3289,8 +3289,6 @@ void wxMaxima::VariableActionMaximaHtmldir(const wxStr
wxLogMessage(wxString::Format(_("Maxima's HTML manuals are in directory %s"),
dir_canonical.utf8_str()));
m_worksheet->SetMaximaDocDir(dir_canonical);
- m_worksheet->LoadHelpFileAnchors(dir_canonical,
- m_worksheet->GetMaximaVersion());
@@ -3393,8 +3393,6 @@ void wxMaxima::VariableActionMaximaHtmldir(const wxStr
wxLogMessage(_("Maxima's HTML manuals are in directory %s"),
dir_canonical.utf8_str());
GetWorksheet()->SetMaximaDocDir(dir_canonical);
- GetWorksheet()->LoadHelpFileAnchors(dir_canonical,
- GetWorksheet()->GetMaximaVersion());
}
void wxMaxima::GnuplotCommandName(wxString gnuplot) {
m_gnuplotcommand = gnuplot;
4 changes: 4 additions & 0 deletions math/wxmaxima/pkg-plist
Expand Up @@ -16,6 +16,9 @@ share/bash-completion/completions/wxmaxima
%%PORTDOCS%%%%DOCSDIR%%/cell-example.png
%%PORTDOCS%%%%DOCSDIR%%/ezUnits.png
%%PORTDOCS%%%%DOCSDIR%%/header.html
%%PORTDOCS%%%%DOCSDIR%%/horizontal-cursor-between-cells.png
%%PORTDOCS%%%%DOCSDIR%%/horizontal-cursor-only.png
%%PORTDOCS%%%%DOCSDIR%%/locale-warning.png
%%PORTDOCS%%%%DOCSDIR%%/maxima_screenshot.png
%%PORTDOCS%%%%DOCSDIR%%/sbclMemory.png
%%PORTDOCS%%%%DOCSDIR%%/wxMaximaLogo.png
Expand All @@ -30,6 +33,7 @@ share/bash-completion/completions/wxmaxima
%%PORTDOCS%%%%DOCSDIR%%/wxmaxima.tr.html
%%PORTDOCS%%%%DOCSDIR%%/wxmaxima.uk.html
%%PORTDOCS%%%%DOCSDIR%%/wxmaxima.zh_CN.html
%%PORTDOCS%%%%DOCSDIR%%/wxsubscripts.png
%%NLS%%share/locale/ca/LC_MESSAGES/wxMaxima.mo
%%NLS%%share/locale/cs/LC_MESSAGES/wxMaxima.mo
%%NLS%%share/locale/da/LC_MESSAGES/wxMaxima.mo
Expand Down

0 comments on commit b0157d6

Please sign in to comment.