From owner-svn-ports-head@freebsd.org Mon Aug 24 20:20:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FEB19C04B4; Mon, 24 Aug 2015 20:20:02 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 908C718BA; Mon, 24 Aug 2015 20:20:02 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7OKK2sf012282; Mon, 24 Aug 2015 20:20:02 GMT (envelope-from jlaffaye@FreeBSD.org) Received: (from jlaffaye@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7OKK2RX012281; Mon, 24 Aug 2015 20:20:02 GMT (envelope-from jlaffaye@FreeBSD.org) Message-Id: <201508242020.t7OKK2RX012281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jlaffaye set sender to jlaffaye@FreeBSD.org using -f From: Julien Laffaye Date: Mon, 24 Aug 2015 20:20:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395186 - head/benchmarks/dbench X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Aug 2015 20:20:02 -0000 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