diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-05-15 20:12:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-05-15 20:12:27 +0000 |
commit | a90d5612899bb8550a99305bdbe0ae7736ee6f5e (patch) | |
tree | 93cdc5ffd6b6bbb8ed0edea0e498e4c325162a46 /games/tome | |
parent | 0fc0ab36eea43ad6e55b0a8189c628a1bcad3395 (diff) | |
download | ports-a90d5612899bb8550a99305bdbe0ae7736ee6f5e.tar.gz ports-a90d5612899bb8550a99305bdbe0ae7736ee6f5e.zip |
Notes
Diffstat (limited to 'games/tome')
-rw-r--r-- | games/tome/Makefile | 5 | ||||
-rw-r--r-- | games/tome/distinfo | 6 | ||||
-rw-r--r-- | games/tome/files/patch-main-gcu-c | 11 | ||||
-rw-r--r-- | games/tome/files/patch-skills-c | 11 | ||||
-rw-r--r-- | games/tome/pkg-plist | 2 |
5 files changed, 7 insertions, 28 deletions
diff --git a/games/tome/Makefile b/games/tome/Makefile index 9ee6adc8e470..3e0170b52e8b 100644 --- a/games/tome/Makefile +++ b/games/tome/Makefile @@ -6,11 +6,10 @@ # PORTNAME= tome -PORTVERSION= 2.3.4 -PORTREVISION= 2 +PORTVERSION= 2.3.5 CATEGORIES= games MASTER_SITES= http://t-o-m-e.net/dl/src/ -DISTNAME= tome-234-src +DISTNAME= tome-235-src MAINTAINER= peter.thoenen@yahoo.com COMMENT= Roguelike dungeon exploration game based on JRR Tolkien's works diff --git a/games/tome/distinfo b/games/tome/distinfo index 289f30d144ae..091e42c7da91 100644 --- a/games/tome/distinfo +++ b/games/tome/distinfo @@ -1,3 +1,3 @@ -MD5 (tome-234-src.tar.bz2) = a97dc78e8964987adc6c0a796b560a14 -SHA256 (tome-234-src.tar.bz2) = ed119f4dfbb0ba984092cd6fddf5dcb5dc2c12a66d57be791182b8274c4f463b -SIZE (tome-234-src.tar.bz2) = 2909120 +MD5 (tome-235-src.tar.bz2) = 751ea71973413d3b54644cf86b20758f +SHA256 (tome-235-src.tar.bz2) = 8844b0b889bac3943ea2f4d4d43b38e2d91d242a93028e9e07403aaab46d691b +SIZE (tome-235-src.tar.bz2) = 2951227 diff --git a/games/tome/files/patch-main-gcu-c b/games/tome/files/patch-main-gcu-c deleted file mode 100644 index c29ae3dd6e7f..000000000000 --- a/games/tome/files/patch-main-gcu-c +++ /dev/null @@ -1,11 +0,0 @@ ---- main-gcu.c.orig Mon Apr 3 17:33:49 2006 -+++ main-gcu.c Mon Apr 3 17:33:55 2006 -@@ -811,7 +811,7 @@ - if (!directory) - return 1; - -- while (entry = readdir(directory)) -+ while ((entry = readdir(directory))) - { - char file[PATH_MAX + NAME_MAX + 2]; - struct stat filedata; diff --git a/games/tome/files/patch-skills-c b/games/tome/files/patch-skills-c deleted file mode 100644 index 2061ddac3caa..000000000000 --- a/games/tome/files/patch-skills-c +++ /dev/null @@ -1,11 +0,0 @@ ---- skills.c.orig Mon Apr 3 17:41:37 2006 -+++ skills.c Mon Apr 3 17:41:44 2006 -@@ -257,7 +257,7 @@ - strcat(buf, format(" - %s", s_info[i].name + s_name)); - } - -- fprintf(fff, "%-49s%s%02ld.%03ld [%01d.%03d]", -+ fprintf(fff, "%-49s%s%02ld.%03ld [%01ld.%03ld]", - buf, s_info[i].value < 0 ? "-" : " ", - ABS(s_info[i].value) / SKILL_STEP, - ABS(s_info[i].value) % SKILL_STEP, diff --git a/games/tome/pkg-plist b/games/tome/pkg-plist index c4019f123709..04342fb6e82c 100644 --- a/games/tome/pkg-plist +++ b/games/tome/pkg-plist @@ -1,6 +1,7 @@ bin/tome %%DATADIR%%/apex/.cvsignore %%DATADIR%%/apex/delete.me +%%DATADIR%%/apex/scores.raw %%DATADIR%%/bone/bone001.012 %%DATADIR%%/bone/bone004.001 %%DATADIR%%/bone/bone004.002 @@ -454,6 +455,7 @@ bin/tome @dirrm %%DATADIR%%/scpt @dirrm %%DATADIR%%/save @dirrm %%DATADIR%%/pref +@dirrm %%DATADIR%%/plot @dirrm %%DATADIR%%/patch @dirrm %%DATADIR%%/note @dirrm %%DATADIR%%/mods |