git: 4ac5b2384382 - main - graphics/libxisf: Update to 0.2.9

From: Jason E. Hale <jhale_at_FreeBSD.org>
Date: Mon, 14 Aug 2023 16:23:30 UTC
The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4ac5b2384382528d6a48a58c406d8779d41bb075

commit 4ac5b2384382528d6a48a58c406d8779d41bb075
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2023-08-14 15:16:51 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-08-14 16:23:23 +0000

    graphics/libxisf: Update to 0.2.9
    
    Adds support for zstd compression
---
 graphics/libxisf/Makefile | 5 +++--
 graphics/libxisf/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/graphics/libxisf/Makefile b/graphics/libxisf/Makefile
index f645a2367cb2..5a92734a7072 100644
--- a/graphics/libxisf/Makefile
+++ b/graphics/libxisf/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libxisf
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.2.8
+DISTVERSION=	0.2.9
 CATEGORIES=	graphics astro
 MASTER_SITES=	https://gitea.nouspiro.space/nou/libXISF/archive/
 DISTNAME=	${DISTVERSIONPREFIX}${DISTVERSION}
@@ -14,9 +14,10 @@ LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	liblz4.so:archivers/liblz4 \
+		libzstd.so:archivers/zstd \
 		libpugixml.so:textproc/pugixml
 
-USES=		cmake compiler:c++17-lang pkgconfig
+USES=		cmake compiler:c++17-lang pathfix pkgconfig
 USE_LDCONFIG=	yes
 
 CMAKE_OFF=	USE_BUNDLED_LIBS
diff --git a/graphics/libxisf/distinfo b/graphics/libxisf/distinfo
index 93bc2fd0515d..ec0fdcda7673 100644
--- a/graphics/libxisf/distinfo
+++ b/graphics/libxisf/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1690907274
-SHA256 (libxisf/v0.2.8.tar.gz) = 7a48889629cd4c7ef77cd307dceb2a7d713231a71ff2dd65d9bf9a82352b61af
-SIZE (libxisf/v0.2.8.tar.gz) = 1610531
+TIMESTAMP = 1691994255
+SHA256 (libxisf/v0.2.9.tar.gz) = c9b494a8dd17f57f5ee00d5bb9f9fbd7b7f92a5e59754e7d825019c80ef91184
+SIZE (libxisf/v0.2.9.tar.gz) = 1610711