Date: Fri, 17 Jan 2025 20:24:22 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 79c61bde75b0 - main - filesystems/wimlib: Update 1.13.0 =?utf-8?Q?=E2=86=92?= 1.14.4 Message-ID: <202501172024.50HKOMuk028256@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=79c61bde75b0a59ab4c18ebca6fa3358cbb32169 commit 79c61bde75b0a59ab4c18ebca6fa3358cbb32169 Author: Sergey <mail_of_sergey@mail.ru> AuthorDate: 2025-01-17 20:20:13 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-01-17 20:24:16 +0000 filesystems/wimlib: Update 1.13.0 → 1.14.4 Changelogs: 1.13.1: https://github.com/ebiggers/wimlib/compare/v1.13.0...v1.13.1 1.13.2: https://wimlib.net/forums/viewtopic.php?t=530 1.13.3: https://wimlib.net/forums/viewtopic.php?t=543 1.13.4: https://wimlib.net/forums/viewtopic.php?t=554 1.13.5: https://wimlib.net/forums/viewtopic.php?t=570 1.13.6: https://wimlib.net/forums/viewtopic.php?t=612 1.14.0: https://wimlib.net/forums/viewtopic.php?t=658 1.14.1: https://wimlib.net/forums/viewtopic.php?t=662 1.14.2: https://wimlib.net/forums/viewtopic.php?t=675 1.14.3: https://wimlib.net/forums/viewtopic.php?t=681 1.14.4: https://wimlib.net/forums/viewtopic.php?t=737 Improve port: - PORTVERSION → DISTVERSION; - remove GNU_CONFIGURE_MANPREFIX; - remove unnecessary dependencies from libxml2 ad fuse; - pet portclippy; - add INSTALL_TARGET=install-strip. PR: 284111 --- filesystems/wimlib/Makefile | 12 +++++------- filesystems/wimlib/distinfo | 6 +++--- filesystems/wimlib/pkg-plist | 2 +- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/filesystems/wimlib/Makefile b/filesystems/wimlib/Makefile index 8f5fa210b35d..589f2e173656 100644 --- a/filesystems/wimlib/Makefile +++ b/filesystems/wimlib/Makefile @@ -1,6 +1,5 @@ PORTNAME= wimlib -PORTVERSION= 1.13.0 -PORTREVISION= 3 +DISTVERSION= 1.14.4 CATEGORIES= filesystems sysutils MASTER_SITES= https://wimlib.net/downloads/ @@ -11,20 +10,19 @@ WWW= https://wimlib.net/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING.GPLv3 -USES= gmake gnome fuse libtool pkgconfig -USE_GNOME= libxml2 +USES= gmake libtool pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-static +INSTALL_TARGET= install-strip OPTIONS_DEFINE= NTFS OPTIONS_DEFAULT= NTFS -NTFS_DESC= Build with libntfs-3g for NTFS support (recommended) +NTFS_DESC= Build with libntfs-3g for NTFS support (recommended) -NTFS_CONFIGURE_WITH= ntfs-3g NTFS_LIB_DEPENDS= libntfs-3g.so:filesystems/ntfs +NTFS_CONFIGURE_WITH= ntfs-3g .include <bsd.port.mk> diff --git a/filesystems/wimlib/distinfo b/filesystems/wimlib/distinfo index 7daf28637a57..4b14145f1ee3 100644 --- a/filesystems/wimlib/distinfo +++ b/filesystems/wimlib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1543424329 -SHA256 (wimlib-1.13.0.tar.gz) = 51d92cafaae0180c7a91b50620f86ffbcec6d6aef360d38dd47e274e65d7970b -SIZE (wimlib-1.13.0.tar.gz) = 1035146 +TIMESTAMP = 1737141655 +SHA256 (wimlib-1.14.4.tar.gz) = 3633db2b6c8b255eb86d3bf3df3059796bd1f08e50b8c9728c7eb66662e51300 +SIZE (wimlib-1.14.4.tar.gz) = 1045888 diff --git a/filesystems/wimlib/pkg-plist b/filesystems/wimlib/pkg-plist index ebb96360f340..168740281e02 100644 --- a/filesystems/wimlib/pkg-plist +++ b/filesystems/wimlib/pkg-plist @@ -19,7 +19,7 @@ bin/wimverify include/wimlib.h lib/libwim.so lib/libwim.so.15 -lib/libwim.so.15.15.0 +lib/libwim.so.15.26.0 libdata/pkgconfig/wimlib.pc share/man/man1/mkwinpeimg.1.gz share/man/man1/wimappend.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501172024.50HKOMuk028256>