Date: Thu, 15 May 2008 13:35:19 GMT From: Peter Thoenen <peter.thoenen@yahoo.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/123702: [maintainer update] net/tome Message-ID: <200805151335.m4FDZJp8042928@www.freebsd.org> Resent-Message-ID: <200805151340.m4FDe1Ki074043@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 123702 >Category: ports >Synopsis: [maintainer update] net/tome >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu May 15 13:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Peter Thoenen >Release: 7.0-RELEASE >Organization: N/A >Environment: FreeBSD ssvmfbsd.securestate.org 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update to latest release >How-To-Repeat: N/A >Fix: N/A Patch attached with submission follows: diff -ruN tome.orig/Makefile tome/Makefile --- tome.orig/Makefile 2008-05-15 09:12:04.000000000 -0400 +++ tome/Makefile 2008-05-15 09:12:27.000000000 -0400 @@ -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 -ruN tome.orig/distinfo tome/distinfo --- tome.orig/distinfo 2008-05-15 09:12:04.000000000 -0400 +++ tome/distinfo 2008-05-15 09:12:50.000000000 -0400 @@ -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 -ruN tome.orig/files/patch-main-gcu-c tome/files/patch-main-gcu-c --- tome.orig/files/patch-main-gcu-c 2008-05-15 09:12:04.000000000 -0400 +++ tome/files/patch-main-gcu-c 1969-12-31 19:00:00.000000000 -0500 @@ -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 -ruN tome.orig/files/patch-skills-c tome/files/patch-skills-c --- tome.orig/files/patch-skills-c 2008-05-15 09:12:04.000000000 -0400 +++ tome/files/patch-skills-c 1969-12-31 19:00:00.000000000 -0500 @@ -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, >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805151335.m4FDZJp8042928>