Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Apr 2014 21:38:28 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352703 - head/games/crafty
Message-ID:  <201404302138.s3ULcSj4065450@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404302138.s3ULcSj4065450>