diff options
author | takefu <takefu@airport.fm> | 2025-02-19 11:52:38 +0100 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2025-02-21 00:27:25 +0100 |
commit | 7ce0a19113ea539f1a6e6222b9c8c4b81ee1af37 (patch) | |
tree | 297f70c962d32eccc81bf3795d4cb766456c55fa /textproc/html-xml-utils | |
parent | sysutils/topgrade: update to 16.0.2 (diff) |
textproc/html-xml-utils: update to 8.7
Upstream changes:
2025-02-16 Bert Bos <bert@w3.org>
* Released version 8.7
* textwrap.c: Corrected counting of visible characters on a line
(bufchars).
2023-10-24 Bert Bos <bert@w3.org>
* hxcopy.c: Fixed error in an error message.
PR: 284894
MFH: 2025Q1
Diffstat (limited to 'textproc/html-xml-utils')
-rw-r--r-- | textproc/html-xml-utils/Makefile | 4 | ||||
-rw-r--r-- | textproc/html-xml-utils/distinfo | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/textproc/html-xml-utils/Makefile b/textproc/html-xml-utils/Makefile index 23535d3481af..6f5ed3f6128c 100644 --- a/textproc/html-xml-utils/Makefile +++ b/textproc/html-xml-utils/Makefile @@ -1,6 +1,5 @@ PORTNAME= html-xml-utils -PORTVERSION= 8.6 -PORTREVISION= 2 +DISTVERSION= 8.7 CATEGORIES= textproc MASTER_SITES= https://www.w3.org/Tools/HTML-XML-utils/ @@ -18,7 +17,6 @@ USES= gmake iconv localbase shebangfix SHEBANG_FILES= ${WRKSRC}/hxcite-mkbib GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= LDFLAGS=${ICONV_LIB} OPTIONS_DEFINE= CURL IDN IDN2 DOCS diff --git a/textproc/html-xml-utils/distinfo b/textproc/html-xml-utils/distinfo index a96e408b4057..280c8957b464 100644 --- a/textproc/html-xml-utils/distinfo +++ b/textproc/html-xml-utils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1705382621 -SHA256 (html-xml-utils-8.6.tar.gz) = 5e84729ef36ccd3924d2872ed4ee6954c63332dca5400ba8eb4eaef1f2db4fb2 -SIZE (html-xml-utils-8.6.tar.gz) = 421530 +TIMESTAMP = 1739949190 +SHA256 (html-xml-utils-8.7.tar.gz) = 888a31631a7a70308bb2f333e077d0416f4bb78317f8697ffb4a95187f677301 +SIZE (html-xml-utils-8.7.tar.gz) = 426378 |