From owner-svn-ports-head@freebsd.org Sun Sep 22 04:26:40 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 38385F3BB3; Sun, 22 Sep 2019 04:26:40 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46bZCh0mRsz4Kh8; Sun, 22 Sep 2019 04:26:40 +0000 (UTC) (envelope-from tobik@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F2FF6210D1; Sun, 22 Sep 2019 04:26:39 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8M4QdQZ016645; Sun, 22 Sep 2019 04:26:39 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8M4QdNC016642; Sun, 22 Sep 2019 04:26:39 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201909220426.x8M4QdNC016642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 22 Sep 2019 04:26:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512550 - head/games/ufoai X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/games/ufoai X-SVN-Commit-Revision: 512550 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Sep 2019 04:26:40 -0000 Author: tobik Date: Sun Sep 22 04:26:39 2019 New Revision: 512550 URL: https://svnweb.freebsd.org/changeset/ports/512550 Log: games/ufoai: Prepare for mxml 3.1 src/common/xml.cpp:523:14: error: member access into incomplete type 'mxml_node_t' (aka '_mxml_node_s') type = node->value.element.name; ^ /usr/local/include/mxml.h:97:16: note: forward declaration of '_mxml_node_s' typedef struct _mxml_node_s mxml_node_t; /**** An XML node. ****/ ^ 9 warnings and 1 error generated. PR: 240423 Approved by: m.tsatsenko@gmail.com (maintainer timeout, 14 days) Modified: head/games/ufoai/Makefile head/games/ufoai/distinfo Modified: head/games/ufoai/Makefile ============================================================================== --- head/games/ufoai/Makefile Sun Sep 22 04:04:36 2019 (r512549) +++ head/games/ufoai/Makefile Sun Sep 22 04:26:39 2019 (r512550) @@ -9,6 +9,9 @@ MASTER_SITES= SF/${PORTNAME}/UFO_AI%202.x/${PORTVERSIO DISTNAME= ${PORTNAME:S/$/-/}${PORTVERSION}-source DIST_SUBDIR= ${PORTNAME} +PATCH_SITES= https://github.com/ufoai/ufoai/commit/ +PATCHFILES= 163073ab9527cdaa33d77a713b8e46ff462a2b5c.patch:-p1 + MAINTAINER= m.tsatsenko@gmail.com COMMENT= Strategy game featuring tactical combat Modified: head/games/ufoai/distinfo ============================================================================== --- head/games/ufoai/distinfo Sun Sep 22 04:04:36 2019 (r512549) +++ head/games/ufoai/distinfo Sun Sep 22 04:26:39 2019 (r512550) @@ -1,2 +1,5 @@ +TIMESTAMP = 1567963369 SHA256 (ufoai/ufoai-2.5-source.tar.bz2) = 0c7cc3bc9efeb276f71cbe6ee8ff7c76f98d183de79f1a069fa63059cf182a8f SIZE (ufoai/ufoai-2.5-source.tar.bz2) = 24239539 +SHA256 (ufoai/163073ab9527cdaa33d77a713b8e46ff462a2b5c.patch) = 513963825a074dd7632321520ca92b23c3564e1e58d080dc03a6f4cea8191913 +SIZE (ufoai/163073ab9527cdaa33d77a713b8e46ff462a2b5c.patch) = 913