aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
Diffstat (limited to 'emulators')
-rw-r--r--emulators/advancemame/Makefile2
-rw-r--r--emulators/advancemenu/Makefile2
-rw-r--r--emulators/advancemess/Makefile2
-rw-r--r--emulators/aqemu/Makefile2
-rw-r--r--emulators/bochs/Makefile2
-rw-r--r--emulators/catapult/Makefile2
-rw-r--r--emulators/citra/Makefile2
-rw-r--r--emulators/dolphin-emu/Makefile2
-rw-r--r--emulators/emulationstation/Makefile2
-rw-r--r--emulators/fceux/Makefile2
-rw-r--r--emulators/fs-uae/Makefile1
-rw-r--r--emulators/fuse/Makefile1
-rw-r--r--emulators/higan/Makefile2
-rw-r--r--emulators/kcemu/Makefile2
-rw-r--r--emulators/lisaem/Makefile2
-rw-r--r--emulators/mame/Makefile1
-rw-r--r--emulators/mednafen/Makefile1
-rw-r--r--emulators/mesen/Makefile1
-rw-r--r--emulators/mgba/Makefile1
-rw-r--r--emulators/mupen64plus-rsp-cxd4/Makefile2
-rw-r--r--emulators/openmsx/Makefile1
-rw-r--r--emulators/pearpc/Makefile2
-rw-r--r--emulators/pipelight/Makefile2
-rw-r--r--emulators/playonbsd/Makefile2
-rw-r--r--emulators/ppsspp/Makefile2
-rw-r--r--emulators/riscv-isa-sim/Makefile2
-rw-r--r--emulators/rpcs3/Makefile1
-rw-r--r--emulators/skyeye/Makefile2
-rw-r--r--emulators/snes9x-gtk/Makefile2
-rw-r--r--emulators/stella/Makefile1
-rw-r--r--emulators/unicorn/Makefile2
-rw-r--r--emulators/vice/Makefile2
-rw-r--r--emulators/virtualbox-ose-additions/Makefile1
-rw-r--r--emulators/virtualbox-ose-kmod/Makefile1
-rw-r--r--emulators/virtualbox-ose-nox11/Makefile1
-rw-r--r--emulators/virtualbox-ose/Makefile1
-rw-r--r--emulators/visualboyadvance-m/Makefile2
-rw-r--r--emulators/wine-devel/Makefile1
-rw-r--r--emulators/wine/Makefile1
-rw-r--r--emulators/wxmupen64plus/Makefile2
-rw-r--r--emulators/x49gp/Makefile2
-rw-r--r--emulators/yuzu/Makefile2
42 files changed, 42 insertions, 27 deletions
diff --git a/emulators/advancemame/Makefile b/emulators/advancemame/Makefile
index a0fdde7666f9..7276588071dd 100644
--- a/emulators/advancemame/Makefile
+++ b/emulators/advancemame/Makefile
@@ -3,7 +3,7 @@
PORTNAME= advancemame
PORTVERSION= 1.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= https://github.com/amadvance/advancemame/releases/download/${DISTNAME}/
diff --git a/emulators/advancemenu/Makefile b/emulators/advancemenu/Makefile
index 829f21c6de4c..803f7bcdffe1 100644
--- a/emulators/advancemenu/Makefile
+++ b/emulators/advancemenu/Makefile
@@ -3,7 +3,7 @@
PORTNAME= advancemenu
PORTVERSION= 2.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= https://github.com/amadvance/advancemame/releases/download/${DISTNAME}/
diff --git a/emulators/advancemess/Makefile b/emulators/advancemess/Makefile
index 0c0684bbcca1..c77545a3ec90 100644
--- a/emulators/advancemess/Makefile
+++ b/emulators/advancemess/Makefile
@@ -3,7 +3,7 @@
PORTNAME= advancemess
PORTVERSION= 1.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= https://github.com/amadvance/advancemame/releases/download/${DISTNAME}/
diff --git a/emulators/aqemu/Makefile b/emulators/aqemu/Makefile
index b36590e48383..47cdc0da2d04 100644
--- a/emulators/aqemu/Makefile
+++ b/emulators/aqemu/Makefile
@@ -3,7 +3,7 @@
PORTNAME= aqemu
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= emulators
MAINTAINER= ports@FreeBSD.org
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile
index 7bdc6612c14d..265b313c090e 100644
--- a/emulators/bochs/Makefile
+++ b/emulators/bochs/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bochs
PORTVERSION= 2.6.9
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 2
CATEGORIES= emulators
MASTER_SITES= SF
diff --git a/emulators/catapult/Makefile b/emulators/catapult/Makefile
index 4c3f0ea615f0..f3c68aafa642 100644
--- a/emulators/catapult/Makefile
+++ b/emulators/catapult/Makefile
@@ -3,7 +3,7 @@
PORTNAME= catapult
PORTVERSION= 0.13.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= emulators
MASTER_SITES= https://github.com/openMSX/openMSX/releases/download/RELEASE_${PORTVERSION:S/./_/g}/
DISTNAME= openmsx-${PORTNAME}-${PORTVERSION}
diff --git a/emulators/citra/Makefile b/emulators/citra/Makefile
index 3715ea23cc6b..561f6a60a4be 100644
--- a/emulators/citra/Makefile
+++ b/emulators/citra/Makefile
@@ -2,7 +2,7 @@
PORTNAME= citra
PORTVERSION= s20190722
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= emulators
MAINTAINER= jbeich@FreeBSD.org
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile
index 1d2559dd6491..a0b8bb38f50e 100644
--- a/emulators/dolphin-emu/Makefile
+++ b/emulators/dolphin-emu/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dolphin-emu
PORTVERSION= 5.0.9209
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= emulators
MAINTAINER= martymac@FreeBSD.org
diff --git a/emulators/emulationstation/Makefile b/emulators/emulationstation/Makefile
index a7e96c631bbc..02b92e2a892a 100644
--- a/emulators/emulationstation/Makefile
+++ b/emulators/emulationstation/Makefile
@@ -3,7 +3,7 @@
PORTNAME= emulationstation
DISTVERSIONPREFIX= v
DISTVERSION= 2.7.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators
MAINTAINER= freebsd@coombscloud.com
diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile
index a3f30cf1b674..800bdb35cc0a 100644
--- a/emulators/fceux/Makefile
+++ b/emulators/fceux/Makefile
@@ -3,7 +3,7 @@
PORTNAME= fceux
PORTVERSION= 2.2.3
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= emulators
MASTER_SITES= SF/fceultra/Source%20Code/${PORTVERSION}%20src/
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
diff --git a/emulators/fs-uae/Makefile b/emulators/fs-uae/Makefile
index 73c0d0270ebe..4485a30e5ce9 100644
--- a/emulators/fs-uae/Makefile
+++ b/emulators/fs-uae/Makefile
@@ -3,6 +3,7 @@
PORTNAME= fs-uae
PORTVERSION= 2.8.4
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://fs-uae.net/stable/${PORTVERSION}/
diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile
index 86279f63e5f0..8734123f7b13 100644
--- a/emulators/fuse/Makefile
+++ b/emulators/fuse/Makefile
@@ -3,6 +3,7 @@
PORTNAME= fuse
PORTVERSION= 1.5.7
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION}
diff --git a/emulators/higan/Makefile b/emulators/higan/Makefile
index 7a646f652e2e..ef4d9dc0da6d 100644
--- a/emulators/higan/Makefile
+++ b/emulators/higan/Makefile
@@ -3,7 +3,7 @@
PORTNAME= higan
PORTVERSION= 106
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= emulators games
MASTER_SITES= http://download.byuu.org/ \
http://www.cyberbotx.com/higan/
diff --git a/emulators/kcemu/Makefile b/emulators/kcemu/Makefile
index db24d8c3f25e..f2f5495ef847 100644
--- a/emulators/kcemu/Makefile
+++ b/emulators/kcemu/Makefile
@@ -3,7 +3,7 @@
PORTNAME= kcemu
PORTVERSION= 0.5.1
-PORTREVISION= 17
+PORTREVISION= 18
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/KCemu/KCemu-${PORTVERSION}
DISTNAME= KCemu-${PORTVERSION}
diff --git a/emulators/lisaem/Makefile b/emulators/lisaem/Makefile
index 76043fe849af..18c386c3ca73 100644
--- a/emulators/lisaem/Makefile
+++ b/emulators/lisaem/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lisaem
PORTVERSION= 1.2.6.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= http://lisaem.sunder.net/downloads/
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile
index 0c5af2361ab6..52c6faad252f 100644
--- a/emulators/mame/Makefile
+++ b/emulators/mame/Makefile
@@ -3,6 +3,7 @@
PORTNAME?= mame
PORTVERSION= 0.209
+PORTREVISION= 1
CATEGORIES= emulators
MAINTAINER= ports@FreeBSD.org
diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile
index 07d8f3632406..a16f24d6c284 100644
--- a/emulators/mednafen/Makefile
+++ b/emulators/mednafen/Makefile
@@ -2,6 +2,7 @@
PORTNAME= mednafen
PORTVERSION= 1.22.1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators games
MASTER_SITES= https://mednafen.github.io/releases/files/
diff --git a/emulators/mesen/Makefile b/emulators/mesen/Makefile
index 436fd739be8e..bf224741d3c3 100644
--- a/emulators/mesen/Makefile
+++ b/emulators/mesen/Makefile
@@ -2,6 +2,7 @@
PORTNAME= mesen
DISTVERSION= 0.9.8-4
+PORTREVISION= 1
DISTVERSIONSUFFIX= -g4c701ad6
CATEGORIES= emulators
diff --git a/emulators/mgba/Makefile b/emulators/mgba/Makefile
index 727598fabcde..ab40fb826a19 100644
--- a/emulators/mgba/Makefile
+++ b/emulators/mgba/Makefile
@@ -2,6 +2,7 @@
PORTNAME= mgba
DISTVERSION= 0.7.0
+PORTREVISION= 1
CATEGORIES= emulators
MAINTAINER= greg@unrelenting.technology
diff --git a/emulators/mupen64plus-rsp-cxd4/Makefile b/emulators/mupen64plus-rsp-cxd4/Makefile
index 668929c00976..4f4c76d8f018 100644
--- a/emulators/mupen64plus-rsp-cxd4/Makefile
+++ b/emulators/mupen64plus-rsp-cxd4/Makefile
@@ -1,7 +1,7 @@
# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 4
+PORTREVISION= 5
PKGNAMESUFFIX= -rsp-cxd4
DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}${EXTRACT_SUFX}:plugin
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile
index 6ab6b9b13c2e..fafbde57c4ec 100644
--- a/emulators/openmsx/Makefile
+++ b/emulators/openmsx/Makefile
@@ -2,6 +2,7 @@
PORTNAME= openmsx
PORTVERSION= 0.15.0
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= https://github.com/openMSX/openMSX/releases/download/RELEASE_${PORTVERSION:S/./_/g}/
diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile
index 276d8ff479e5..0a63adfb4aea 100644
--- a/emulators/pearpc/Makefile
+++ b/emulators/pearpc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pearpc
PORTVERSION= 0.5
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}.0
diff --git a/emulators/pipelight/Makefile b/emulators/pipelight/Makefile
index 424d7eec5b3e..39c9e95ecad1 100644
--- a/emulators/pipelight/Makefile
+++ b/emulators/pipelight/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pipelight
PORTVERSION= 0.2.8.2
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= emulators
MASTER_SITES= https://bitbucket.org/mmueller2012/pipelight/get/ \
http://repos.fds-team.de/pluginloader/v${DISTVERSION}/:plg
diff --git a/emulators/playonbsd/Makefile b/emulators/playonbsd/Makefile
index 9e6e1910e4eb..f0548b7d4576 100644
--- a/emulators/playonbsd/Makefile
+++ b/emulators/playonbsd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= playonbsd
PORTVERSION= 4.2.10
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= emulators games
MAINTAINER= se@FreeBSD.org
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile
index de068c0a3e32..497ce4030840 100644
--- a/emulators/ppsspp/Makefile
+++ b/emulators/ppsspp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ppsspp
DISTVERSIONPREFIX= v
DISTVERSION?= 1.8.0
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= emulators
# XXX Get from Debian once #697821 lands
MASTER_SITES= https://bazaar.launchpad.net/~sergio-br2/${PORTNAME}/debian-sdl/download/5/${PORTNAME}.1-20140802045408-dd26dik367ztj5xg-8/:manpage
diff --git a/emulators/riscv-isa-sim/Makefile b/emulators/riscv-isa-sim/Makefile
index a714f36a8c60..45f82af86a18 100644
--- a/emulators/riscv-isa-sim/Makefile
+++ b/emulators/riscv-isa-sim/Makefile
@@ -2,7 +2,7 @@
PORTNAME= riscv-isa-sim
DISTVERSION= git
-PORTREVISION= 20181006
+PORTREVISION= 20181007
CATEGORIES= emulators
MAINTAINER= lwhsu@FreeBSD.org
diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile
index 9e7fc47ef5d0..a38f8850bd06 100644
--- a/emulators/rpcs3/Makefile
+++ b/emulators/rpcs3/Makefile
@@ -3,6 +3,7 @@
PORTNAME= rpcs3
DISTVERSIONPREFIX= v
DISTVERSION= 0.0.6-8411 # git rev-list --count HEAD
+PORTREVISION= 1
DISTVERSIONSUFFIX= -g85b1152e2
CATEGORIES= emulators
diff --git a/emulators/skyeye/Makefile b/emulators/skyeye/Makefile
index 51578463612a..70c2fbc9dd96 100644
--- a/emulators/skyeye/Makefile
+++ b/emulators/skyeye/Makefile
@@ -3,7 +3,7 @@
PORTNAME= skyeye
PORTVERSION= 1.2.5
-PORTREVISION= 6
+PORTREVISION= 7
DISTVERSIONSUFFIX= _REL
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile
index 0303e41750d3..8c66fa840bd1 100644
--- a/emulators/snes9x-gtk/Makefile
+++ b/emulators/snes9x-gtk/Makefile
@@ -3,7 +3,7 @@
PORTNAME= snes9x
PORTVERSION= 1.54.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= emulators
PKGNAMESUFFIX= -gtk
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile
index 409d0bc8a9cb..792e85f11a1b 100644
--- a/emulators/stella/Makefile
+++ b/emulators/stella/Makefile
@@ -3,6 +3,7 @@
PORTNAME= stella
PORTVERSION= 6.0
+PORTREVISION= 1
CATEGORIES= emulators
MAINTAINER= acm@FreeBSD.org
diff --git a/emulators/unicorn/Makefile b/emulators/unicorn/Makefile
index 0984109946a8..a5015552d2a3 100644
--- a/emulators/unicorn/Makefile
+++ b/emulators/unicorn/Makefile
@@ -2,7 +2,7 @@
PORTNAME= unicorn
PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators
MAINTAINER= antoine@FreeBSD.org
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index cff0080f5c68..e1786ac1ec31 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vice
PORTVERSION= 3.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= emulators
MASTER_SITES= SF/vice-emu/releases
diff --git a/emulators/virtualbox-ose-additions/Makefile b/emulators/virtualbox-ose-additions/Makefile
index 8708669991a8..067ffb44fa4a 100644
--- a/emulators/virtualbox-ose-additions/Makefile
+++ b/emulators/virtualbox-ose-additions/Makefile
@@ -3,6 +3,7 @@
PORTNAME= virtualbox-ose
PORTVERSION= 5.2.32
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= https://download.oracle.com/virtualbox/${PORTVERSION}/
PKGNAMESUFFIX?= -additions
diff --git a/emulators/virtualbox-ose-kmod/Makefile b/emulators/virtualbox-ose-kmod/Makefile
index cc4fa7310255..35dfec852e59 100644
--- a/emulators/virtualbox-ose-kmod/Makefile
+++ b/emulators/virtualbox-ose-kmod/Makefile
@@ -3,6 +3,7 @@
PORTNAME= virtualbox-ose
PORTVERSION= 5.2.32
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= https://download.oracle.com/virtualbox/${PORTVERSION}/
PKGNAMESUFFIX= -kmod
diff --git a/emulators/virtualbox-ose-nox11/Makefile b/emulators/virtualbox-ose-nox11/Makefile
index e769959f4b35..212559986402 100644
--- a/emulators/virtualbox-ose-nox11/Makefile
+++ b/emulators/virtualbox-ose-nox11/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PORTREVISION= 1
PKGNAMESUFFIX= -nox11
OPTIONS_EXCLUDE= ALSA DBUS DEBUG GUESTADDITIONS MANUAL NLS PULSEAUDIO
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile
index 91e7555a746a..6805eb32fc34 100644
--- a/emulators/virtualbox-ose/Makefile
+++ b/emulators/virtualbox-ose/Makefile
@@ -3,6 +3,7 @@
PORTNAME= virtualbox-ose
PORTVERSION= 5.2.32
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= https://download.oracle.com/virtualbox/${PORTVERSION}/
DISTFILES= VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS}
diff --git a/emulators/visualboyadvance-m/Makefile b/emulators/visualboyadvance-m/Makefile
index 15d9f6fce6f2..eac6da867b95 100644
--- a/emulators/visualboyadvance-m/Makefile
+++ b/emulators/visualboyadvance-m/Makefile
@@ -3,7 +3,7 @@
PORTNAME= visualboyadvance-m
PORTVERSION= 2.0.0b2
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= emulators
MAINTAINER= root@cooltrainer.org
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index a17b2d02922d..de833ec7873b 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -3,6 +3,7 @@
PORTNAME= wine
DISTVERSION= 4.12.1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 44fc9b32f783..fb4c33ff402f 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -3,6 +3,7 @@
PORTNAME= wine
DISTVERSION= 4.0.1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
diff --git a/emulators/wxmupen64plus/Makefile b/emulators/wxmupen64plus/Makefile
index b28e40b28767..aadfdf07d5f3 100644
--- a/emulators/wxmupen64plus/Makefile
+++ b/emulators/wxmupen64plus/Makefile
@@ -3,7 +3,7 @@
PORTNAME= wxmupen64plus
PORTVERSION= 0.3
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= emulators
MASTER_SITES= https://bitbucket.org/auria/wxmupen64plus/get/
DISTNAME= ${PORTVERSION}
diff --git a/emulators/x49gp/Makefile b/emulators/x49gp/Makefile
index 0753686e3dd3..fb64fb65953c 100644
--- a/emulators/x49gp/Makefile
+++ b/emulators/x49gp/Makefile
@@ -5,7 +5,7 @@
PORTNAME= x49gp
PORTVERSION= 20100425
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= emulators math
MASTER_SITES= LOCAL/shaun
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} sdcard64.tar.gz
diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index d1ebbf122890..486b8fa24e9a 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -2,7 +2,7 @@
PORTNAME= yuzu
PORTVERSION= s20190722
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= emulators
MAINTAINER= jbeich@FreeBSD.org