diff options
author | asau <asau@pkgsrc.org> | 2011-03-09 20:25:08 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2011-03-09 20:25:08 +0000 |
commit | b140ae6de706f315a3ca5ce1841f215c9ba8a695 (patch) | |
tree | e85f055d8b1a5183a2b460c08a548b12253091ff /sysutils/mtools/PLIST | |
parent | 1904b3ccb9fb03b44b2cfc704064519779c36822 (diff) | |
download | pkgsrc-b140ae6de706f315a3ca5ce1841f215c9ba8a695.tar.gz |
Update to mtools 4.0.14
Changes in 4.0.14:
Fix floppyd for disks bigger than 2 Gig
Remove obsolete -z flag
Remove now unsupported AC_USE_SYSTEM_EXTENSIONS
Fixed output formatting of mdir if MTOOLS_DOTTED_DIR is set
Mformat now correctly writes backup boot sector
Fixed signedness of serial number in mlabel
Fixed buffer size problem in mlabel
Make mlabel write backup boot sector if FAT32
Catch situation where both clear and new label are given to mlabel
Quote filename parameters to scripts
Mformat: Close file descriptor for boot sector
Added lzip support to scripts/uz
Added Tot_sectors option to mformat
Fixed hidden sector handling in mformat
Minfo generates mformat command lines containing new -T option
Mlabel prints error if label too long
Diffstat (limited to 'sysutils/mtools/PLIST')
-rw-r--r-- | sysutils/mtools/PLIST | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/mtools/PLIST b/sysutils/mtools/PLIST index 4d831cc3d63..7239362de9a 100644 --- a/sysutils/mtools/PLIST +++ b/sysutils/mtools/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2008/04/10 21:19:19 jlam Exp $ +@comment $NetBSD: PLIST,v 1.10 2011/03/09 20:25:08 asau Exp $ bin/amuFormat.sh ${PLIST.floppyd}bin/floppyd ${PLIST.floppyd}bin/floppyd_installtest @@ -25,6 +25,7 @@ bin/mmove bin/mpartition bin/mrd bin/mren +bin/mshortname bin/mshowfat bin/mtools bin/mtoolstest @@ -34,8 +35,8 @@ bin/mzip bin/tgz bin/uz info/mtools.info -${PLIST.floppyd}man/man1/floppyd.1 -${PLIST.floppyd}man/man1/floppyd_installtest.1 +man/man1/floppyd.1 +man/man1/floppyd_installtest.1 man/man1/mattrib.1 man/man1/mbadblocks.1 man/man1/mcat.1 @@ -56,6 +57,7 @@ man/man1/mmove.1 man/man1/mpartition.1 man/man1/mrd.1 man/man1/mren.1 +man/man1/mshortname.1 man/man1/mshowfat.1 man/man1/mtools.1 man/man1/mtoolstest.1 |