From owner-svn-ports-all@freebsd.org Fri Aug 31 02:37:35 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E1FDF6E0A9; Fri, 31 Aug 2018 02:37:35 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C9F7E7D45D; Fri, 31 Aug 2018 02:37:34 +0000 (UTC) (envelope-from jhale@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 A1F05152CC; Fri, 31 Aug 2018 02:37:34 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7V2bYMh058269; Fri, 31 Aug 2018 02:37:34 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7V2bYNw058267; Fri, 31 Aug 2018 02:37:34 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201808310237.w7V2bYNw058267@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 31 Aug 2018 02:37:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478511 - head/emulators/mgba X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/emulators/mgba X-SVN-Commit-Revision: 478511 X-SVN-Commit-Repository: ports 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.27 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: Fri, 31 Aug 2018 02:37:35 -0000 Author: jhale Date: Fri Aug 31 02:37:33 2018 New Revision: 478511 URL: https://svnweb.freebsd.org/changeset/ports/478511 Log: Fix build with Qt 5.11 PR: 230884 Obtained from: upstream Modified: head/emulators/mgba/Makefile head/emulators/mgba/distinfo Modified: head/emulators/mgba/Makefile ============================================================================== --- head/emulators/mgba/Makefile Fri Aug 31 02:04:11 2018 (r478510) +++ head/emulators/mgba/Makefile Fri Aug 31 02:37:33 2018 (r478511) @@ -6,7 +6,8 @@ PORTREVISION= 3 CATEGORIES= emulators PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= a7a51a11373f.patch:-p1 +PATCHFILES= a7a51a11373f.patch:-p1 \ + a2b8c4ae807a.patch:-p1 MAINTAINER= greg@unrelenting.technology COMMENT= Game Boy Advance (GBA) emulator/debugger Modified: head/emulators/mgba/distinfo ============================================================================== --- head/emulators/mgba/distinfo Fri Aug 31 02:04:11 2018 (r478510) +++ head/emulators/mgba/distinfo Fri Aug 31 02:37:33 2018 (r478511) @@ -1,5 +1,7 @@ -TIMESTAMP = 1507126883 +TIMESTAMP = 1535682053 SHA256 (mgba-emu-mgba-0.6.1_GH0.tar.gz) = 7c78feb0aa12930b993ca1b220d282ed178e306621559e48bb168623030eb876 SIZE (mgba-emu-mgba-0.6.1_GH0.tar.gz) = 7437240 SHA256 (a7a51a11373f.patch) = c6c7dbced0350392cbb0efba8b417fdab65a4db929f747ff6c4159f7f07c1216 SIZE (a7a51a11373f.patch) = 1485 +SHA256 (a2b8c4ae807a.patch) = 6c09491f3a095c54e93247d8875497ae5a8f151bd2ff8e8756c12030cffcdc8b +SIZE (a2b8c4ae807a.patch) = 975