Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2017 02:53:19 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r446125 - in branches/2017Q3/emulators/rpcs3: . files
Message-ID:  <201707180253.v6I2rJAj097771@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Jul 18 02:53:19 2017
New Revision: 446125
URL: https://svnweb.freebsd.org/changeset/ports/446125

Log:
  MFH: r446119
  
  emulators/rpcs3: update to 0.0.2.463
  
  Changes:	https://github.com/RPCS3/rpcs3/compare/25fcde95...f91f2e3e
  Approved by:	ports-secteam (junovitch, implicit for snapshots)

Added:
  branches/2017Q3/emulators/rpcs3/files/patch-rpcs3_rpcs3qt_system__info.h
     - copied unchanged from r446119, head/emulators/rpcs3/files/patch-rpcs3_rpcs3qt_system__info.h
Modified:
  branches/2017Q3/emulators/rpcs3/Makefile
  branches/2017Q3/emulators/rpcs3/distinfo
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/emulators/rpcs3/Makefile
==============================================================================
--- branches/2017Q3/emulators/rpcs3/Makefile	Tue Jul 18 01:55:10 2017	(r446124)
+++ branches/2017Q3/emulators/rpcs3/Makefile	Tue Jul 18 02:53:19 2017	(r446125)
@@ -2,8 +2,8 @@
 
 PORTNAME=	rpcs3
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.0.2-463
-DISTVERSIONSUFFIX=	-g25fcde95
+DISTVERSION=	0.0.2-490
+DISTVERSIONSUFFIX=	-gf91f2e3e
 CATEGORIES=	emulators
 
 MAINTAINER=	jbeich@FreeBSD.org

Modified: branches/2017Q3/emulators/rpcs3/distinfo
==============================================================================
--- branches/2017Q3/emulators/rpcs3/distinfo	Tue Jul 18 01:55:10 2017	(r446124)
+++ branches/2017Q3/emulators/rpcs3/distinfo	Tue Jul 18 02:53:19 2017	(r446125)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1499992762
-SHA256 (RPCS3-rpcs3-v0.0.2-463-g25fcde95_GH0.tar.gz) = 2d16a7f5f793131f743b1fad4e3872fc10d3a34c839288d11e82ff3754f1fbcb
-SIZE (RPCS3-rpcs3-v0.0.2-463-g25fcde95_GH0.tar.gz) = 11409651
+TIMESTAMP = 1500305814
+SHA256 (RPCS3-rpcs3-v0.0.2-490-gf91f2e3e_GH0.tar.gz) = 01cdfab0c919974106179b3fbeda64b929a206197ea92d944d45d7927bd4b59c
+SIZE (RPCS3-rpcs3-v0.0.2-490-gf91f2e3e_GH0.tar.gz) = 11289238
 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-23-gc095a22_GH0.tar.gz) = 76796e880e71864f24540f6f6edf8759e4710f9b2b0594a28066865733681de0
 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-23-gc095a22_GH0.tar.gz) = 105539
 SHA256 (RPCS3-pugixml-f205aaf_GH0.tar.gz) = 3b2a7e21625d8cbeb3aa1841b8816f6cab0752e89008b9fc67a325c800f153b5

Copied: branches/2017Q3/emulators/rpcs3/files/patch-rpcs3_rpcs3qt_system__info.h (from r446119, head/emulators/rpcs3/files/patch-rpcs3_rpcs3qt_system__info.h)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2017Q3/emulators/rpcs3/files/patch-rpcs3_rpcs3qt_system__info.h	Tue Jul 18 02:53:19 2017	(r446125, copy of r446119, head/emulators/rpcs3/files/patch-rpcs3_rpcs3qt_system__info.h)
@@ -0,0 +1,14 @@
+--- rpcs3/rpcs3qt/system_info.h.orig	2017-07-17 15:36:54 UTC
++++ rpcs3/rpcs3qt/system_info.h
+@@ -1,10 +1,10 @@
+ #pragma once
+ 
++#include <bitset>
+ #include <regex>
+ 
+ #ifdef _WIN32
+ #include "windows.h"
+-#include <bitset>
+ typedef unsigned __int32  uint32_t;
+ #else
+ #include <stdint.h>



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