Date: Wed, 28 Aug 2024 13:46:44 +0100 From: Nuno Teixeira <eduardo@freebsd.org> To: Zsolt Udvari <uzsolt@freebsd.org> Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: b634e8f3fcb1 - main - math/wxmaxima: Update to 24.08.0 Message-ID: <CAFDf7ULeermWTQq3ky-5Z4Y-Eog9BC=L7cfGPQY1t6b-CurTNg@mail.gmail.com> In-Reply-To: <202408281049.47SAnJuJ092208@gitrepo.freebsd.org> References: <202408281049.47SAnJuJ092208@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--000000000000c8433a0620bdc010 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello Zsolt, Nice that you take maintainership. I'm stuck with 2 PRs that involves a missing file. I don't know if it applies to new version: 273167 <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273167> and 276= 984 <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276984> Please take a look and give me some feedback. Cheers, Zsolt Udvari <uzsolt@freebsd.org> escreveu (quarta, 28/08/2024 =C3=A0(s) 11= :49): > The branch main has been updated by uzsolt: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=3Db634e8f3fcb15a8e7646139c4a1b4= 8ad00ed8dc2 > > commit b634e8f3fcb15a8e7646139c4a1b48ad00ed8dc2 > Author: Zsolt Udvari <uzsolt@FreeBSD.org> > AuthorDate: 2024-08-28 10:47:12 +0000 > Commit: Zsolt Udvari <uzsolt@FreeBSD.org> > CommitDate: 2024-08-28 10:48:48 +0000 > > math/wxmaxima: Update to 24.08.0 > > Switch to DISTVERSION. > Take maintainership. > --- > math/wxmaxima/Makefile | 5 ++--- > math/wxmaxima/distinfo | 6 +++--- > math/wxmaxima/files/patch-src_Dirstructure.cpp | 4 ++-- > math/wxmaxima/files/patch-src_wxMaxima.cpp | 16 ++++++++-------- > math/wxmaxima/pkg-plist | 20 ++++++++++++++++++++ > 5 files changed, 35 insertions(+), 16 deletions(-) > > diff --git a/math/wxmaxima/Makefile b/math/wxmaxima/Makefile > index d636fb6a4c27..45af449ca594 100644 > --- a/math/wxmaxima/Makefile > +++ b/math/wxmaxima/Makefile > @@ -1,10 +1,9 @@ > PORTNAME=3D wxmaxima > -PORTVERSION=3D 23.12.0 > DISTVERSIONPREFIX=3D Version- > -PORTREVISION=3D 1 > +DISTVERSION=3D 24.08.0 > CATEGORIES=3D math > > -MAINTAINER=3D ports@FreeBSD.org > +MAINTAINER=3D uzsolt@FreeBSD.org > COMMENT=3D WxWidgets GUI for the computer algebra system maxima > WWW=3D https://wxmaxima-developers.github.io/wxmaxima/ > > diff --git a/math/wxmaxima/distinfo b/math/wxmaxima/distinfo > index 620412ceb844..4f7c6b97b994 100644 > --- a/math/wxmaxima/distinfo > +++ b/math/wxmaxima/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP =3D 1703439889 > -SHA256 (wxMaxima-Developers-wxmaxima-Version-23.12.0_GH0.tar.gz) =3D > abec636e96474adf6451e81728b16afaa83ed1a70b86a695fa083ecec65aaae1 > -SIZE (wxMaxima-Developers-wxmaxima-Version-23.12.0_GH0.tar.gz) =3D 16491= 009 > +TIMESTAMP =3D 1724789876 > +SHA256 (wxMaxima-Developers-wxmaxima-Version-24.08.0_GH0.tar.gz) =3D > a0957c1852ca2d93e34f8f0329673f40af065e7648739d088da28bd33627b758 > +SIZE (wxMaxima-Developers-wxmaxima-Version-24.08.0_GH0.tar.gz) =3D 15868= 393 > diff --git a/math/wxmaxima/files/patch-src_Dirstructure.cpp > b/math/wxmaxima/files/patch-src_Dirstructure.cpp > index 42ab59c742be..2ff43853afcd 100644 > --- a/math/wxmaxima/files/patch-src_Dirstructure.cpp > +++ b/math/wxmaxima/files/patch-src_Dirstructure.cpp > @@ -1,6 +1,6 @@ > ---- src/Dirstructure.cpp.orig 2023-02-19 14:20:34 UTC > +--- src/Dirstructure.cpp.orig 2024-08-28 07:17:18 UTC > +++ src/Dirstructure.cpp > -@@ -120,6 +120,7 @@ wxString Dirstructure::ResourcesDir() const { > +@@ -121,6 +121,7 @@ wxString Dirstructure::ResourcesDir() { > exepath =3D exe.GetPath(); > } else { > exepath =3D CMAKE_INSTALL_PREFIX; > diff --git a/math/wxmaxima/files/patch-src_wxMaxima.cpp > b/math/wxmaxima/files/patch-src_wxMaxima.cpp > index 7f2ef251df91..8254d92e0568 100644 > --- a/math/wxmaxima/files/patch-src_wxMaxima.cpp > +++ b/math/wxmaxima/files/patch-src_wxMaxima.cpp > @@ -1,11 +1,11 @@ > ---- src/wxMaxima.cpp.orig 2023-12-25 16:45:03 UTC > +--- src/wxMaxima.cpp.orig 2024-08-28 07:18:18 UTC > +++ src/wxMaxima.cpp > -@@ -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()); > +@@ -3520,8 +3520,6 @@ void wxMaxima::VariableActionMaximaHtmldir(const > wxStr > + if(GetWorksheet()) > + { > + GetWorksheet()->SetMaximaDocDir(dir_canonical); > +- GetWorksheet()->LoadHelpFileAnchors(dir_canonical, > +- > m_configuration.GetMaximaVersion()); > + } > } > void wxMaxima::GnuplotCommandName(wxString gnuplot) { > - m_gnuplotcommand =3D gnuplot; > diff --git a/math/wxmaxima/pkg-plist b/math/wxmaxima/pkg-plist > index d5768c477b18..dcbb9f7a5c89 100644 > --- a/math/wxmaxima/pkg-plist > +++ b/math/wxmaxima/pkg-plist > @@ -56,6 +56,26 @@ share/bash-completion/completions/wxmaxima > %%NLS%%share/locale/uk/LC_MESSAGES/wxMaxima.mo > %%NLS%%share/locale/zh_CN/LC_MESSAGES/wxMaxima.mo > %%NLS%%share/locale/zh_TW/LC_MESSAGES/wxMaxima.mo > > +share/icons/hicolor/1024x1024/apps/io.github.wxmaxima_developers.wxMaxim= a.png > > +share/icons/hicolor/128x128/apps/io.github.wxmaxima_developers.wxMaxima.= png > > +share/icons/hicolor/150x150/apps/io.github.wxmaxima_developers.wxMaxima.= png > +share/icons/hicolor/16x16/apps/io.github.wxmaxima_developers.wxMaxima.pn= g > > +share/icons/hicolor/192x192/apps/io.github.wxmaxima_developers.wxMaxima.= png > +share/icons/hicolor/22x22/apps/io.github.wxmaxima_developers.wxMaxima.pn= g > +share/icons/hicolor/24x24/apps/io.github.wxmaxima_developers.wxMaxima.pn= g > > +share/icons/hicolor/256x256/apps/io.github.wxmaxima_developers.wxMaxima.= png > > +share/icons/hicolor/310x310/apps/io.github.wxmaxima_developers.wxMaxima.= png > +share/icons/hicolor/32x32/apps/io.github.wxmaxima_developers.wxMaxima.pn= g > +share/icons/hicolor/36x36/apps/io.github.wxmaxima_developers.wxMaxima.pn= g > +share/icons/hicolor/42x42/apps/io.github.wxmaxima_developers.wxMaxima.pn= g > +share/icons/hicolor/44x44/apps/io.github.wxmaxima_developers.wxMaxima.pn= g > +share/icons/hicolor/48x48/apps/io.github.wxmaxima_developers.wxMaxima.pn= g > > +share/icons/hicolor/512x512/apps/io.github.wxmaxima_developers.wxMaxima.= png > +share/icons/hicolor/64x64/apps/io.github.wxmaxima_developers.wxMaxima.pn= g > +share/icons/hicolor/72x72/apps/io.github.wxmaxima_developers.wxMaxima.pn= g > +share/icons/hicolor/8x8/apps/io.github.wxmaxima_developers.wxMaxima.png > +share/icons/hicolor/96x96/apps/io.github.wxmaxima_developers.wxMaxima.pn= g > > +share/icons/hicolor/scalable/apps/io.github.wxmaxima_developers.wxMaxima= .svg > share/man/de/man1/wxmaxima.1.gz > share/man/man1/wxmaxima.1.gz > share/metainfo/io.github.wxmaxima_developers.wxMaxima.appdata.xml > --=20 Nuno Teixeira FreeBSD UNIX: <eduardo@FreeBSD.org> Web: https://FreeBSD.org --000000000000c8433a0620bdc010 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div>Hello Zsolt,</div><div><br></div><div>Nice that you t= ake maintainership.</div><div><br></div><div>I'm stuck with 2 PRs that = involves a missing file. I don't know if it applies to new version:</di= v><div><br></div><div><a href=3D"https://bugs.freebsd.org/bugzilla/show_bug= .cgi?id=3D273167">273167</a> and <a href=3D"https://bugs.freebsd.org/bugzil= la/show_bug.cgi?id=3D276984">276984</a></div><div><br></div><div>Please tak= e a look and give me some feedback.<br><br></div><div>Cheers,<br></div></di= v><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">Zsol= t Udvari <<a href=3D"mailto:uzsolt@freebsd.org">uzsolt@freebsd.org</a>&g= t; escreveu (quarta, 28/08/2024 =C3=A0(s) 11:49):<br></div><blockquote clas= s=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid r= gb(204,204,204);padding-left:1ex">The branch main has been updated by uzsol= t:<br> <br> URL: <a href=3D"https://cgit.FreeBSD.org/ports/commit/?id=3Db634e8f3fcb15a8= e7646139c4a1b48ad00ed8dc2" rel=3D"noreferrer" target=3D"_blank">https://cgi= t.FreeBSD.org/ports/commit/?id=3Db634e8f3fcb15a8e7646139c4a1b48ad00ed8dc2</= a><br> <br> commit b634e8f3fcb15a8e7646139c4a1b48ad00ed8dc2<br> Author:=C2=A0 =C2=A0 =C2=A0Zsolt Udvari <uzsolt@FreeBSD.org><br> AuthorDate: 2024-08-28 10:47:12 +0000<br> Commit:=C2=A0 =C2=A0 =C2=A0Zsolt Udvari <uzsolt@FreeBSD.org><br> CommitDate: 2024-08-28 10:48:48 +0000<br> <br> =C2=A0 =C2=A0 math/wxmaxima: Update to 24.08.0<br> <br> =C2=A0 =C2=A0 Switch to DISTVERSION.<br> =C2=A0 =C2=A0 Take maintainership.<br> ---<br> =C2=A0math/wxmaxima/Makefile=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0|=C2=A0 5 ++---<br> =C2=A0math/wxmaxima/distinfo=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0|=C2=A0 6 +++---<br> =C2=A0math/wxmaxima/files/patch-src_Dirstructure.cpp |=C2=A0 4 ++--<br> =C2=A0math/wxmaxima/files/patch-src_wxMaxima.cpp=C2=A0 =C2=A0 =C2=A0| 16 ++= ++++++--------<br> =C2=A0math/wxmaxima/pkg-plist=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 | 20 ++++++++++++++++++++<br> =C2=A05 files changed, 35 insertions(+), 16 deletions(-)<br> <br> diff --git a/math/wxmaxima/Makefile b/math/wxmaxima/Makefile<br> index d636fb6a4c27..45af449ca594 100644<br> --- a/math/wxmaxima/Makefile<br> +++ b/math/wxmaxima/Makefile<br> @@ -1,10 +1,9 @@<br> =C2=A0PORTNAME=3D=C2=A0 =C2=A0 =C2=A0 wxmaxima<br> -PORTVERSION=3D=C2=A0 =C2=A023.12.0<br> =C2=A0DISTVERSIONPREFIX=3D=C2=A0 =C2=A0 =C2=A0Version-<br> -PORTREVISION=3D=C2=A0 1<br> +DISTVERSION=3D=C2=A0 =C2=A024.08.0<br> =C2=A0CATEGORIES=3D=C2=A0 =C2=A0 math<br> <br> -MAINTAINER=3D=C2=A0 =C2=A0 ports@FreeBSD.org<br> +MAINTAINER=3D=C2=A0 =C2=A0 uzsolt@FreeBSD.org<br> =C2=A0COMMENT=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0WxWidgets GUI for the computer a= lgebra system maxima<br> =C2=A0WWW=3D=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0<a href=3D"https://wxm= axima-developers.github.io/wxmaxima/" rel=3D"noreferrer" target=3D"_blank">= https://wxmaxima-developers.github.io/wxmaxima/</a><br> <br> diff --git a/math/wxmaxima/distinfo b/math/wxmaxima/distinfo<br> index 620412ceb844..4f7c6b97b994 100644<br> --- a/math/wxmaxima/distinfo<br> +++ b/math/wxmaxima/distinfo<br> @@ -1,3 +1,3 @@<br> -TIMESTAMP =3D 1703439889<br> -SHA256 (wxMaxima-Developers-wxmaxima-Version-23.12.0_GH0.tar.gz) =3D abec6= 36e96474adf6451e81728b16afaa83ed1a70b86a695fa083ecec65aaae1<br> -SIZE (wxMaxima-Developers-wxmaxima-Version-23.12.0_GH0.tar.gz) =3D 1649100= 9<br> +TIMESTAMP =3D 1724789876<br> +SHA256 (wxMaxima-Developers-wxmaxima-Version-24.08.0_GH0.tar.gz) =3D a0957= c1852ca2d93e34f8f0329673f40af065e7648739d088da28bd33627b758<br> +SIZE (wxMaxima-Developers-wxmaxima-Version-24.08.0_GH0.tar.gz) =3D 1586839= 3<br> diff --git a/math/wxmaxima/files/patch-src_Dirstructure.cpp b/math/wxmaxima= /files/patch-src_Dirstructure.cpp<br> index 42ab59c742be..2ff43853afcd 100644<br> --- a/math/wxmaxima/files/patch-src_Dirstructure.cpp<br> +++ b/math/wxmaxima/files/patch-src_Dirstructure.cpp<br> @@ -1,6 +1,6 @@<br> ---- src/Dirstructure.cpp.orig=C2=A0 2023-02-19 14:20:34 UTC<br> +--- src/Dirstructure.cpp.orig=C2=A0 2024-08-28 07:17:18 UTC<br> =C2=A0+++ src/Dirstructure.cpp<br> -@@ -120,6 +120,7 @@ wxString Dirstructure::ResourcesDir() const {<br> +@@ -121,6 +121,7 @@ wxString Dirstructure::ResourcesDir() {<br> =C2=A0 =C2=A0 =C2=A0 exepath =3D exe.GetPath();<br> =C2=A0 =C2=A0 } else {<br> =C2=A0 =C2=A0 =C2=A0 exepath =3D CMAKE_INSTALL_PREFIX;<br> diff --git a/math/wxmaxima/files/patch-src_wxMaxima.cpp b/math/wxmaxima/fil= es/patch-src_wxMaxima.cpp<br> index 7f2ef251df91..8254d92e0568 100644<br> --- a/math/wxmaxima/files/patch-src_wxMaxima.cpp<br> +++ b/math/wxmaxima/files/patch-src_wxMaxima.cpp<br> @@ -1,11 +1,11 @@<br> ---- src/wxMaxima.cpp.orig=C2=A0 =C2=A0 =C2=A0 2023-12-25 16:45:03 UTC<br> +--- src/wxMaxima.cpp.orig=C2=A0 =C2=A0 =C2=A0 2024-08-28 07:18:18 UTC<br> =C2=A0+++ src/wxMaxima.cpp<br> -@@ -3393,8 +3393,6 @@ void wxMaxima::VariableActionMaximaHtmldir(const wxS= tr<br> -=C2=A0 =C2=A0wxLogMessage(_("Maxima's HTML manuals are in directo= ry %s"),<br> -=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 dir_canonical.utf8= _str());<br> -=C2=A0 =C2=A0GetWorksheet()->SetMaximaDocDir(dir_canonical);<br> --=C2=A0 GetWorksheet()->LoadHelpFileAnchors(dir_canonical,<br> --=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0GetWorksheet()->GetM= aximaVersion());<br> +@@ -3520,8 +3520,6 @@ void wxMaxima::VariableActionMaximaHtmldir(const wxS= tr<br> +=C2=A0 =C2=A0if(GetWorksheet())<br> +=C2=A0 =C2=A0 =C2=A0{<br> +=C2=A0 =C2=A0 =C2=A0 =C2=A0GetWorksheet()->SetMaximaDocDir(dir_canonica= l);<br> +-=C2=A0 =C2=A0 =C2=A0 GetWorksheet()->LoadHelpFileAnchors(dir_canonical= ,<br> +-=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 m= _configuration.GetMaximaVersion());<br> +=C2=A0 =C2=A0 =C2=A0}<br> =C2=A0 }<br> =C2=A0 void wxMaxima::GnuplotCommandName(wxString gnuplot) {<br> -=C2=A0 =C2=A0m_gnuplotcommand =3D gnuplot;<br> diff --git a/math/wxmaxima/pkg-plist b/math/wxmaxima/pkg-plist<br> index d5768c477b18..dcbb9f7a5c89 100644<br> --- a/math/wxmaxima/pkg-plist<br> +++ b/math/wxmaxima/pkg-plist<br> @@ -56,6 +56,26 @@ share/bash-completion/completions/wxmaxima<br> =C2=A0%%NLS%%share/locale/uk/LC_MESSAGES/wxMaxima.mo<br> =C2=A0%%NLS%%share/locale/zh_CN/LC_MESSAGES/wxMaxima.mo<br> =C2=A0%%NLS%%share/locale/zh_TW/LC_MESSAGES/wxMaxima.mo<br> +share/icons/hicolor/1024x1024/apps/io.github.wxmaxima_developers.wxMaxima.= png<br> +share/icons/hicolor/128x128/apps/io.github.wxmaxima_developers.wxMaxima.pn= g<br> +share/icons/hicolor/150x150/apps/io.github.wxmaxima_developers.wxMaxima.pn= g<br> +share/icons/hicolor/16x16/apps/io.github.wxmaxima_developers.wxMaxima.png<= br> +share/icons/hicolor/192x192/apps/io.github.wxmaxima_developers.wxMaxima.pn= g<br> +share/icons/hicolor/22x22/apps/io.github.wxmaxima_developers.wxMaxima.png<= br> +share/icons/hicolor/24x24/apps/io.github.wxmaxima_developers.wxMaxima.png<= br> +share/icons/hicolor/256x256/apps/io.github.wxmaxima_developers.wxMaxima.pn= g<br> +share/icons/hicolor/310x310/apps/io.github.wxmaxima_developers.wxMaxima.pn= g<br> +share/icons/hicolor/32x32/apps/io.github.wxmaxima_developers.wxMaxima.png<= br> +share/icons/hicolor/36x36/apps/io.github.wxmaxima_developers.wxMaxima.png<= br> +share/icons/hicolor/42x42/apps/io.github.wxmaxima_developers.wxMaxima.png<= br> +share/icons/hicolor/44x44/apps/io.github.wxmaxima_developers.wxMaxima.png<= br> +share/icons/hicolor/48x48/apps/io.github.wxmaxima_developers.wxMaxima.png<= br> +share/icons/hicolor/512x512/apps/io.github.wxmaxima_developers.wxMaxima.pn= g<br> +share/icons/hicolor/64x64/apps/io.github.wxmaxima_developers.wxMaxima.png<= br> +share/icons/hicolor/72x72/apps/io.github.wxmaxima_developers.wxMaxima.png<= br> +share/icons/hicolor/8x8/apps/io.github.wxmaxima_developers.wxMaxima.png<br= > +share/icons/hicolor/96x96/apps/io.github.wxmaxima_developers.wxMaxima.png<= br> +share/icons/hicolor/scalable/apps/io.github.wxmaxima_developers.wxMaxima.s= vg<br> =C2=A0share/man/de/man1/wxmaxima.1.gz<br> =C2=A0share/man/man1/wxmaxima.1.gz<br> =C2=A0share/metainfo/io.github.wxmaxima_developers.wxMaxima.appdata.xml<br> </blockquote></div><br clear=3D"all"><br><span class=3D"gmail_signature_pre= fix">-- </span><br><div dir=3D"ltr" class=3D"gmail_signature"><div dir=3D"l= tr"><div><font color=3D"#888888">Nuno Teixeira</font></div><div><div><font = color=3D"#888888"> FreeBSD UNIX:=C2=A0 <eduardo@FreeBSD.org>=C2=A0 =C2=A0Web:=C2=A0 <a h= ref=3D"https://FreeBSD.org" rel=3D"noreferrer" target=3D"_blank">https://Fr= eeBSD.org</a><br></font></div></div></div></div> --000000000000c8433a0620bdc010--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFDf7ULeermWTQq3ky-5Z4Y-Eog9BC=L7cfGPQY1t6b-CurTNg>