git: bd27bd904b48 - main - math/maxima: Install missing lisp file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Oct 2024 18:46:28 UTC
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd27bd904b4883117ba1733180b20443d84bfdcc commit bd27bd904b4883117ba1733180b20443d84bfdcc Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-10-07 18:43:29 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-10-07 18:46:12 +0000 math/maxima: Install missing lisp file Install missing maxima-index-html.lisp file. This commit resolvers PR 273167 too. Take maintainership. PR: 276984 --- math/maxima/Makefile | 7 ++++--- math/maxima/pkg-plist | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 68e36215eb47..ca092ca2868a 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -1,10 +1,10 @@ PORTNAME= maxima -PORTVERSION= 5.47.0 -PORTREVISION= 16 +DISTVERSION= 5.47.0 +PORTREVISION= 17 CATEGORIES= math lisp tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= Symbolic mathematics program WWW= http://maxima.sourceforge.net/ @@ -121,6 +121,7 @@ post-build-MANPAGES-on: post-install: for x in "" "-1" "-2" "-3"; do ${INSTALL_MAN} ${WRKSRC}/doc/info/maxima.info$$x ${STAGEDIR}${PREFIX}/${INFO_PATH}; done ${INSTALL_MAN} ${WRKSRC}/doc/info/maxima-index.lisp ${STAGEDIR}${PREFIX}/${INFO_PATH} + ${INSTALL_DATA} ${WRKSRC}/doc/info/maxima-index-html.lisp ${STAGEDIR}${PREFIX}/${INFO_PATH} post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/math/maxima/pkg-plist b/math/maxima/pkg-plist index e47facaf4fb8..6e9cbc661984 100644 --- a/math/maxima/pkg-plist +++ b/math/maxima/pkg-plist @@ -24,6 +24,7 @@ share/emacs/site-lisp/setup-imaxima-imath.el share/emacs/site-lisp/smart-complete.el share/emacs/site-lisp/sshell.el share/info/maxima-index.lisp +share/info/maxima-index-html.lisp %%MANPAGES%%share/man/man1/maxima.1.gz share/metainfo/net.sourceforge.maxima.xmaxima.appdata.xml share/mime/packages/x-mac.xml