diff options
author | pav <pav@FreeBSD.org> | 2010-11-23 21:15:38 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-11-23 21:15:38 +0800 |
commit | 740bd19cd911b9733368816fc3eb261bf73a586d (patch) | |
tree | c2060f52bfe80d1d56212ba7a682b77fe5538e2d /sysutils | |
parent | 3e371aab2784f0552fc1e382da8bb65db6cbba58 (diff) | |
download | freebsd-ports-gnome-740bd19cd911b9733368816fc3eb261bf73a586d.tar.gz freebsd-ports-gnome-740bd19cd911b9733368816fc3eb261bf73a586d.tar.zst freebsd-ports-gnome-740bd19cd911b9733368816fc3eb261bf73a586d.zip |
- Update to 1.44.2
- Add options for gnuplot
PR: ports/152046
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: maintainer timeout (luigi; 15 days)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fio/Makefile | 11 | ||||
-rw-r--r-- | sysutils/fio/distinfo | 5 |
2 files changed, 12 insertions, 4 deletions
diff --git a/sysutils/fio/Makefile b/sysutils/fio/Makefile index 6dec8ce59f3b..e938679010e6 100644 --- a/sysutils/fio/Makefile +++ b/sysutils/fio/Makefile @@ -8,15 +8,20 @@ # PORTNAME= fio -PORTVERSION= 1.44.1 +PORTVERSION= 1.44.2 CATEGORIES= sysutils MASTER_SITES= http://brick.kernel.dk/snaps/ MAINTAINER= luigi@FreeBSD.org COMMENT= The program fio - flexible IO tester +USE_BZIP2= yes USE_GMAKE= yes MAKEFILE= Makefile.FreeBSD +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +OPTIONS= GNUPLOT "Support for plotting graphs" off MAN1= fio.1 fio_generate_plots.1 PLIST_FILES= bin/fio bin/fio_generate_plots @@ -29,6 +34,10 @@ do-install: .include <bsd.port.pre.mk> +.if defined(WITH_GNUPLOT) +RUN_DEPENDS+= ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot +.endif + .if ${OSVERSION} < 700000 .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64-6 diff --git a/sysutils/fio/distinfo b/sysutils/fio/distinfo index a6940e63a7b5..624051c25b29 100644 --- a/sysutils/fio/distinfo +++ b/sysutils/fio/distinfo @@ -1,3 +1,2 @@ -MD5 (fio-1.44.1.tar.gz) = 88024867de9c439b9acc300e19deffae -SHA256 (fio-1.44.1.tar.gz) = d0393f3ab98fcd8c3f23c9433a80c69731040e0ddecb3058bd5e2576223baff1 -SIZE (fio-1.44.1.tar.gz) = 204213 +SHA256 (fio-1.44.2.tar.bz2) = d89c47d0e4f105a733c1ea18789aa3a31b6d6a75f809671f9ee74de2738b9e99 +SIZE (fio-1.44.2.tar.bz2) = 161319 |