summaryrefslogtreecommitdiff
path: root/print/texinfo/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-19 05:37:45 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-19 05:37:45 +0800
commit65d3b64a298777d5e3cfd2b997552bb336f686b5 (patch)
treeca9daedce6cd4274ec21f23ae7b922d692d26aba /print/texinfo/Makefile
parentdevel/swig: Update to 4.1.1 (diff)
print/texinfo: Update to 7.0.3
- Update texinfo.tex to 20230327 Changes: https://git.savannah.gnu.org/cgit/texinfo.git/plain/NEWS https://lists.gnu.org/archive/html/bug-texinfo/2022-11/msg00036.html https://lists.gnu.org/archive/html/bug-texinfo/2022-11/msg00237.html https://git.savannah.gnu.org/cgit/texinfo.git/log/doc/texinfo.tex PR: 270721 Exp-run by: antoine
Diffstat (limited to 'print/texinfo/Makefile')
-rw-r--r--print/texinfo/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile
index 01cb7f28a985..a32fd5213008 100644
--- a/print/texinfo/Makefile
+++ b/print/texinfo/Makefile
@@ -1,6 +1,5 @@
PORTNAME= texinfo
-PORTVERSION= 6.8
-PORTREVISION= 3
+PORTVERSION= 7.0.3
PORTEPOCH= 1
CATEGORIES= print
MASTER_SITES= GNU \
@@ -39,12 +38,12 @@ INSTALL_TARGET= install-strip install-tex
MAKE_ARGS= PERL=${PERL} TEXMF=${LOCALBASE}/${TEXMFDIR}
PKGDEINSTALL= ${PKGINSTALL}
-INFO= info-stnd texinfo
+INFO= info-stnd texi2any_api texi2any_internals texinfo
# Use the date on https://ftp.gnu.org/gnu/texinfo/
-HTMLXREF_CNF_RELDATE= 20220110
-TEXI2DVI_RELDATE= 20220408
-TEXINFO_TEX_RELDATE= 20220409
+HTMLXREF_CNF_RELDATE= 20221130
+TEXI2DVI_RELDATE= 20221130
+TEXINFO_TEX_RELDATE= 20230327
CPE_VENDOR= gnu
CPE_VERSION= ${PORTVERSION:R}
@@ -56,9 +55,6 @@ post-patch:
@${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/texinfo.tex-${TEXINFO_TEX_RELDATE} ${WRKSRC}/doc/texinfo.tex
@${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/htmlxref.cnf-${HTMLXREF_CNF_RELDATE} ${WRKSRC}/util/htmlxref.cnf
@${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/texi2dvi-${TEXI2DVI_RELDATE} ${WRKSRC}/util/texi2dvi
- @${REINPLACE_CMD} -e '/rm -f $$(DESTDIR)/ s|$$| $$(DESTDIR)$$(xsdir)/XSParagraph.*|' ${WRKSRC}/tp/Texinfo/XS/Makefile.in
- @${REINPLACE_CMD} -e 's|free (.*)|Safe&|' ${WRKSRC}/tp/Texinfo/XS/misc.c
- @${REINPLACE_CMD} -e 's/tinfo/tinfow/g' ${WRKSRC}/configure
post-install:
${INSTALL_DATA} ${WRKSRC}/util/htmlxref.cnf ${STAGEDIR}${DATADIR}