git: 1bbd8085e1cb - main - devel/libisofs: Update to 1.5.6

From: Rodrigo Osorio <rodrigo_at_FreeBSD.org>
Date: Thu, 17 Aug 2023 09:42:26 UTC
The branch main has been updated by rodrigo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1bbd8085e1cb8c5edc288ce584d657fc1cfe6fa4

commit 1bbd8085e1cb8c5edc288ce584d657fc1cfe6fa4
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2023-08-17 08:49:47 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2023-08-17 09:37:36 +0000

    devel/libisofs: Update to 1.5.6
    
    Major changes:
        * Bug fix: iso_write_opts_set_part_like_isohybrid() did not cause a MBR
          partition table if the partitions are data files in the ISO
          rather than appended
        * Bug fix: The lseek methods of IsoFileSource for local filesystem and loaded
          ISO returned libisofs error codes as positive off_t numbers
        * Bug fix: Freshly cloned data files from imported image were not marked as
          imported. Thanks to Ivan Shmakov. (Closes: #1022851)
        * Bug fix: Size of further CE area was calculated wrong if its CE entry ended
          exactly at a block boundary
        * New iso_write_opts_set_system_area() option bits 16:
          GPT "Legacy BIOS bootable" and 17: GPT writable
        * New API calls iso_assess_written_features(), iso_read_image_feature_named(),
          iso_read_image_features_text()
        * Allowed lseekable device files with iso_tree_add_new_cut_out_node().
          Proof-of-concept by Ivan Shmakov.
        * New API call iso_write_opts_set_max_ce_entries()
    
    Full changelog: https://dev.lovelyhq.com/libburnia/libisofs/src/branch/master/ChangeLog
    
    Port changes:
        * Update WWW url
        * Reorder Makefile to make linters happy
---
 devel/libisofs/Makefile  | 12 ++++++------
 devel/libisofs/distinfo  |  6 +++---
 devel/libisofs/pkg-plist |  2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/devel/libisofs/Makefile b/devel/libisofs/Makefile
index 7085c969cbed..2583df13ff11 100644
--- a/devel/libisofs/Makefile
+++ b/devel/libisofs/Makefile
@@ -1,11 +1,11 @@
 PORTNAME=	libisofs
-PORTVERSION=	1.5.4
+PORTVERSION=	1.5.6
 CATEGORIES=	devel
 MASTER_SITES=	http://files.libburnia-project.org/releases/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Libburnia ISO9660 filesystem creation library
-WWW=		https://dev.lovelyhq.com/libburnia/web/wikis/home
+WWW=		https://dev.lovelyhq.com/libburnia/web/wiki/Libisofs
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
@@ -13,14 +13,14 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libburn.so:devel/libburn
 
 USES=		iconv libtool
-GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 
-PORTDOCS=	susp_* Tutorial zisofs_format.txt
+PORTDOCS=	Tutorial susp_* zisofs_format.txt
 
-OPTIONS_DEFINE=	DEBUG DOCS LIBACL LIBJTE XATTR ZLIB
-OPTIONS_DEFAULT=LIBACL LIBJTE XATTR ZLIB
+OPTIONS_DEFINE=		DEBUG DOCS LIBACL LIBJTE XATTR ZLIB
+OPTIONS_DEFAULT=	LIBACL LIBJTE XATTR ZLIB
 
 LIBACL_DESC=	Enable use of ACL functions
 LIBJTE_DESC=	Jigdo file support
diff --git a/devel/libisofs/distinfo b/devel/libisofs/distinfo
index 35877403616a..e12c154e6f63 100644
--- a/devel/libisofs/distinfo
+++ b/devel/libisofs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1632597000
-SHA256 (libisofs-1.5.4.tar.gz) = aaa0ed80a7501979316f505b0b017f29cba0ea5463b751143bad2c360215a88e
-SIZE (libisofs-1.5.4.tar.gz) = 870395
+TIMESTAMP = 1692262028
+SHA256 (libisofs-1.5.6.tar.gz) = 0152d66a9d340b659fe9c880eb9190f3570fb477ac07cf52e8bcd134a1d30d70
+SIZE (libisofs-1.5.6.tar.gz) = 879144
diff --git a/devel/libisofs/pkg-plist b/devel/libisofs/pkg-plist
index cf23c1abdcf8..c2f9c639ddd8 100644
--- a/devel/libisofs/pkg-plist
+++ b/devel/libisofs/pkg-plist
@@ -2,5 +2,5 @@ include/libisofs/libisofs.h
 lib/libisofs.a
 lib/libisofs.so
 lib/libisofs.so.6
-lib/libisofs.so.6.91.0
+lib/libisofs.so.6.92.0
 libdata/pkgconfig/libisofs-1.pc