git: 5c3ce37006c2 - main - lang/libhx: update the port to bugfix version 4.14

From: Alexey Dokuchaev <danfe_at_FreeBSD.org>
Date: Fri, 15 Sep 2023 07:23:42 UTC
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5c3ce37006c2ef1d35fcb281e8c0904348245795

commit 5c3ce37006c2ef1d35fcb281e8c0904348245795
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2023-09-15 07:22:08 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2023-09-15 07:22:08 +0000

    lang/libhx: update the port to bugfix version 4.14
    
    - make HX_addrport_split() work on portless bracketed hostspec
    - do not fail HX_mkdir() when component is a symlink to a directory
    - fix infinite recursion in xml_getnsprop()
    
    While here, install missing documentation.
    
    Reported by:    portscout
---
 lang/libhx/Makefile | 5 ++++-
 lang/libhx/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/lang/libhx/Makefile b/lang/libhx/Makefile
index f0758cf606d3..bc7cfba265e6 100644
--- a/lang/libhx/Makefile
+++ b/lang/libhx/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	libHX
-PORTVERSION=	4.12
+PORTVERSION=	4.14
 CATEGORIES=	lang
 MASTER_SITES=	https://inai.de/files/libhx/
 
@@ -23,4 +23,7 @@ OPTIONS_DEFINE=	DOCS
 PORTDOCS=	*
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME:tl}
 
+post-install-DOCS-on:
+	${CP} -a ${INSTALL_WRKSRC}/doc/ ${STAGEDIR}${DOCSDIR}
+
 .include <bsd.port.mk>
diff --git a/lang/libhx/distinfo b/lang/libhx/distinfo
index 7a18f5fe9ee0..70105b476771 100644
--- a/lang/libhx/distinfo
+++ b/lang/libhx/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1677506146
-SHA256 (libHX-4.12.tar.xz) = f72e06cf6d86d08d53a5352e643e6ff55cbf3631513c13e3dc68ef298be951b7
-SIZE (libHX-4.12.tar.xz) = 380024
+TIMESTAMP = 1689339755
+SHA256 (libHX-4.14.tar.xz) = e312cc7460d96c4b35f30e0e58a2ae2798398dac7b33be9985db3c787703cb3c
+SIZE (libHX-4.14.tar.xz) = 380136