Hi ports --

Attached is a trivial update to benchmarks/iozone, bringing it to its latest version.
Spins my disks happily on amd64.

Take maintainer.

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/benchmarks/iozone/Makefile,v
retrieving revision 1.47
diff -u -p -u -p -r1.47 Makefile
--- Makefile	31 Oct 2015 11:06:37 -0000	1.47
+++ Makefile	9 Jun 2017 15:24:16 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=	performance test of sequential file I/O
 
-V =		3.434
+V =		3.465
 DISTNAME=	iozone${V:S/./_/}
 PKGNAME=	iozone-$V
 CATEGORIES=	benchmarks
@@ -10,6 +10,7 @@ MASTER_SITES=	http://www.iozone.org/src/
 EXTRACT_SUFX=	.tar
 
 HOMEPAGE=	http://www.iozone.org/
+MAINTAINER=	Brian Callahan <bcal...@devio.us>
 
 PERMIT_PACKAGE_CDROM=	incomplete/bad license
 PERMIT_PACKAGE_FTP=	incomplete/bad license
Index: distinfo
===================================================================
RCS file: /cvs/ports/benchmarks/iozone/distinfo,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 distinfo
--- distinfo	31 Oct 2015 11:06:37 -0000	1.11
+++ distinfo	9 Jun 2017 15:24:16 -0000
@@ -1,2 +1,2 @@
-SHA256 (iozone3_434.tar) = LDiNnbOTpVBbMeyjiVGIN0TGl0X2h/PH31GFtGgdRio=
-SIZE (iozone3_434.tar) = 1843200
+SHA256 (iozone3_465.tar) = Lj1ykW59c0CnxQX8DD0oVT/MX/La9B2BE2jlW9TmopM=
+SIZE (iozone3_465.tar) = 1843200
Index: patches/patch-src_current_makefile
===================================================================
RCS file: /cvs/ports/benchmarks/iozone/patches/patch-src_current_makefile,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 patch-src_current_makefile
--- patches/patch-src_current_makefile	22 Nov 2014 12:21:43 -0000	1.2
+++ patches/patch-src_current_makefile	9 Jun 2017 15:24:16 -0000
@@ -1,7 +1,8 @@
 $OpenBSD: patch-src_current_makefile,v 1.2 2014/11/22 12:21:43 sthen Exp $
---- src/current/makefile.orig	Mon Aug 11 20:39:14 2014
-+++ src/current/makefile	Sat Nov 22 12:11:25 2014
-@@ -525,7 +525,7 @@ openbsd:	iozone_openbsd.o libbif.o fileop_openbsd.o pi
+Index: src/current/makefile
+--- src/current/makefile.orig
++++ src/current/makefile
+@@ -533,7 +533,7 @@ openbsd:	iozone_openbsd.o libbif.o fileop_openbsd.o pi
  #
  
  openbsd-threads:	iozone_openbsd-threads.o libbif.o
@@ -10,7 +11,7 @@ $OpenBSD: patch-src_current_makefile,v 1
  		libbif.o -o iozone
  
  #
-@@ -1382,10 +1382,10 @@ iozone_openbsd-threads.o:	iozone.c libbif.c
+@@ -1427,10 +1427,10 @@ iozone_openbsd-threads.o:	iozone.c libbif.c
  	@echo ""
  	@echo "Build iozone for OpenBSD with threads"
  	@echo ""

Reply via email to