From owner-svn-ports-all@FreeBSD.ORG Sat May 4 21:20:18 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 40BC8DE9; Sat, 4 May 2013 21:20:18 +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 33724FC2; Sat, 4 May 2013 21:20:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r44LKINl051024; Sat, 4 May 2013 21:20:18 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r44LKIBA051023; Sat, 4 May 2013 21:20:18 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201305042120.r44LKIBA051023@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 4 May 2013 21:20:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317352 - head/games/crafty-open-enormous 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:20:18 -0000 Author: bapt Date: Sat May 4 21:20:17 2013 New Revision: 317352 URL: http://svnweb.freebsd.org/changeset/ports/317352 Log: Mark as broken: does not fetch Modified: head/games/crafty-open-enormous/Makefile Modified: head/games/crafty-open-enormous/Makefile ============================================================================== --- head/games/crafty-open-enormous/Makefile Sat May 4 21:16:56 2013 (r317351) +++ head/games/crafty-open-enormous/Makefile Sat May 4 21:20:17 2013 (r317352) @@ -1,9 +1,5 @@ -# New ports collection makefile for: crafty-open-enormous -# Date created: 9 Sep 2007 -# Whom: Jonathan Shoemaker -# +# Created by: Jonathan Shoemaker # $FreeBSD$ -# PORTNAME= crafty-open-enormous PORTVERSION= 20070924 @@ -20,6 +16,8 @@ COMMENT= The enormous opening book (abou BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty +BROKEN= Does not fetch + DIST_SUBDIR= crafty USE_ZIP= yes NO_WRKSUBDIR= yes