exfat-utils: update to 1.4.0, new dependency: fuse -> fuse3

This commit is contained in:
Juergen Daubert 2023-03-03 11:47:30 +01:00
parent 2462b81770
commit b37abf0c44
3 changed files with 15 additions and 13 deletions

View File

@ -1,5 +1,6 @@
drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/dumpexfat
-rwxr-xr-x root/root sbin/exfatattrib
-rwxr-xr-x root/root sbin/exfatfsck
-rwxr-xr-x root/root sbin/exfatlabel
lrwxrwxrwx root/root sbin/fsck.exfat -> exfatfsck
@ -12,6 +13,7 @@ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/dumpexfat.8.gz
-rw-r--r-- root/root usr/share/man/man8/exfatattrib.8.gz
-rw-r--r-- root/root usr/share/man/man8/exfatfsck.8.gz
-rw-r--r-- root/root usr/share/man/man8/exfatlabel.8.gz
-rw-r--r-- root/root usr/share/man/man8/mkexfatfs.8.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/WYx7Wy5eFYeg5if+x3Wi0GdHDWT686adatzh/qhtVoEyvdGPWtBH6qtMEO+Sqg0EVI8zQrs8gsVL29z5KnJJwY=
SHA256 (Pkgfile) = 81794578feb435f513bb0532a31897616683159186272a4bccc734a283052a4b
SHA256 (.footprint) = e1335decfdd21ae8e30774428d8204670a85e0b73d1506ad8ede2c8aeb585ab5
SHA256 (exfat-1.3.0.tar.gz) = 689bcb4a639acd2d45e6fa0ff455f7f18edb2421d4f4f42909943775adc0e375
RWSE3ohX2g5d/V4N0/DjhvbuWXSL3tjg9Bbk4yLhs2z3UcYRgKLTgwz3Pp9aVZe8aTPw+qkK9L9lUXgnNLeAZlqICtb8WVU1awo=
SHA256 (Pkgfile) = 645ed1df761eb5214215f19ac8cf3f56a65cc8a62b16318c00e83ca7a2554279
SHA256 (.footprint) = 82c148e1ac96410b982aa928c56d928b21537dfc305eff13f643ad4a6321dab7
SHA256 (exfat-1.4.0.tar.gz) = af560659f55dca0270f94809530f359d6bdad5d313133c68b458fb0a8eeab1c8

View File

@ -1,17 +1,17 @@
# Description: FUSE module and Utilities for the exFAT filesystem
# URL: https://github.com/relan/exfat
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: fuse
# URL: https://github.com/relan/exfat
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: fuse3
name=exfat-utils
version=1.3.0
version=1.4.0
release=1
source=(https://github.com/relan/exfat/archive/v${version}/exfat-$version.tar.gz)
build() {
cd exfat-$version
autoreconf -i
./configure --prefix=/usr --sbindir=/sbin
make
make DESTDIR=$PKG install
cd exfat-$version
autoreconf -i
./configure --prefix=/usr --sbindir=/sbin
make
make DESTDIR=$PKG install
}