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 | |
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')
-rw-r--r-- | sysutils/fio/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fio/distinfo | 4 |
2 files changed, 3 insertions, 3 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/ diff --git a/sysutils/fio/distinfo b/sysutils/fio/distinfo index 502989ebb681..288e4e5e9bb0 100644 --- a/sysutils/fio/distinfo +++ b/sysutils/fio/distinfo @@ -1,2 +1,2 @@ -SHA256 (fio-2.0.7.tar.bz2) = 2383ead42ec32bd91e35e23daef814825375fcc2531c9b70804b109fe366ca15 -SIZE (fio-2.0.7.tar.bz2) = 215458 +SHA256 (fio-2.0.8.tar.bz2) = 584724a98cbed7364a550c9106c88d1ae3833b3edffda46ed5fcbb90fffb672a +SIZE (fio-2.0.8.tar.bz2) = 216417 |