ports/contrib (3.5): fuse-exfat: removed duplicate of opt/exfat-utils
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit a61d09abe0aaf7a475f2d97d23fd83d067f069ff Author: Tim Biermann <tbier@posteo.de> Date: Thu Jun 25 16:08:08 2020 +0000 fuse-exfat: removed duplicate of opt/exfat-utils diff --git a/fuse-exfat/.footprint b/fuse-exfat/.footprint deleted file mode 100644 index 6c8b1d9f3..000000000 --- a/fuse-exfat/.footprint +++ /dev/null @@ -1,18 +0,0 @@ -drwxr-xr-x root/root sbin/ --rwxr-xr-x root/root sbin/dumpexfat --rwxr-xr-x root/root sbin/exfatfsck --rwxr-xr-x root/root sbin/exfatlabel -lrwxrwxrwx root/root sbin/fsck.exfat -> exfatfsck --rwxr-xr-x root/root sbin/mkexfatfs -lrwxrwxrwx root/root sbin/mkfs.exfat -> mkexfatfs -lrwxrwxrwx root/root sbin/mount.exfat -> mount.exfat-fuse --rwxr-xr-x root/root sbin/mount.exfat-fuse -drwxr-xr-x root/root usr/ -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/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 --rw-r--r-- root/root usr/share/man/man8/mount.exfat-fuse.8.gz diff --git a/fuse-exfat/.signature b/fuse-exfat/.signature deleted file mode 100644 index db10eb130..000000000 --- a/fuse-exfat/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF37wrwIdXE8+gSf/z5ShrVdcp8mk+fu1NYJXhdnazqP0i85iZvrWDUEPLASyuFMTsrakW7OAeweehD/mdbf1kjQc= -SHA256 (Pkgfile) = 10e30b8c6e66a0a01119a9edb7acb401a5af49e8d0444c59d1f7f8814dddde2e -SHA256 (.footprint) = e1335decfdd21ae8e30774428d8204670a85e0b73d1506ad8ede2c8aeb585ab5 -SHA256 (fuse-exfat-1.3.0.tar.gz) = 689bcb4a639acd2d45e6fa0ff455f7f18edb2421d4f4f42909943775adc0e375 diff --git a/fuse-exfat/Pkgfile b/fuse-exfat/Pkgfile deleted file mode 100644 index 764b6248c..000000000 --- a/fuse-exfat/Pkgfile +++ /dev/null @@ -1,24 +0,0 @@ -# Description: exfat filesystem implementation -# URL: https://github.com/relan/exfat -# Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: fuse - -name=fuse-exfat -version=1.3.0 -release=1 -source=(https://github.com/relan/exfat/archive/v$version/$name-$version.tar.gz) - -build () { - cd exfat-$version - aclocal - autoheader - automake --force-missing --add-missing - autoconf - ./configure \ - --prefix=/usr \ - --sbindir=/sbin - make CCFLAGS="$CFLAGS -std=c99" \ - LINKFLAGS=$LDFLAGS \ - install DESTDIR=$PKG - install -D -m 644 fuse/mount.exfat-fuse.8 $PKG/usr/share/man/man8/mount.exfat-fuse.8 -}
participants (1)
-
crux@crux.nu