Bug 183332 - [PATCH] benchmarks/fio: Update to 2.1.3, Enable STAGE support
Summary: [PATCH] benchmarks/fio: Update to 2.1.3, Enable STAGE support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steven Kreuzer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-26 14:30 UTC by koobs
Modified: 2013-10-29 20:50 UTC (History)
1 user (show)

See Also:


Attachments
fio-2.1.3.patch (3.19 KB, patch)
2013-10-26 14:30 UTC, koobs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description koobs 2013-10-26 14:30:01 UTC
benchmarks/fio: Update to 2.1.3, Enable STAGE support

- Update to 2.1.3
- Update pkg-plist
- Enable STAGE support
- Remove LICENSE_FILE for those listed in bsd.licenses.db.mk
- pkg-descr: Tab to space in WWW

portlint: WARN: Makefile: only one MASTER_SITE configured
porttest: OK - 9-STABLE amd64
testport: OK - poudriere, all versions/archs

Port maintainer (skreuzer@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-26 14:30:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skreuzer

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-29 20:44:54 UTC
Author: skreuzer
Date: Tue Oct 29 20:44:46 2013
New Revision: 331999
URL: http://svnweb.freebsd.org/changeset/ports/331999

Log:
  - Update to 2.1.3
  - Enable STAGE support
  
  PR:		ports/183332
  Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com>

Modified:
  head/benchmarks/fio/Makefile
  head/benchmarks/fio/distinfo
  head/benchmarks/fio/pkg-descr
  head/benchmarks/fio/pkg-plist

Modified: head/benchmarks/fio/Makefile
==============================================================================
--- head/benchmarks/fio/Makefile	Tue Oct 29 20:44:19 2013	(r331998)
+++ head/benchmarks/fio/Makefile	Tue Oct 29 20:44:46 2013	(r331999)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fio
-PORTVERSION=	2.1.1
+PORTVERSION=	2.1.3
 CATEGORIES=	benchmarks
 MASTER_SITES=	http://brick.kernel.dk/snaps/
 
@@ -10,7 +10,6 @@ MAINTAINER=	skreuzer@FreeBSD.org
 COMMENT=	FIO - flexible IO tester
 
 LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		gmake
 USE_BZIP2=	yes
@@ -18,19 +17,16 @@ USE_BZIP2=	yes
 OPTIONS_DEFINE=	GNUPLOT
 GNUPLOT_DESC=	Support for plotting graphs
 
-MAN1=		fio.1 fio_generate_plots.1
-
-NO_STAGE=	yes
 .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
+	${INSTALL_PROGRAM} ${WRKSRC}/fio ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/tools/fio_generate_plots ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/fio.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
+	${INSTALL_MAN} ${WRKSRC}/tools/fio_generate_plots.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 .if ${PORT_OPTIONS:MEXAMPLES}
-	@${MKDIR} ${EXAMPLESDIR}
-	@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR})
 .endif
 
 .if ${PORT_OPTIONS:MGNUPLOT}

Modified: head/benchmarks/fio/distinfo
==============================================================================
--- head/benchmarks/fio/distinfo	Tue Oct 29 20:44:19 2013	(r331998)
+++ head/benchmarks/fio/distinfo	Tue Oct 29 20:44:46 2013	(r331999)
@@ -1,2 +1,2 @@
-SHA256 (fio-2.1.1.tar.bz2) = bbe68cb9b6d4c5ec3da4dbf22b30605358bf593702baae4566ec291ac3d8076b
-SIZE (fio-2.1.1.tar.bz2) = 316673
+SHA256 (fio-2.1.3.tar.bz2) = 89f595427c0bfb4bee89961db7af2d26cb42bdd826b103f7dca9716faef4e69c
+SIZE (fio-2.1.3.tar.bz2) = 406262

Modified: head/benchmarks/fio/pkg-descr
==============================================================================
--- head/benchmarks/fio/pkg-descr	Tue Oct 29 20:44:19 2013	(r331998)
+++ head/benchmarks/fio/pkg-descr	Tue Oct 29 20:44:46 2013	(r331999)
@@ -3,4 +3,4 @@ processes doing a particular type of I/O
 the user. Fio can be driven by a 'job file' describing the I/O
 load one wants to simulate.
 
-WWW:	http://git.kernel.dk/?p=fio.git
+WWW: http://git.kernel.dk/?p=fio.git

Modified: head/benchmarks/fio/pkg-plist
==============================================================================
--- head/benchmarks/fio/pkg-plist	Tue Oct 29 20:44:19 2013	(r331998)
+++ head/benchmarks/fio/pkg-plist	Tue Oct 29 20:44:46 2013	(r331999)
@@ -1,5 +1,7 @@
 bin/fio
 bin/fio_generate_plots
+man/man1/fio.1.gz
+man/man1/fio_generate_plots.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/1mbs_clients.fio
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/aio-read.fio
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cpuio.fio
@@ -13,6 +15,7 @@ bin/fio_generate_plots
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fusion-aw-sync.fio
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/iometer-file-access-server.fio
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/netio.fio
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/netio_multicast.fio
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/null.fio
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/numa.fio
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rdmaio-client.fio
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steven Kreuzer freebsd_committer freebsd_triage 2013-10-29 20:45:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!