diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-09-15 07:22:08 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-09-15 07:22:08 +0000 |
commit | 5c3ce37006c2ef1d35fcb281e8c0904348245795 (patch) | |
tree | 569584894b7b4a8eb838232f5405b25e8cfd69ed | |
parent | 504c0808ec67fad8cdb683215df3c32043b60426 (diff) |
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
-rw-r--r-- | lang/libhx/Makefile | 5 | ||||
-rw-r--r-- | 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 |