Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Aug 2015 20:20:02 +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: r395186 - head/benchmarks/dbench
Message-ID:  <201508242020.t7OKK2RX012281@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jlaffaye
Date: Mon Aug 24 20:20:01 2015
New Revision: 395186
URL: https://svnweb.freebsd.org/changeset/ports/395186

Log:
  Commit the real fix.
  
  r395185 did not fix fetch stage
  While I'm here, move LICENSE to make portlint happy.

Modified:
  head/benchmarks/dbench/Makefile

Modified: head/benchmarks/dbench/Makefile
==============================================================================
--- head/benchmarks/dbench/Makefile	Mon Aug 24 20:11:03 2015	(r395185)
+++ head/benchmarks/dbench/Makefile	Mon Aug 24 20:20:01 2015	(r395186)
@@ -5,15 +5,16 @@ PORTNAME=	dbench
 PORTVERSION=	4.0
 PORTREVISION=	2
 CATEGORIES=	benchmarks
-MASTER_SITES=	ftp/tridge/dbench
+MASTER_SITES=	SAMBA
+MASTER_SITE_SUBDIR=	tridge/dbench
 
 MAINTAINER=	jlaffaye@FreeBSD.org
 COMMENT=	Simulation of the Ziff-Davis netbench benchmark
 
-LIB_DEPENDS=	libpopt.so:${PORTSDIR}/devel/popt
-
 LICENSE=	GPLv3
 
+LIB_DEPENDS=	libpopt.so:${PORTSDIR}/devel/popt
+
 CFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 USE_AUTOTOOLS=	autoconf



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