svn commit: r395188 - head/benchmarks/dbench
Julien Laffaye
jlaffaye at FreeBSD.org
Mon Aug 24 20:55:41 UTC 2015
Author: jlaffaye
Date: Mon Aug 24 20:55:40 2015
New Revision: 395188
URL: https://svnweb.freebsd.org/changeset/ports/395188
Log:
- Remove useless use of MASTER_SITE_SUBDIR [1]
- Convert from USE_AUTOTOOLS to USES=autoreconf [2]
- Convert WWW's pkg-descr line from tab to single space
Suggested by: bapt [1], [2]
Modified:
head/benchmarks/dbench/Makefile
head/benchmarks/dbench/pkg-descr
Modified: head/benchmarks/dbench/Makefile
==============================================================================
--- head/benchmarks/dbench/Makefile Mon Aug 24 20:29:31 2015 (r395187)
+++ head/benchmarks/dbench/Makefile Mon Aug 24 20:55:40 2015 (r395188)
@@ -5,8 +5,7 @@ PORTNAME= dbench
PORTVERSION= 4.0
PORTREVISION= 2
CATEGORIES= benchmarks
-MASTER_SITES= SAMBA
-MASTER_SITE_SUBDIR= tridge/dbench
+MASTER_SITES= SAMBA/tridge/dbench
MAINTAINER= jlaffaye at FreeBSD.org
COMMENT= Simulation of the Ziff-Davis netbench benchmark
@@ -17,7 +16,7 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/deve
CFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
-USE_AUTOTOOLS= autoconf
+USES= autoreconf
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--datadir=${DATADIR}
Modified: head/benchmarks/dbench/pkg-descr
==============================================================================
--- head/benchmarks/dbench/pkg-descr Mon Aug 24 20:29:31 2015 (r395187)
+++ head/benchmarks/dbench/pkg-descr Mon Aug 24 20:55:40 2015 (r395188)
@@ -3,4 +3,4 @@ of the commercial Netbench benchmark, bu
load generators to run. It is now considered a de-facto standard for generating
load on the Linux VFS.
-WWW: http://dbench.samba.org/
+WWW: http://dbench.samba.org/
More information about the svn-ports-all
mailing list