diff options
author | antoine <antoine@FreeBSD.org> | 2014-05-01 05:38:27 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-05-01 05:38:27 +0800 |
commit | b160b456ff9448c59fffa962b90fd9afa6b5dd6c (patch) | |
tree | 27cfa52f593123e997471747f82dd91d8316ecd4 /games/crafty | |
parent | e9f75e4272eba26fd0301525faeaf9082d4010da (diff) | |
download | freebsd-ports-gnome-b160b456ff9448c59fffa962b90fd9afa6b5dd6c.tar.gz freebsd-ports-gnome-b160b456ff9448c59fffa962b90fd9afa6b5dd6c.tar.zst freebsd-ports-gnome-b160b456ff9448c59fffa962b90fd9afa6b5dd6c.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
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 |