svn commit: r312735 - head/sysutils/fio
Bruce Cran
brucec at FreeBSD.org
Thu Feb 21 20:03:32 UTC 2013
Author: brucec (src committer)
Date: Thu Feb 21 20:03:31 2013
New Revision: 312735
URL: http://svnweb.freebsd.org/changeset/ports/312735
Log:
- Update to version 2.0.14.
- Convert Makefile header.
- Convert to optionsNG.
Modified:
head/sysutils/fio/Makefile
head/sysutils/fio/distinfo
Modified: head/sysutils/fio/Makefile
==============================================================================
--- head/sysutils/fio/Makefile Thu Feb 21 19:27:34 2013 (r312734)
+++ head/sysutils/fio/Makefile Thu Feb 21 20:03:31 2013 (r312735)
@@ -1,14 +1,8 @@
-# New ports collection makefile for: fio
-# Date created: Jan.15, 2009
-# Whom: luigi at FreeBSD.org
-#
-# Maintainers: Bruce Cran <brucec at FreeBSD.org>
-#
+# Created by: luigi at 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>
Modified: head/sysutils/fio/distinfo
==============================================================================
--- head/sysutils/fio/distinfo Thu Feb 21 19:27:34 2013 (r312734)
+++ head/sysutils/fio/distinfo Thu Feb 21 20:03:31 2013 (r312735)
@@ -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
More information about the svn-ports-head
mailing list