aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-08-05 23:06:50 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-08-05 23:06:50 +0000
commit325aed58cb1654cd94b306ff8e0452e4fb95f4a9 (patch)
tree30b6fa9070ad293072156e3111d93da96aa5fc77 /emulators
parent1d29e63dac4e4c7505e28dee43a5bdb2ef335565 (diff)
multimedia/ffmpeg: update to 4.2
Notes
Notes: svn path=/head/; revision=508216
Diffstat (limited to 'emulators')
-rw-r--r--emulators/citra-qt5/Makefile2
-rw-r--r--emulators/citra/Makefile2
-rw-r--r--emulators/dolphin-emu/Makefile2
-rw-r--r--emulators/kcemu/Makefile2
-rw-r--r--emulators/mgba/Makefile2
-rw-r--r--emulators/pcsxr/Makefile2
-rw-r--r--emulators/ppsspp-qt5/Makefile2
-rw-r--r--emulators/ppsspp/Makefile2
-rw-r--r--emulators/rpcs3/Makefile1
-rw-r--r--emulators/vice/Makefile2
-rw-r--r--emulators/visualboyadvance-m/Makefile2
11 files changed, 11 insertions, 10 deletions
diff --git a/emulators/citra-qt5/Makefile b/emulators/citra-qt5/Makefile
index 690002e635c2..ac7516fe5ba0 100644
--- a/emulators/citra-qt5/Makefile
+++ b/emulators/citra-qt5/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTREVISION= 0
+PORTREVISION= 1
PKGNAMESUFFIX= -qt5
MASTERDIR= ${.CURDIR}/../citra
diff --git a/emulators/citra/Makefile b/emulators/citra/Makefile
index 94ea917ed529..bf1a02e32c9a 100644
--- a/emulators/citra/Makefile
+++ b/emulators/citra/Makefile
@@ -2,7 +2,7 @@
PORTNAME= citra
PORTVERSION= s20190729
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= emulators
MAINTAINER= jbeich@FreeBSD.org
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile
index a0b8bb38f50e..dfd2cffd4fab 100644
--- a/emulators/dolphin-emu/Makefile
+++ b/emulators/dolphin-emu/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dolphin-emu
PORTVERSION= 5.0.9209
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= emulators
MAINTAINER= martymac@FreeBSD.org
diff --git a/emulators/kcemu/Makefile b/emulators/kcemu/Makefile
index f2f5495ef847..f8a5fe4b07ec 100644
--- a/emulators/kcemu/Makefile
+++ b/emulators/kcemu/Makefile
@@ -3,7 +3,7 @@
PORTNAME= kcemu
PORTVERSION= 0.5.1
-PORTREVISION= 18
+PORTREVISION= 19
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/KCemu/KCemu-${PORTVERSION}
DISTNAME= KCemu-${PORTVERSION}
diff --git a/emulators/mgba/Makefile b/emulators/mgba/Makefile
index ab40fb826a19..36542fade23c 100644
--- a/emulators/mgba/Makefile
+++ b/emulators/mgba/Makefile
@@ -2,7 +2,7 @@
PORTNAME= mgba
DISTVERSION= 0.7.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators
MAINTAINER= greg@unrelenting.technology
diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile
index 74fefcfdcaaa..f1453834b433 100644
--- a/emulators/pcsxr/Makefile
+++ b/emulators/pcsxr/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pcsxr
PORTVERSION= 1.9.95.20180604
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators
MAINTAINER= martymac@FreeBSD.org
diff --git a/emulators/ppsspp-qt5/Makefile b/emulators/ppsspp-qt5/Makefile
index 0317cf0c3451..81d25c2ae14f 100644
--- a/emulators/ppsspp-qt5/Makefile
+++ b/emulators/ppsspp-qt5/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTREVISION= 1
+PORTREVISION= 2
PKGNAMESUFFIX= -qt5
MASTERDIR= ${.CURDIR}/../ppsspp
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile
index 497ce4030840..930317454e4b 100644
--- a/emulators/ppsspp/Makefile
+++ b/emulators/ppsspp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ppsspp
DISTVERSIONPREFIX= v
DISTVERSION?= 1.8.0
-PORTREVISION?= 1
+PORTREVISION?= 2
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/rpcs3/Makefile b/emulators/rpcs3/Makefile
index d0f96490aa97..38cabc1e0985 100644
--- a/emulators/rpcs3/Makefile
+++ b/emulators/rpcs3/Makefile
@@ -4,6 +4,7 @@ PORTNAME= rpcs3
DISTVERSIONPREFIX= v
DISTVERSION= 0.0.6-8435 # git rev-list --count HEAD
DISTVERSIONSUFFIX= -ge40b76b25
+PORTREVISION= 1
CATEGORIES= emulators
MAINTAINER= jbeich@FreeBSD.org
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index e1786ac1ec31..2828fe8a5443 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vice
PORTVERSION= 3.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= emulators
MASTER_SITES= SF/vice-emu/releases
diff --git a/emulators/visualboyadvance-m/Makefile b/emulators/visualboyadvance-m/Makefile
index eac6da867b95..6f1827c42bc9 100644
--- a/emulators/visualboyadvance-m/Makefile
+++ b/emulators/visualboyadvance-m/Makefile
@@ -3,7 +3,7 @@
PORTNAME= visualboyadvance-m
PORTVERSION= 2.0.0b2
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= emulators
MAINTAINER= root@cooltrainer.org