aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2023-10-17 16:50:08 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2023-10-17 16:50:08 +0000
commitcad40301e8baa9baec8cbd79bf9168e9338fa5e4 (patch)
tree3ee18ebb8d3bbb0af471c63c559d3153159863a2
parent25c9e48dd3ee0245d1623f04884531122b78747f (diff)
downloadports-cad40301e8baa9baec8cbd79bf9168e9338fa5e4.tar.gz
ports-cad40301e8baa9baec8cbd79bf9168e9338fa5e4.zip
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
-rw-r--r--lang/libhx/Makefile5
-rw-r--r--lang/libhx/distinfo6
-rw-r--r--lang/libhx/pkg-plist2
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