diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-01-30 16:40:58 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-01-30 16:40:58 +0000 |
commit | e6ba751c77688d9304176f5dae4b2a409b85ccc0 (patch) | |
tree | 73bee6f234ed69f8af230c735ae762fc54f316f8 | |
parent | 0cd372244fadac4fb9fa03ccf50fad2ad37ba427 (diff) | |
download | ports-e6ba751c77688d9304176f5dae4b2a409b85ccc0.tar.gz ports-e6ba751c77688d9304176f5dae4b2a409b85ccc0.zip |
lang/libhx: update the port to version 4.10
While here, do not try to append to the previously undefined variable.
Reported by: portscout
-rw-r--r-- | lang/libhx/Makefile | 4 | ||||
-rw-r--r-- | lang/libhx/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/libhx/Makefile b/lang/libhx/Makefile index 3f159cd315f5..cd87fcdae2e8 100644 --- a/lang/libhx/Makefile +++ b/lang/libhx/Makefile @@ -1,5 +1,5 @@ PORTNAME= libHX -PORTVERSION= 4.9 +PORTVERSION= 4.10 CATEGORIES= lang MASTER_SITES= https://inai.de/files/libhx/ @@ -12,7 +12,7 @@ LICENSE= LGPL21+ USES= cpe libtool localbase tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig +CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig INSTALL_TARGET= install-strip TEST_TARGET= check diff --git a/lang/libhx/distinfo b/lang/libhx/distinfo index ec497f03c78d..9248d1911b3a 100644 --- a/lang/libhx/distinfo +++ b/lang/libhx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674438555 -SHA256 (libHX-4.9.tar.xz) = 02e225226d937bf7611941e9100c4d278332543d6b3b978fa880222916ba3c9b -SIZE (libHX-4.9.tar.xz) = 377916 +TIMESTAMP = 1675002048 +SHA256 (libHX-4.10.tar.xz) = 08fa92e849912a8d75db4c225c211551fca8c5fcf440fda7d7ba941bbbeb462b +SIZE (libHX-4.10.tar.xz) = 377984 |