diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-04-30 21:38:27 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-04-30 21:38:27 +0000 |
commit | e5478b60ac46fc050506ebe2097016af07be0269 (patch) | |
tree | 27cfa52f593123e997471747f82dd91d8316ecd4 /games/crafty | |
parent | 7fe3ed40fc2b946eb46bb59ad801641af1ca3625 (diff) | |
download | ports-e5478b60ac46fc050506ebe2097016af07be0269.tar.gz ports-e5478b60ac46fc050506ebe2097016af07be0269.zip |
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
Notes
Notes:
svn path=/head/; revision=352703
Diffstat (limited to 'games/crafty')
-rw-r--r-- | games/crafty/Makefile | 1 | ||||
-rw-r--r-- | games/crafty/distinfo | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile index 263a6b8e29f0..fe9798ba03e0 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -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 diff --git a/games/crafty/distinfo b/games/crafty/distinfo index 905f02e18fd1..fb8018cea594 100644 --- a/games/crafty/distinfo +++ b/games/crafty/distinfo @@ -14,7 +14,3 @@ SHA256 (crafty/bitmaps.tgz) = fd9279dadb5fa2d8ee77ef4245ef4d5cd51842b3029b1b3698 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 |