Date: Sat, 4 Jan 2014 00:48:30 +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: r338610 - in head/benchmarks: iozone iozone21 Message-ID: <201401040048.s040mUJ5031826@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Jan 4 00:48:30 2014 New Revision: 338610 URL: http://svnweb.freebsd.org/changeset/ports/338610 Log: Fix pkg name collision Modified: head/benchmarks/iozone/Makefile head/benchmarks/iozone21/Makefile Modified: head/benchmarks/iozone/Makefile ============================================================================== --- head/benchmarks/iozone/Makefile Sat Jan 4 00:41:44 2014 (r338609) +++ head/benchmarks/iozone/Makefile Sat Jan 4 00:48:30 2014 (r338610) @@ -11,7 +11,7 @@ EXTRACT_SUFX= .tar MAINTAINER= chifeng@gmail.com COMMENT= Performance Test of Sequential File I/O -CONFLICTS= iozone-2.* +CONFLICTS= iozone-2.* iozone21-* WRKSRC= ${WRKDIR}/${DISTNAME}/src/current Modified: head/benchmarks/iozone21/Makefile ============================================================================== --- head/benchmarks/iozone21/Makefile Sat Jan 4 00:41:44 2014 (r338609) +++ head/benchmarks/iozone21/Makefile Sat Jan 4 00:48:30 2014 (r338610) @@ -6,13 +6,13 @@ PORTVERSION= 2.01 CATEGORIES= benchmarks MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/ EXTRACT_SUFX= .shar.gz +PKGNAMESUFFIX= 21 MAINTAINER= chifeng@gmail.com COMMENT= Performance Test of Sequential File I/O (older version) CONFLICTS= iozone-3.* -LATEST_LINK= iozone21 PLIST_FILES= bin/iozone EXTRACT_CMD= ( ${GZCAT} | ${AWK} '{if (/^\#!/) x++} {if(x) print $$0'}| ${SH} )
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401040048.s040mUJ5031826>