From owner-svn-ports-all@FreeBSD.ORG Thu Feb 21 20:03:32 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BAD96A56; Thu, 21 Feb 2013 20:03:32 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 92A977BF; Thu, 21 Feb 2013 20:03:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1LK3WKZ052581; Thu, 21 Feb 2013 20:03:32 GMT (envelope-from brucec@svn.freebsd.org) Received: (from brucec@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1LK3WaN052578; Thu, 21 Feb 2013 20:03:32 GMT (envelope-from brucec@svn.freebsd.org) Message-Id: <201302212003.r1LK3WaN052578@svn.freebsd.org> From: Bruce Cran Date: Thu, 21 Feb 2013 20:03:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312735 - head/sysutils/fio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2013 20:03:32 -0000 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@FreeBSD.org -# -# Maintainers: Bruce Cran -# +# 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 + 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 - -.if defined(WITH_GNUPLOT) +.if ${PORT_OPTIONS:MGNUPLOT} BUILD_DEPENDS+= ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot .endif -.include +.include 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