ports/opt (3.2): dosfstools: update to 3.0.28, new URL
commit 56bb0f917cdc1e0ddab19d2bd972c867c5843493 Author: Juergen Daubert <jue@jue.li> Date: Sat Dec 19 13:03:09 2015 +0100 dosfstools: update to 3.0.28, new URL diff --git a/dosfstools/.footprint b/dosfstools/.footprint index 5e08c20..fe89c46 100644 --- a/dosfstools/.footprint +++ b/dosfstools/.footprint @@ -10,15 +10,16 @@ lrwxrwxrwx root/root sbin/mkdosfs -> mkfs.fat lrwxrwxrwx root/root sbin/mkfs.msdos -> mkfs.fat lrwxrwxrwx root/root sbin/mkfs.vfat -> mkfs.fat drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man8/ -lrwxrwxrwx root/root usr/man/man8/dosfsck.8.gz -> fsck.fat.8.gz -lrwxrwxrwx root/root usr/man/man8/dosfslabel.8.gz -> fatlabel.8.gz --rw-r--r-- root/root usr/man/man8/fatlabel.8.gz --rw-r--r-- root/root usr/man/man8/fsck.fat.8.gz -lrwxrwxrwx root/root usr/man/man8/fsck.msdos.8.gz -> fsck.fat.8.gz -lrwxrwxrwx root/root usr/man/man8/fsck.vfat.8.gz -> fsck.fat.8.gz -lrwxrwxrwx root/root usr/man/man8/mkdosfs.8.gz -> mkfs.fat.8.gz --rw-r--r-- root/root usr/man/man8/mkfs.fat.8.gz -lrwxrwxrwx root/root usr/man/man8/mkfs.msdos.8.gz -> mkfs.fat.8.gz -lrwxrwxrwx root/root usr/man/man8/mkfs.vfat.8.gz -> mkfs.fat.8.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man8/ +lrwxrwxrwx root/root usr/share/man/man8/dosfsck.8.gz -> fsck.fat.8.gz +lrwxrwxrwx root/root usr/share/man/man8/dosfslabel.8.gz -> fatlabel.8.gz +-rw-r--r-- root/root usr/share/man/man8/fatlabel.8.gz +-rw-r--r-- root/root usr/share/man/man8/fsck.fat.8.gz +lrwxrwxrwx root/root usr/share/man/man8/fsck.msdos.8.gz -> fsck.fat.8.gz +lrwxrwxrwx root/root usr/share/man/man8/fsck.vfat.8.gz -> fsck.fat.8.gz +lrwxrwxrwx root/root usr/share/man/man8/mkdosfs.8.gz -> mkfs.fat.8.gz +-rw-r--r-- root/root usr/share/man/man8/mkfs.fat.8.gz +lrwxrwxrwx root/root usr/share/man/man8/mkfs.msdos.8.gz -> mkfs.fat.8.gz +lrwxrwxrwx root/root usr/share/man/man8/mkfs.vfat.8.gz -> mkfs.fat.8.gz diff --git a/dosfstools/.md5sum b/dosfstools/.md5sum index ae46301..7aed157 100644 --- a/dosfstools/.md5sum +++ b/dosfstools/.md5sum @@ -1 +1 @@ -45012f5f56f2aae3afcd62120b9e5a08 dosfstools-3.0.26.tar.xz +6a047a6c65186b9ebb1853709adb36db dosfstools-3.0.28.tar.xz diff --git a/dosfstools/Pkgfile b/dosfstools/Pkgfile index 73b5762..cafba8f 100644 --- a/dosfstools/Pkgfile +++ b/dosfstools/Pkgfile @@ -1,26 +1,25 @@ # Description: tools for creating and checking DOS filesystems in linux -# URL: http://www.daniel-baumann.ch/software/dosfstools/ +# URL: https://github.com/dosfstools/dosfstools # Maintainer: Jose V Beneyto, sepen at crux dot nu # Packager: Ryan B. Lynch, rlynch at strozllc dot com # Depends on: name=dosfstools -version=3.0.26 +version=3.0.28 release=1 -source=(http://www.daniel-baumann.ch/files/software/$name/$name-$version.tar.xz) +source=(https://github.com/dosfstools/dosfstools/releases/download/v$version/$name-$...) build() { cd $name-$version - # fix mandir - sed -i Makefile -e 's|/share/man|/man|g' # avoid extra manpages rm -r manpages/po/* - make -j1 install DESTDIR=$PKG \ - PREFIX=/usr \ - SBINDIR=/sbin + make -j1 install \ + DESTDIR=$PKG \ + PREFIX=/usr \ + SBINDIR=/sbin - ln -s fatlabel.8 $PKG/usr/man/man8/dosfslabel.8.gz - rm -r $PKG/usr/share + ln -s fatlabel.8 $PKG/usr/share/man/man8/dosfslabel.8.gz + rm -r $PKG/usr/share/doc }
participants (1)
-
crux@crux.nu