svn commit: r495346 - head/benchmarks/fio

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Mar 11 11:00:13 UTC 2019


Author: 0mp
Date: Mon Mar 11 11:00:12 2019
New Revision: 495346
URL: https://svnweb.freebsd.org/changeset/ports/495346

Log:
  benchmarks/fio: Standardize COMMENT, set LICENSE_FILE
  
  Reviewed by:	bapt, krion
  Approved by:	bapt (maintainer), krion (mentor)
  Differential Revision:	https://reviews.freebsd.org/D19537

Modified:
  head/benchmarks/fio/Makefile

Modified: head/benchmarks/fio/Makefile
==============================================================================
--- head/benchmarks/fio/Makefile	Mon Mar 11 10:49:18 2019	(r495345)
+++ head/benchmarks/fio/Makefile	Mon Mar 11 11:00:12 2019	(r495346)
@@ -7,9 +7,10 @@ CATEGORIES=	benchmarks
 MASTER_SITES=	http://brick.kernel.dk/snaps/
 
 MAINTAINER=	bapt at FreeBSD.org
-COMMENT=	FIO - flexible IO tester
+COMMENT=	Flexible IO tester
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		gmake tar:bzip2
 


More information about the svn-ports-all mailing list