aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-18 21:43:56 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-18 22:07:02 +0000
commita53e6655e337191bd7f92fa070ab979025132063 (patch)
tree1b1f681c49396a9b349c4cee8d6b044282ed9867 /print
parent9b7ce10662114421ce64a02cd437720971eb1ab5 (diff)
downloadports-a53e6655e337191bd7f92fa070ab979025132063.tar.gz
ports-a53e6655e337191bd7f92fa070ab979025132063.zip
print/texinfo: Update to 6.8
Diffstat (limited to 'print')
-rw-r--r--print/texinfo/Makefile3
-rw-r--r--print/texinfo/distinfo6
-rw-r--r--print/texinfo/files/patch-tp-Texinfo-XS-parsetexi-Parser-5556.pm17
-rw-r--r--print/texinfo/files/patch-tp-Texinfo-XS-parsetexi-api.c4
-rw-r--r--print/texinfo/files/patch-tp-Texinfo-XS-parsetexi-errors.c12
-rw-r--r--print/texinfo/pkg-plist5
6 files changed, 11 insertions, 36 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile
index b7c5c7a39ff2..1cbd3ddd71b4 100644
--- a/print/texinfo/Makefile
+++ b/print/texinfo/Makefile
@@ -1,8 +1,7 @@
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
PORTNAME= texinfo
-PORTVERSION= 6.7
-PORTREVISION= 6
+PORTVERSION= 6.8
PORTEPOCH= 1
CATEGORIES= print
MASTER_SITES= GNU \
diff --git a/print/texinfo/distinfo b/print/texinfo/distinfo
index 070fe401131b..fe0bf161be29 100644
--- a/print/texinfo/distinfo
+++ b/print/texinfo/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1625585436
-SHA256 (texinfo/texinfo-6.7.tar.xz) = 988403c1542d15ad044600b909997ba3079b10e03224c61188117f3676b02caa
-SIZE (texinfo/texinfo-6.7.tar.xz) = 4337984
+TIMESTAMP = 1625599050
+SHA256 (texinfo/texinfo-6.8.tar.xz) = 8eb753ed28bca21f8f56c1a180362aed789229bd62fff58bf8368e9beb59fec4
+SIZE (texinfo/texinfo-6.8.tar.xz) = 4961528
SHA256 (texinfo/htmlxref.cnf-20201020) = eb8f4a17a4890030d8db2b728deec11d86a9343f696a50fc65f7e4a048520c90
SIZE (texinfo/htmlxref.cnf-20201020) = 20246
SHA256 (texinfo/texi2dvi-20210703) = 6fbc3a9a4f1166e8f0b4fd68ee29b22ba4465f03a7aac77d619d7a991c531f70
diff --git a/print/texinfo/files/patch-tp-Texinfo-XS-parsetexi-Parser-5556.pm b/print/texinfo/files/patch-tp-Texinfo-XS-parsetexi-Parser-5556.pm
deleted file mode 100644
index 8b3f9be6219f..000000000000
--- a/print/texinfo/files/patch-tp-Texinfo-XS-parsetexi-Parser-5556.pm
+++ /dev/null
@@ -1,17 +0,0 @@
---- tp/Texinfo/XS/parsetexi/Parser-5556.pm.orig 2019-02-16 17:11:56 UTC
-+++ tp/Texinfo/XS/parsetexi/Parser-5556.pm
-@@ -5438,12 +5438,12 @@ sub _parse_special_misc_command($$$$)
- }
- } elsif ($command eq 'clickstyle') {
- # REMACRO
-- if ($line =~ /^\s+@([[:alnum:]][[:alnum:]\-]*)({})?\s*/) {
-+ if ($line =~ /^\s+@([[:alnum:]][[:alnum:]\-]*)(\{\})?\s*/) {
- $args = ['@'.$1];
- $self->{'clickstyle'} = $1
- unless(_ignore_global_commands($self));
- $remaining = $line;
-- $remaining =~ s/^\s+@([[:alnum:]][[:alnum:]\-]*)({})?\s*(\@(c|comment)((\@|\s+).*)?)?//;
-+ $remaining =~ s/^\s+@([[:alnum:]][[:alnum:]\-]*)(\{\})?\s*(\@(c|comment)((\@|\s+).*)?)?//;
- $has_comment = 1 if (defined($4));
- } else {
- $self->line_error (sprintf($self->__(
diff --git a/print/texinfo/files/patch-tp-Texinfo-XS-parsetexi-api.c b/print/texinfo/files/patch-tp-Texinfo-XS-parsetexi-api.c
index b433f95c1ce2..5a96d391bec7 100644
--- a/print/texinfo/files/patch-tp-Texinfo-XS-parsetexi-api.c
+++ b/print/texinfo/files/patch-tp-Texinfo-XS-parsetexi-api.c
@@ -1,10 +1,10 @@
---- tp/Texinfo/XS/parsetexi/api.c.orig 2019-08-25 17:11:45 UTC
+--- tp/Texinfo/XS/parsetexi/api.c.orig 2021-03-12 20:48:49 UTC
+++ tp/Texinfo/XS/parsetexi/api.c
@@ -25,7 +25,9 @@
#undef context
-+#if defined(HAVE_LIBINTL_H)
++#ifdef ENABLE_NLS
#include <libintl.h>
+#endif
diff --git a/print/texinfo/files/patch-tp-Texinfo-XS-parsetexi-errors.c b/print/texinfo/files/patch-tp-Texinfo-XS-parsetexi-errors.c
deleted file mode 100644
index 6ba02010067d..000000000000
--- a/print/texinfo/files/patch-tp-Texinfo-XS-parsetexi-errors.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- tp/Texinfo/XS/parsetexi/errors.c.orig 2019-08-25 17:11:45 UTC
-+++ tp/Texinfo/XS/parsetexi/errors.c
-@@ -14,7 +14,9 @@
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
-
- #include <config.h>
-+#if defined(HAVE_LIBINTL_H)
- #include <libintl.h>
-+#endif
-
- #include <stdlib.h>
- #include <stdarg.h>
diff --git a/print/texinfo/pkg-plist b/print/texinfo/pkg-plist
index 497d4688e68f..bb1146c9a9e3 100644
--- a/print/texinfo/pkg-plist
+++ b/print/texinfo/pkg-plist
@@ -106,9 +106,13 @@ man/man5/texinfo.5.gz
%%DATADIR%%/htmlxref.cnf
%%DATADIR%%/init/book.pm
%%DATADIR%%/init/chm.pm
+%%DATADIR%%/init/highlight_syntax.pm
%%DATADIR%%/init/html32.pm
%%DATADIR%%/init/latex2html.pm
%%DATADIR%%/init/tex4ht.pm
+%%DATADIR%%/js/info.css
+%%DATADIR%%/js/info.js
+%%DATADIR%%/js/modernizr.js
%%DATADIR%%/texindex.awk
%%DATADIR%%/texinfo.dtd
%%TEXMFDIR%%/tex/generic/epsf/epsf.tex
@@ -119,6 +123,7 @@ man/man5/texinfo.5.gz
%%TEXMFDIR%%/tex/texinfo/txi-de.tex
%%TEXMFDIR%%/tex/texinfo/txi-en.tex
%%TEXMFDIR%%/tex/texinfo/txi-es.tex
+%%TEXMFDIR%%/tex/texinfo/txi-fi.tex
%%TEXMFDIR%%/tex/texinfo/txi-fr.tex
%%TEXMFDIR%%/tex/texinfo/txi-hu.tex
%%TEXMFDIR%%/tex/texinfo/txi-is.tex