Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jan 2011 21:24:56 GMT
From:      Bruce Cran <bruce@cran.org.uk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/154360: [patch] Update sysutils/fio to version 1.50.1
Message-ID:  <201101282124.p0SLOuQg023731@red.freebsd.org>
Resent-Message-ID: <201101282130.p0SLU8QG019902@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         154360
>Category:       ports
>Synopsis:       [patch] Update sysutils/fio to version 1.50.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 28 21:30:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Bruce Cran
>Release:        9.0-CURRENT
>Organization:
>Environment:
N/A
>Description:
fio 1.50 has been released. The attached patch updates sysutils/fio to 1.50.1.

I'd prefer to wait until updating to a version newer than 1.50.1 because the build system was reverted to Makefile[.FreeBSD,.NetBSD etc.] in 1.50.2.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

? diff
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/fio/Makefile,v
retrieving revision 1.6
diff -U 3 -r1.6 Makefile
--- Makefile	26 Jan 2011 12:00:36 -0000	1.6
+++ Makefile	28 Jan 2011 21:21:30 -0000
@@ -8,16 +8,15 @@
 #
 
 PORTNAME=	fio
-PORTVERSION=	1.44.3
+PORTVERSION=	1.50.1
 CATEGORIES=	sysutils benchmarks
 MASTER_SITES=	http://brick.kernel.dk/snaps/
 
 MAINTAINER=	luigi@FreeBSD.org
-COMMENT=	The program fio - flexible IO tester
+COMMENT=	FIO - flexible IO tester
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-MAKEFILE=	Makefile.FreeBSD
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/sysutils/fio/distinfo,v
retrieving revision 1.5
diff -U 3 -r1.5 distinfo
--- distinfo	26 Jan 2011 12:00:36 -0000	1.5
+++ distinfo	28 Jan 2011 21:21:30 -0000
@@ -1,2 +1,2 @@
-SHA256 (fio-1.44.3.tar.bz2) = 740f9e91de9e0c5c96cb791b4426bc3d7fd2fc600aa503209c04089f02d62ae1
-SIZE (fio-1.44.3.tar.bz2) = 161797
+SHA256 (fio-1.50.1.tar.bz2) = 714211756a03038f317b0b089cf0f08953f63db88346e61116a0d1112d0055d6
+SIZE (fio-1.50.1.tar.bz2) = 341297
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/sysutils/fio/pkg-descr,v
retrieving revision 1.1
diff -U 3 -r1.1 pkg-descr
--- pkg-descr	14 Feb 2009 19:32:30 -0000	1.1
+++ pkg-descr	28 Jan 2011 21:21:30 -0000
@@ -3,4 +3,4 @@
 the user. Fio can be driven by a 'job file' describing the I/O
 load one wants to simulate.
 
-WWW:	http://git.kernel.dk/
+WWW:	http://git.kernel.dk/?p=fio.git


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101282124.p0SLOuQg023731>