svn commit: r395185 - head/benchmarks/dbench

Julien Laffaye jlaffaye at FreeBSD.org
Mon Aug 24 20:11:04 UTC 2015


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 at 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 at FreeBSD.org
 COMMENT=	Simulation of the Ziff-Davis netbench benchmark
 
-BROKEN=		Unfetchable
 LIB_DEPENDS=	libpopt.so:${PORTSDIR}/devel/popt
 
 LICENSE=	GPLv3


More information about the svn-ports-head mailing list