aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2017-07-07 10:29:54 +0800
committeracm <acm@FreeBSD.org>2017-07-07 10:29:54 +0800
commit0d33c98ad5eb47519b7b775d54861eafccdc6cdf (patch)
tree9489a7ba25bcbda77b6ac363f75c5d7d748a964a /emulators
parent04b54a386c5ab9a3f072b36c31da018163b1d680 (diff)
downloadfreebsd-ports-gnome-0d33c98ad5eb47519b7b775d54861eafccdc6cdf.tar.gz
freebsd-ports-gnome-0d33c98ad5eb47519b7b775d54861eafccdc6cdf.tar.zst
freebsd-ports-gnome-0d33c98ad5eb47519b7b775d54861eafccdc6cdf.zip
- Update to 0.9.45.1
Diffstat (limited to 'emulators')
-rw-r--r--emulators/mednafen/Makefile3
-rw-r--r--emulators/mednafen/distinfo6
-rw-r--r--emulators/mednafen/files/patch-src__pcfx__pcfx.cpp10
3 files changed, 4 insertions, 15 deletions
diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile
index 263804dc9c0d..e76c8d16da90 100644
--- a/emulators/mednafen/Makefile
+++ b/emulators/mednafen/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= mednafen
-PORTVERSION= 0.9.43
-PORTREVISION= 2
+PORTVERSION= 0.9.45.1
PORTEPOCH= 1
CATEGORIES= emulators games
MASTER_SITES= https://mednafen.github.io/releases/files/
diff --git a/emulators/mednafen/distinfo b/emulators/mednafen/distinfo
index 3d73bbfa52e5..c746100e9604 100644
--- a/emulators/mednafen/distinfo
+++ b/emulators/mednafen/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1489815490
-SHA256 (mednafen-0.9.43.tar.xz) = b8305914cdf297fe6483219fa10c3fa14116fff8eed02f61326a0e32dd350f4d
-SIZE (mednafen-0.9.43.tar.xz) = 3169040
+TIMESTAMP = 1499369499
+SHA256 (mednafen-0.9.45.1.tar.xz) = f95f68acc14f9b30b201e15b8205d85ac9dc7e581ea6b61e225e990491f01e69
+SIZE (mednafen-0.9.45.1.tar.xz) = 3183380
diff --git a/emulators/mednafen/files/patch-src__pcfx__pcfx.cpp b/emulators/mednafen/files/patch-src__pcfx__pcfx.cpp
deleted file mode 100644
index 286480c230b8..000000000000
--- a/emulators/mednafen/files/patch-src__pcfx__pcfx.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/pcfx/pcfx.cpp.orig 2009-12-24 11:03:43.000000000 +0100
-+++ src/pcfx/pcfx.cpp 2014-02-28 21:38:56.000000000 +0100
-@@ -35,6 +35,7 @@
- #include <errno.h>
- #include <string.h>
- #include <math.h>
-+#include <unistd.h>
-
- #ifdef WANT_PCFX_MMAP
- #include <sys/mman.h>