From owner-svn-ports-all@freebsd.org Sat Nov 12 21:37:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4966EC3E00C; Sat, 12 Nov 2016 21:37:28 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3766136D; Sat, 12 Nov 2016 21:37:27 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACLbRb3030983; Sat, 12 Nov 2016 21:37:27 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACLbQjB030980; Sat, 12 Nov 2016 21:37:26 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201611122137.uACLbQjB030980@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 12 Nov 2016 21:37:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425995 - in head/games/tome4: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Nov 2016 21:37:28 -0000 Author: matthew Date: Sat Nov 12 21:37:26 2016 New Revision: 425995 URL: https://svnweb.freebsd.org/changeset/ports/425995 Log: Update to 1.4.9 PR: 213771 Submitted by: lifanov@mail.lifanov.com (maintainer) Added: head/games/tome4/files/patch-src_physfs.c (contents, props changed) Modified: head/games/tome4/Makefile head/games/tome4/distinfo Modified: head/games/tome4/Makefile ============================================================================== --- head/games/tome4/Makefile Sat Nov 12 21:22:47 2016 (r425994) +++ head/games/tome4/Makefile Sat Nov 12 21:37:26 2016 (r425995) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tome4 -PORTVERSION= 1.4.8 +PORTVERSION= 1.4.9 CATEGORIES= games MASTER_SITES= http://te4.org/dl/t-engine/ \ SF/lifanov-ports-distfiles/${PORTNAME}/:icons @@ -33,8 +33,6 @@ USE_CSTD= gnu89 SUB_FILES= tome4 MAKE_JOBS_UNSAFE=yes -LUA_TYPE= - .include pre-build: Modified: head/games/tome4/distinfo ============================================================================== --- head/games/tome4/distinfo Sat Nov 12 21:22:47 2016 (r425994) +++ head/games/tome4/distinfo Sat Nov 12 21:37:26 2016 (r425995) @@ -1,5 +1,5 @@ -TIMESTAMP = 1465927888 -SHA256 (t-engine4-src-1.4.8.tar.bz2) = 86d5f414c425dbefc7d1fbdf60a3afc80221b93f4bf2fb75878049977ffd4048 -SIZE (t-engine4-src-1.4.8.tar.bz2) = 354433201 +TIMESTAMP = 1478955170 +SHA256 (t-engine4-src-1.4.9.tar.bz2) = 4ae02c8dee8aaef2b7f0d3a95240096df248a8421d73dc4cea1878b4015faff7 +SIZE (t-engine4-src-1.4.9.tar.bz2) = 354444890 SHA256 (tome4.png) = b5223208ca6f0a51f8bbe3b96055f38f94336dbeca6704db6684fec00fad1a36 SIZE (tome4.png) = 37143 Added: head/games/tome4/files/patch-src_physfs.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/tome4/files/patch-src_physfs.c Sat Nov 12 21:37:26 2016 (r425995) @@ -0,0 +1,10 @@ +--- src/physfs.c.orig 2016-10-25 15:49:32 UTC ++++ src/physfs.c +@@ -331,7 +331,6 @@ void physfs_reset_dir_allowed(lua_State + } + nb_allowed_dirs = 0; + can_set_allowed_dirs = TRUE; +- return 0; + } + + static int lua_fs_done_dir_allowed(lua_State *L) {