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

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

Log:
  Unbreak by updating MASTER_SITE_SUBDIR
  
  PR:		199824
  Submitted by:	lacey.leanne@gmail.com

Modified:
  head/benchmarks/dbench/Makefile

Modified: head/benchmarks/dbench/Makefile
==============================================================================
--- head/benchmarks/dbench/Makefile	Mon Aug 24 19:10:08 2015	(r395184)
+++ head/benchmarks/dbench/Makefile	Mon Aug 24 20:11:03 2015	(r395185)
@@ -5,12 +5,11 @@ PORTNAME=	dbench
 PORTVERSION=	4.0
 PORTREVISION=	2
 CATEGORIES=	benchmarks
-MASTER_SITES=	SAMBA/../../ftp/tridge/dbench
+MASTER_SITES=	ftp/tridge/dbench
 
 MAINTAINER=	jlaffaye@FreeBSD.org
 COMMENT=	Simulation of the Ziff-Davis netbench benchmark
 
-BROKEN=		Unfetchable
 LIB_DEPENDS=	libpopt.so:${PORTSDIR}/devel/popt
 
 LICENSE=	GPLv3



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