Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Aug 2015 20:55:41 +0000 (UTC)
From:      Julien Laffaye <jlaffaye@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395188 - head/benchmarks/dbench
Message-ID:  <201508242055.t7OKtf4H028461@repo.freebsd.org>

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



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