1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

- Update to 2.3.5

PR:		123702
Submitted by:	Peter Thoenen <peter.thoenen@yahoo.com> (maintainer)
This commit is contained in:
Martin Wilke 2008-05-15 20:12:27 +00:00
parent 0fc0ab36ee
commit a90d561289
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213095
5 changed files with 7 additions and 28 deletions

View File

@ -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

View File

@ -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

View File

@ -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;

View File

@ -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,

View File

@ -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