svn commit: r417011 - head/benchmarks/iozone

Baptiste Daroussin bapt at FreeBSD.org
Fri Jun 17 13:17:49 UTC 2016


Author: bapt
Date: Fri Jun 17 13:17:48 2016
New Revision: 417011
URL: https://svnweb.freebsd.org/changeset/ports/417011

Log:
  Use DISTVERSION instead of crafting the version to get the distname
  Prefer USES to set the extract suffix

Modified:
  head/benchmarks/iozone/Makefile

Modified: head/benchmarks/iozone/Makefile
==============================================================================
--- head/benchmarks/iozone/Makefile	Fri Jun 17 13:15:55 2016	(r417010)
+++ head/benchmarks/iozone/Makefile	Fri Jun 17 13:17:48 2016	(r417011)
@@ -2,17 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	iozone
-PORTVERSION=	3.434
+DISTVERSION=	3_434
 CATEGORIES=	benchmarks
 MASTER_SITES=	http://www.iozone.org/src/current/
-DISTNAME=	${PORTNAME}${PORTVERSION:S/./_/}
-EXTRACT_SUFX=	.tar
+DISTNAME=	${PORTNAME}${DISTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Performance Test of Sequential File I/O
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/src/current
 
+USES=		tar
 MAKEFILE=	makefile
 MAKE_ARGS=	${MAKE_ENV}
 ALL_TARGET=	freebsd


More information about the svn-ports-head mailing list