mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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
This commit is contained in:
parent
ba5ac64d58
commit
79c61bde75
3 changed files with 9 additions and 11 deletions
|
@ -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_CONFIGURE_WITH= ntfs-3g
|
||||
NTFS_LIB_DEPENDS= libntfs-3g.so:filesystems/ntfs
|
||||
NTFS_CONFIGURE_WITH= ntfs-3g
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue