exfat-utils: update to 1.4.0, new dependency: fuse -> fuse3
This commit is contained in:
parent
2462b81770
commit
b37abf0c44
@ -1,5 +1,6 @@
|
|||||||
drwxr-xr-x root/root sbin/
|
drwxr-xr-x root/root sbin/
|
||||||
-rwxr-xr-x root/root sbin/dumpexfat
|
-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/exfatfsck
|
||||||
-rwxr-xr-x root/root sbin/exfatlabel
|
-rwxr-xr-x root/root sbin/exfatlabel
|
||||||
lrwxrwxrwx root/root sbin/fsck.exfat -> exfatfsck
|
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/
|
||||||
drwxr-xr-x root/root usr/share/man/man8/
|
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/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/exfatfsck.8.gz
|
||||||
-rw-r--r-- root/root usr/share/man/man8/exfatlabel.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
|
-rw-r--r-- root/root usr/share/man/man8/mkexfatfs.8.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
untrusted comment: verify with /etc/ports/opt.pub
|
untrusted comment: verify with /etc/ports/opt.pub
|
||||||
RWSE3ohX2g5d/WYx7Wy5eFYeg5if+x3Wi0GdHDWT686adatzh/qhtVoEyvdGPWtBH6qtMEO+Sqg0EVI8zQrs8gsVL29z5KnJJwY=
|
RWSE3ohX2g5d/V4N0/DjhvbuWXSL3tjg9Bbk4yLhs2z3UcYRgKLTgwz3Pp9aVZe8aTPw+qkK9L9lUXgnNLeAZlqICtb8WVU1awo=
|
||||||
SHA256 (Pkgfile) = 81794578feb435f513bb0532a31897616683159186272a4bccc734a283052a4b
|
SHA256 (Pkgfile) = 645ed1df761eb5214215f19ac8cf3f56a65cc8a62b16318c00e83ca7a2554279
|
||||||
SHA256 (.footprint) = e1335decfdd21ae8e30774428d8204670a85e0b73d1506ad8ede2c8aeb585ab5
|
SHA256 (.footprint) = 82c148e1ac96410b982aa928c56d928b21537dfc305eff13f643ad4a6321dab7
|
||||||
SHA256 (exfat-1.3.0.tar.gz) = 689bcb4a639acd2d45e6fa0ff455f7f18edb2421d4f4f42909943775adc0e375
|
SHA256 (exfat-1.4.0.tar.gz) = af560659f55dca0270f94809530f359d6bdad5d313133c68b458fb0a8eeab1c8
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
# Description: FUSE module and Utilities for the exFAT filesystem
|
# Description: FUSE module and Utilities for the exFAT filesystem
|
||||||
# URL: https://github.com/relan/exfat
|
# URL: https://github.com/relan/exfat
|
||||||
# Maintainer: Juergen Daubert, jue at crux dot nu
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
||||||
# Depends on: fuse
|
# Depends on: fuse3
|
||||||
|
|
||||||
name=exfat-utils
|
name=exfat-utils
|
||||||
version=1.3.0
|
version=1.4.0
|
||||||
release=1
|
release=1
|
||||||
source=(https://github.com/relan/exfat/archive/v${version}/exfat-$version.tar.gz)
|
source=(https://github.com/relan/exfat/archive/v${version}/exfat-$version.tar.gz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd exfat-$version
|
cd exfat-$version
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
./configure --prefix=/usr --sbindir=/sbin
|
./configure --prefix=/usr --sbindir=/sbin
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user