From owner-svn-ports-all@FreeBSD.ORG Wed Apr 30 21:38:28 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A00D67C5; Wed, 30 Apr 2014 21:38:28 +0000 (UTC) Received: from svn.freebsd.org (svn.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 8DA7F19AB; Wed, 30 Apr 2014 21:38:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3ULcSdD065452; Wed, 30 Apr 2014 21:38:28 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3ULcSj4065450; Wed, 30 Apr 2014 21:38:28 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201404302138.s3ULcSj4065450@svn.freebsd.org> From: Antoine Brodin Date: Wed, 30 Apr 2014 21:38:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352703 - head/games/crafty 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.17 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: Wed, 30 Apr 2014 21:38:28 -0000 Author: antoine Date: Wed Apr 30 21:38:27 2014 New Revision: 352703 URL: http://svnweb.freebsd.org/changeset/ports/352703 QAT: https://qat.redports.org/buildarchive/r352703/ Log: Fix fetch: some distfiles were put twice in the distinfo which caused the size to be put twice in the fetch command which failed With hat: portmgr Modified: head/games/crafty/Makefile head/games/crafty/distinfo Modified: head/games/crafty/Makefile ============================================================================== --- head/games/crafty/Makefile Wed Apr 30 21:32:28 2014 (r352702) +++ head/games/crafty/Makefile Wed Apr 30 21:38:27 2014 (r352703) @@ -61,7 +61,6 @@ DISTFILES+= ${UTILS:S/$/:utils/} .if ${PORT_OPTIONS:MBOOK} BOOKS+= book.bin -DISTFILES+= ${BOOKS:S/$/:books/} PKGNAMESUFFIX= -open-default CONFLICTS+= crafty-open-enormous-* crafty-open-large-* crafty-open-medium-* .endif Modified: head/games/crafty/distinfo ============================================================================== --- head/games/crafty/distinfo Wed Apr 30 21:32:28 2014 (r352702) +++ head/games/crafty/distinfo Wed Apr 30 21:38:27 2014 (r352703) @@ -14,7 +14,3 @@ SHA256 (crafty/bitmaps.tgz) = fd9279dadb SIZE (crafty/bitmaps.tgz) = 27317 SHA256 (crafty/sound.zip) = a9cd8f9c4ebfb41a8a57056da2256c8c88d5fa21c3865f2aeea5bbe8cd2b4e24 SIZE (crafty/sound.zip) = 737470 -SHA256 (crafty/books.bin) = c81be5033aeb43decfa82604eebf7f16026131e9aedd7d1f0aa1b5e19863a744 -SIZE (crafty/books.bin) = 132252 -SHA256 (crafty/book.bin) = 67a41dda9a477912b570cc5583fe5fac4f93fb2dba9db436f77f5f95217279b2 -SIZE (crafty/book.bin) = 1697508