Skip to content

Commit

Permalink
filesystems/wimlib: Update 1.13.0 → 1.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyZaykov authored and VVD committed Jan 17, 2025
1 parent ba5ac64 commit 79c61bd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
12 changes: 5 additions & 7 deletions filesystems/wimlib/Makefile
Original file line number Diff line number Diff line change
@@ -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/

Expand All @@ -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>
6 changes: 3 additions & 3 deletions filesystems/wimlib/distinfo
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion filesystems/wimlib/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79c61bd

Please sign in to comment.