git: cad40301e8ba - main - lang/libhx: update the port to version 4.15
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Oct 2023 16:51:05 UTC
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=cad40301e8baa9baec8cbd79bf9168e9338fa5e4 commit cad40301e8baa9baec8cbd79bf9168e9338fa5e4 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2023-10-17 16:50:08 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2023-10-17 16:50:08 +0000 lang/libhx: update the port to version 4.15 - Added two functions to compute Least Positive Residue - HX_strrtrim() now works on strings longer than INT_MAX - Distfile can be also downloaded from Codeberg Reported by: portscout --- lang/libhx/Makefile | 5 +++-- lang/libhx/distinfo | 6 +++--- lang/libhx/pkg-plist | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/lang/libhx/Makefile b/lang/libhx/Makefile index bc7cfba265e6..506752edd9fc 100644 --- a/lang/libhx/Makefile +++ b/lang/libhx/Makefile @@ -1,7 +1,8 @@ PORTNAME= libHX -PORTVERSION= 4.14 +PORTVERSION= 4.15 CATEGORIES= lang -MASTER_SITES= https://inai.de/files/libhx/ +MASTER_SITES= https://inai.de/files/libhx/ \ + https://codeberg.org/jengelh/libhx/releases/download/v${PORTVERSION}/ MAINTAINER= danfe@FreeBSD.org COMMENT= C/C++ library with common data structures and functions diff --git a/lang/libhx/distinfo b/lang/libhx/distinfo index 70105b476771..3f73caf43ce0 100644 --- a/lang/libhx/distinfo +++ b/lang/libhx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689339755 -SHA256 (libHX-4.14.tar.xz) = e312cc7460d96c4b35f30e0e58a2ae2798398dac7b33be9985db3c787703cb3c -SIZE (libHX-4.14.tar.xz) = 380136 +TIMESTAMP = 1695523922 +SHA256 (libHX-4.15.tar.xz) = 5221ecf3b4ba75c481e235f457407990e18ba5882c57d7862a87f6b606bd1330 +SIZE (libHX-4.15.tar.xz) = 380436 diff --git a/lang/libhx/pkg-plist b/lang/libhx/pkg-plist index 11881feccc10..a748fbd878b7 100644 --- a/lang/libhx/pkg-plist +++ b/lang/libhx/pkg-plist @@ -16,6 +16,6 @@ include/libHX/string.h include/libHX/wx_helper.hpp lib/libHX.so lib/libHX.so.32 -lib/libHX.so.32.5.0 +lib/libHX.so.32.6.0 lib/libHX_rtcheck.so libdata/pkgconfig/libHX.pc