Date: Wed, 1 Jun 2016 16:16:22 +0000 (UTC) From: Tilman Keskinoz <arved@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416249 - in head/games/mangband: . files Message-ID: <201606011616.u51GGMJW025957@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: arved Date: Wed Jun 1 16:16:22 2016 New Revision: 416249 URL: https://svnweb.freebsd.org/changeset/ports/416249 Log: Update to 1.1.3 PR: 209825 Submitted by: maintainer Reviewed by: Vladimir Krstulja Added: head/games/mangband/files/patch-server_netserver.c (contents, props changed) head/games/mangband/files/patch-server_save.c (contents, props changed) Deleted: head/games/mangband/files/patch-client__main-sdl.c head/games/mangband/files/patch-server__netserver.c head/games/mangband/files/patch-server__save.c Modified: head/games/mangband/Makefile head/games/mangband/distinfo head/games/mangband/files/patch-config.h Modified: head/games/mangband/Makefile ============================================================================== --- head/games/mangband/Makefile Wed Jun 1 16:01:52 2016 (r416248) +++ head/games/mangband/Makefile Wed Jun 1 16:16:22 2016 (r416249) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mangband -PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTVERSION= 1.1.3 CATEGORIES= games MASTER_SITES= http://mangband.org/download/ @@ -12,7 +11,6 @@ COMMENT= Free online multiplayer real-ti LICENSE= GPLv2 -BROKEN= unfetchable ALL_TARGET= mangclient mangband WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= yes Modified: head/games/mangband/distinfo ============================================================================== --- head/games/mangband/distinfo Wed Jun 1 16:01:52 2016 (r416248) +++ head/games/mangband/distinfo Wed Jun 1 16:16:22 2016 (r416249) @@ -1,2 +1,2 @@ -SHA256 (mangband-1.1.2.tar.gz) = 648d079417edda959302b2d77f169977b5c3a00ad58c2268dd6f9c1f6fbc2b49 -SIZE (mangband-1.1.2.tar.gz) = 1485354 +SHA256 (mangband-1.1.3.tar.gz) = d4917c51fc84a0626db1b09f6cf8b0ebc4522dd8ab34334e56fba8275ede9069 +SIZE (mangband-1.1.3.tar.gz) = 1497078 Modified: head/games/mangband/files/patch-config.h ============================================================================== --- head/games/mangband/files/patch-config.h Wed Jun 1 16:01:52 2016 (r416248) +++ head/games/mangband/files/patch-config.h Wed Jun 1 16:16:22 2016 (r416249) @@ -1,5 +1,5 @@ ---- ./config.h.orig 2014-08-05 15:15:31.000000000 +0200 -+++ ./config.h 2014-08-05 15:17:19.486687132 +0200 +--- config.h.orig 2016-05-31 18:04:39 UTC ++++ config.h @@ -137,7 +137,7 @@ /* * OPTION: Use the POSIX "termios" methods in "main-gcu.c" Added: head/games/mangband/files/patch-server_netserver.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/mangband/files/patch-server_netserver.c Wed Jun 1 16:16:22 2016 (r416249) @@ -0,0 +1,11 @@ +--- server/netserver.c.orig 2016-05-31 18:04:59 UTC ++++ server/netserver.c +@@ -97,7 +97,7 @@ static int (*playing_receive[256])(int + (*drain_receive[256])(int ind); + int login_in_progress; + static int num_logins, num_logouts; +-static long Id; ++long Id; + int NumPlayers; + + int MetaSocket = -1; Added: head/games/mangband/files/patch-server_save.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/mangband/files/patch-server_save.c Wed Jun 1 16:16:22 2016 (r416249) @@ -0,0 +1,11 @@ +--- server/save.c.orig 2016-05-31 18:05:21 UTC ++++ server/save.c +@@ -941,7 +941,7 @@ bool save_player(int Ind) + #ifdef VERIFY_SAVEFILE + + /* Lock on savefile */ +- strcpy(temp, savefile); ++ strcpy(temp, p_ptr->savefile); + strcat(temp, ".lok"); + + /* Remove lock file */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606011616.u51GGMJW025957>