Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jun 2016 13:17:48 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417011 - head/benchmarks/iozone
Message-ID:  <201606171317.u5HDHmE9008954@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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