Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Feb 2018 22:22:30 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463268 - in head/emulators/rpcs3: . files
Message-ID:  <201802282222.w1SMMU2w004191@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Feb 28 22:22:30 2018
New Revision: 463268
URL: https://svnweb.freebsd.org/changeset/ports/463268

Log:
  emulators/rpcs3: update to 0.0.5.24
  
  Changes:	https://github.com/RPCS3/rpcs3/compare/b61a69c87...8d7620d95

Modified:
  head/emulators/rpcs3/Makefile   (contents, props changed)
  head/emulators/rpcs3/distinfo   (contents, props changed)
  head/emulators/rpcs3/files/patch-qt57   (contents, props changed)

Modified: head/emulators/rpcs3/Makefile
==============================================================================
--- head/emulators/rpcs3/Makefile	Wed Feb 28 22:21:39 2018	(r463267)
+++ head/emulators/rpcs3/Makefile	Wed Feb 28 22:22:30 2018	(r463268)
@@ -2,8 +2,8 @@
 
 PORTNAME=	rpcs3
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.0.5-4
-DISTVERSIONSUFFIX=	-gb61a69c87
+DISTVERSION=	0.0.5-24
+DISTVERSIONSUFFIX=	-g8d7620d95
 CATEGORIES=	emulators
 
 MAINTAINER=	jbeich@FreeBSD.org

Modified: head/emulators/rpcs3/distinfo
==============================================================================
--- head/emulators/rpcs3/distinfo	Wed Feb 28 22:21:39 2018	(r463267)
+++ head/emulators/rpcs3/distinfo	Wed Feb 28 22:22:30 2018	(r463268)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1519576244
-SHA256 (RPCS3-rpcs3-v0.0.5-4-gb61a69c87_GH0.tar.gz) = 43e61975e83b4e32d30d7a86df7cd8be4d2a39bc3783388ca4d884b540a32bc5
-SIZE (RPCS3-rpcs3-v0.0.5-4-gb61a69c87_GH0.tar.gz) = 3860339
+TIMESTAMP = 1519854102
+SHA256 (RPCS3-rpcs3-v0.0.5-24-g8d7620d95_GH0.tar.gz) = 40aa13c376417033b5f613b9464117a0b2c8812adada7d8ce5f1e4927badbc79
+SIZE (RPCS3-rpcs3-v0.0.5-24-g8d7620d95_GH0.tar.gz) = 3726855
 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = e50e4f4e9035e891e16867e995f44aac87ce734a9dde169f02fc9719b2ce3642
 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = 105623
 SHA256 (RPCS3-yaml-cpp-release-0.5.3-62-g017626a_GH0.tar.gz) = 1d4b32443f137c23b68d3cb183ba6fb48eb76be2b0b30016970adff5c770d841

Modified: head/emulators/rpcs3/files/patch-qt57
==============================================================================
--- head/emulators/rpcs3/files/patch-qt57	Wed Feb 28 22:21:39 2018	(r463267)
+++ head/emulators/rpcs3/files/patch-qt57	Wed Feb 28 22:22:30 2018	(r463268)
@@ -68,14 +68,14 @@ Revert https://github.com/RPCS3/rpcs3/commit/cf1c45dfe
  
  	QVBoxLayout *dialog_layout = new QVBoxLayout();
  	QHBoxLayout *all_players = new QHBoxLayout();
---- rpcs3/rpcs3qt/gui_settings.cpp.orig	2018-02-21 20:18:14 UTC
+--- rpcs3/rpcs3qt/gui_settings.cpp.orig	2018-02-28 19:44:06 UTC
 +++ rpcs3/rpcs3qt/gui_settings.cpp
-@@ -260,6 +260,7 @@ void gui_settings::ShowInfoBox(const gui_save& entry, 
+@@ -259,6 +259,7 @@ void gui_settings::ShowInfoBox(const gui_save& entry, 
+ 	if (GetValue(entry).toBool())
  	{
- 		QCheckBox* cb = new QCheckBox(tr("Don't show again"));
  		QMessageBox* mb = new QMessageBox(QMessageBox::Information, title, text, QMessageBox::Ok, parent);
 +		mb->setWindowFlags(mb->windowFlags() & ~Qt::WindowContextHelpButtonHint);
- 		mb->setCheckBox(cb);
+ 		mb->setCheckBox(new QCheckBox(tr("Don't show again")));
  		mb->deleteLater();
  		mb->exec();
 --- rpcs3/rpcs3qt/instruction_editor_dialog.cpp.orig	2018-02-21 20:18:14 UTC



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802282222.w1SMMU2w004191>