diff options
author | brucec <brucec@FreeBSD.org> | 2013-02-22 04:03:31 +0800 |
---|---|---|
committer | brucec <brucec@FreeBSD.org> | 2013-02-22 04:03:31 +0800 |
commit | 33cbd56c234d8f403e31e2ea77951648972cdc41 (patch) | |
tree | a53088f3bdc402249329bb88afd1ff3aa296f3df /sysutils | |
parent | 1d50bc7a46f2cc49a211157e6b3817eda0c993f8 (diff) | |
download | freebsd-ports-gnome-33cbd56c234d8f403e31e2ea77951648972cdc41.tar.gz freebsd-ports-gnome-33cbd56c234d8f403e31e2ea77951648972cdc41.tar.zst freebsd-ports-gnome-33cbd56c234d8f403e31e2ea77951648972cdc41.zip |
- Update to version 2.0.14.
- Convert Makefile header.
- Convert to optionsNG.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fio/Makefile | 23 | ||||
-rw-r--r-- | sysutils/fio/distinfo | 4 |
2 files changed, 11 insertions, 16 deletions
diff --git a/sysutils/fio/Makefile b/sysutils/fio/Makefile index afc196de1afb..6e92348034f1 100644 --- a/sysutils/fio/Makefile +++ b/sysutils/fio/Makefile @@ -1,14 +1,8 @@ -# New ports collection makefile for: fio -# Date created: Jan.15, 2009 -# Whom: luigi@FreeBSD.org -# -# Maintainers: Bruce Cran <brucec@FreeBSD.org> -# +# Created by: luigi@FreeBSD.org # $FreeBSD$ -# PORTNAME= fio -PORTVERSION= 2.0.13 +PORTVERSION= 2.0.14 CATEGORIES= sysutils benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ @@ -21,24 +15,25 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes USE_GMAKE= yes -OPTIONS= GNUPLOT "Support for plotting graphs" off +OPTIONS_DEFINE= GNUPLOT +GNUPLOT_DESC= Support for plotting graphs MAN1= fio.1 fio_generate_plots.1 +.include <bsd.port.options.mk> + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fio ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/fio_generate_plots ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/fio.1 ${MAN1PREFIX}/man/man1/ ${INSTALL_MAN} ${WRKSRC}/fio_generate_plots.1 ${MAN1PREFIX}/man/man1 -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) .endif -.include <bsd.port.pre.mk> - -.if defined(WITH_GNUPLOT) +.if ${PORT_OPTIONS:MGNUPLOT} BUILD_DEPENDS+= ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/fio/distinfo b/sysutils/fio/distinfo index 127fc941f7f8..876017d52eec 100644 --- a/sysutils/fio/distinfo +++ b/sysutils/fio/distinfo @@ -1,2 +1,2 @@ -SHA256 (fio-2.0.13.tar.bz2) = c4ba9aceda6b3fd2335e8579ee653a3d94735e143de498e61f4168c413de809a -SIZE (fio-2.0.13.tar.bz2) = 244540 +SHA256 (fio-2.0.14.tar.bz2) = 4bf01f1d2baf6d4fa905e5489e446e85e01979c427b2c38e2915e039248044e5 +SIZE (fio-2.0.14.tar.bz2) = 253574 |