git: 5747f72fc7d2 - main - lang/libhx: update the port to version 4.23
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 09:32:55 UTC
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=5747f72fc7d233ab8b33c1a4920215904236472f commit 5747f72fc7d233ab8b33c1a4920215904236472f Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2024-02-26 09:31:54 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2024-02-26 09:31:54 +0000 lang/libhx: update the port to version 4.23 Purge the -Wl,--undefined-version patch added in commit 82a2ee4733f0 because it's not needed since version 4.18. Reported by: portscout --- lang/libhx/Makefile | 2 +- lang/libhx/distinfo | 6 +++--- lang/libhx/files/patch-src_Makefile.in | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/lang/libhx/Makefile b/lang/libhx/Makefile index 223246fcf58c..0aa4edc6b069 100644 --- a/lang/libhx/Makefile +++ b/lang/libhx/Makefile @@ -1,5 +1,5 @@ PORTNAME= libHX -PORTVERSION= 4.21 +PORTVERSION= 4.23 CATEGORIES= lang MASTER_SITES= https://inai.de/files/libhx/ \ https://codeberg.org/jengelh/libhx/releases/download/v${PORTVERSION}/ diff --git a/lang/libhx/distinfo b/lang/libhx/distinfo index 6ad717bf9493..f47aab69e09e 100644 --- a/lang/libhx/distinfo +++ b/lang/libhx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703077851 -SHA256 (libHX-4.21.tar.xz) = d57d5e858dee40d64d413555815f06d7eda52ce96f069817452671503756550d -SIZE (libHX-4.21.tar.xz) = 359760 +TIMESTAMP = 1708014644 +SHA256 (libHX-4.23.tar.xz) = 048cd43a71b79753820f36b18d44d8bbdbfde6d38d45348f49b9303c4d9758e8 +SIZE (libHX-4.23.tar.xz) = 359608 diff --git a/lang/libhx/files/patch-src_Makefile.in b/lang/libhx/files/patch-src_Makefile.in deleted file mode 100644 index 8da37be3bd95..000000000000 --- a/lang/libhx/files/patch-src_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig 2023-11-30 23:09:01 UTC -+++ src/Makefile.in -@@ -90,7 +90,7 @@ PRE_UNINSTALL = : - POST_UNINSTALL = : - build_triplet = @build@ - host_triplet = @host@ --@WITH_GNU_LD_TRUE@am__append_1 = -Wl,--version-script=${srcdir}/libHX.map -+@WITH_GNU_LD_TRUE@am__append_1 = -Wl,--version-script=${srcdir}/libHX.map -Wl,--undefined-version - @MINGW32_TRUE@am__append_2 = ux-file.c ux-mmap.c - @MINGW32_TRUE@am__append_3 = -lws2_32 - check_PROGRAMS = tc-compile$(EXEEXT) tc-cast$(EXEEXT) \