svn commit: r338610 - in head/benchmarks: iozone iozone21

Baptiste Daroussin bapt at FreeBSD.org
Sat Jan 4 00:48:31 UTC 2014


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 at 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 at 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} )


More information about the svn-ports-all mailing list