From owner-svn-ports-head@freebsd.org Fri Jun 17 13:17:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68C26A4497E; Fri, 17 Jun 2016 13:17:49 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3548A18DE; Fri, 17 Jun 2016 13:17:49 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5HDHm6A008955; Fri, 17 Jun 2016 13:17:48 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5HDHmE9008954; Fri, 17 Jun 2016 13:17:48 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201606171317.u5HDHmE9008954@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 17 Jun 2016 13:17:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417011 - head/benchmarks/iozone X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2016 13:17:49 -0000 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