mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
print/texinfo: Update to 7.1
Changes: https://git.savannah.gnu.org/cgit/texinfo.git/plain/NEWS https://lists.gnu.org/archive/html/bug-texinfo/2023-10/msg00110.html PR: 274858 Exp-run by: antoine
This commit is contained in:
parent
b2e7eba893
commit
2f23b6ab33
5 changed files with 7 additions and 39 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= texinfo
|
||||
PORTVERSION= 7.0.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 7.1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= GNU \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1698340929
|
||||
SHA256 (texinfo/texinfo-7.0.3.tar.xz) = 74b420d09d7f528e84f97aa330f0dd69a98a6053e7a4e01767eed115038807bf
|
||||
SIZE (texinfo/texinfo-7.0.3.tar.xz) = 4886668
|
||||
TIMESTAMP = 1698857452
|
||||
SHA256 (texinfo/texinfo-7.1.tar.xz) = deeec9f19f159e046fdf8ad22231981806dac332cc372f1c763504ad82b30953
|
||||
SIZE (texinfo/texinfo-7.1.tar.xz) = 5545720
|
||||
SHA256 (texinfo/htmlxref.cnf-20230402) = 34e8a2f8855db287d9c79e2f39063ca96661d72d0bfa813701da5d24ad8c27fa
|
||||
SIZE (texinfo/htmlxref.cnf-20230402) = 24594
|
||||
SHA256 (texinfo/texi2dvi-20231018) = e68d59aeef33d5b3725ef372a15fb06ba992eaafad4268b4c1e2b2a99cf5e228
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- tp/Texinfo/ParserNonXS.pm.orig 2023-01-22 10:42:42 UTC
|
||||
+++ tp/Texinfo/ParserNonXS.pm
|
||||
@@ -4357,7 +4357,7 @@ sub _process_remaining_on_line($$$$)
|
||||
and ($current->{'parent'}->{'type'} eq 'menu_comment'
|
||||
or $current->{'parent'}->{'type'} eq 'menu_entry_description')
|
||||
and $asterisk
|
||||
- and @{$current->{'contents'}}
|
||||
+ and $current->{'contents'}
|
||||
and $current->{'contents'}->[-1]->{'type'}
|
||||
and $current->{'contents'}->[-1]->{'type'} eq 'empty_line'
|
||||
and $current->{'contents'}->[-1]->{'text'} eq '') {
|
|
@ -1,22 +0,0 @@
|
|||
% sed -e 's|free (.*)|Safe&|' -i .orig tp/Texinfo/XS/misc.c
|
||||
|
||||
--- tp/Texinfo/XS/misc.c.orig 2022-11-30 17:06:28 UTC
|
||||
+++ tp/Texinfo/XS/misc.c
|
||||
@@ -67,7 +67,7 @@ xs_abort_empty_line (HV *self, HV *current, SV *additi
|
||||
additional_spaces = SvPV (additional_spaces_in, len);
|
||||
if (!SvUTF8 (additional_spaces_in))
|
||||
{
|
||||
- free (new_string);
|
||||
+ Safefree (new_string);
|
||||
new_string = bytes_to_utf8 (additional_spaces, &len);
|
||||
additional_spaces = new_string;
|
||||
}
|
||||
@@ -248,7 +248,7 @@ xs_merge_text (HV *self, HV *current, SV *text_in)
|
||||
text = SvPV (text_in, len);
|
||||
if (!SvUTF8 (text_in))
|
||||
{
|
||||
- free (new_string);
|
||||
+ Safefree (new_string);
|
||||
new_string = bytes_to_utf8 (text, &len);
|
||||
text = new_string;
|
||||
}
|
|
@ -47,10 +47,12 @@ man/man5/texinfo.5.gz
|
|||
%%NLS%%share/locale/it/LC_MESSAGES/texinfo.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/texinfo_document.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/texinfo.mo
|
||||
%%NLS%%share/locale/ka/LC_MESSAGES/texinfo.mo
|
||||
%%NLS%%share/locale/nb/LC_MESSAGES/texinfo.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/texinfo.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/texinfo_document.mo
|
||||
%%NLS%%share/locale/no.us-ascii/LC_MESSAGES/texinfo_document.mo
|
||||
%%NLS%%share/locale/pl.iso-8859-2/LC_MESSAGES/texinfo_document.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/texinfo.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/texinfo_document.mo
|
||||
%%NLS%%share/locale/pt.us-ascii/LC_MESSAGES/texinfo_document.mo
|
||||
|
@ -114,13 +116,13 @@ man/man5/texinfo.5.gz
|
|||
%%DATADIR%%/Texinfo/XS/parsetexi/Parsetexi.pm
|
||||
%%DATADIR%%/Texinfo/XSLoader.pm
|
||||
%%DATADIR%%/ext/epub3.pm
|
||||
%%DATADIR%%/ext/highlight_syntax.pm
|
||||
%%DATADIR%%/ext/latex2html.pm
|
||||
%%DATADIR%%/ext/tex4ht.pm
|
||||
%%DATADIR%%/htmlxref.cnf
|
||||
%%DATADIR%%/init/book.pm
|
||||
%%DATADIR%%/init/chm.pm
|
||||
%%DATADIR%%/init/documentation_examples.pm
|
||||
%%DATADIR%%/init/highlight_syntax.pm
|
||||
%%DATADIR%%/init/html32.pm
|
||||
%%DATADIR%%/js/info.css
|
||||
%%DATADIR%%/js/info.js
|
||||
|
|
Loading…
Add table
Reference in a new issue