diff options
author | brucec <brucec@FreeBSD.org> | 2012-06-12 01:53:51 +0800 |
---|---|---|
committer | brucec <brucec@FreeBSD.org> | 2012-06-12 01:53:51 +0800 |
commit | f827ec62a9df0cf323d99b22c2811cfe97940767 (patch) | |
tree | 3aec85b39a5f053c0f200d66259a07c25d8f6041 /sysutils/fio/Makefile | |
parent | 942ceb2e10045a6f5a33429b16b896da33bc8fd2 (diff) | |
download | freebsd-ports-gnome-f827ec62a9df0cf323d99b22c2811cfe97940767.tar.gz freebsd-ports-gnome-f827ec62a9df0cf323d99b22c2811cfe97940767.tar.zst freebsd-ports-gnome-f827ec62a9df0cf323d99b22c2811cfe97940767.zip |
Update to version 2.0.8.
o Define SIGUSR1 to inform fio to dump run stats while continuing to run
o Make fio include the git version in the version output
o Fix for crash with more than ~500 jobs
o Add create_only option
o Fix terse bandwidth (off by 1.024)
o eta: ETA bandwidth was off by 1.024
Diffstat (limited to 'sysutils/fio/Makefile')
-rw-r--r-- | sysutils/fio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fio/Makefile b/sysutils/fio/Makefile index efc68007e6fe..998609ed812c 100644 --- a/sysutils/fio/Makefile +++ b/sysutils/fio/Makefile @@ -8,7 +8,7 @@ # PORTNAME= fio -PORTVERSION= 2.0.7 +PORTVERSION= 2.0.8 CATEGORIES= sysutils benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ |