From owner-svn-ports-all@FreeBSD.ORG Sat May 4 21:24:23 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 988A4B6; Sat, 4 May 2013 21:24:23 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8B2BBFFA; Sat, 4 May 2013 21:24:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r44LONFG052040; Sat, 4 May 2013 21:24:23 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r44LONYV052039; Sat, 4 May 2013 21:24:23 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201305042124.r44LONYV052039@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 4 May 2013 21:24:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317354 - head/databases/tuning-primer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 May 2013 21:24:23 -0000 Author: bapt Date: Sat May 4 21:24:23 2013 New Revision: 317354 URL: http://svnweb.freebsd.org/changeset/ports/317354 Log: Mark as broken: does not fetch Modified: head/databases/tuning-primer/Makefile Modified: head/databases/tuning-primer/Makefile ============================================================================== --- head/databases/tuning-primer/Makefile Sat May 4 21:21:32 2013 (r317353) +++ head/databases/tuning-primer/Makefile Sat May 4 21:24:23 2013 (r317354) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tuning-primer -# Date created: 2009-11-18 -# Whom: Joe Horn -# +# Created by: Joe Horn # $FreeBSD$ -# PORTNAME= tuning-primer PORTVERSION= 1.6.r1 @@ -18,6 +14,7 @@ COMMENT= MySQL performance tuning primer LICENSE= GPLv2 +BROKEN= Does not fetch FETCH_ARGS= -pRr NO_BUILD= yes USE_MYSQL= yes