diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/citra-qt5/Makefile | 2 | ||||
-rw-r--r-- | emulators/citra/Makefile | 2 | ||||
-rw-r--r-- | emulators/dolphin-emu/Makefile | 2 | ||||
-rw-r--r-- | emulators/emu64/Makefile | 2 | ||||
-rw-r--r-- | emulators/fceux/Makefile | 2 | ||||
-rw-r--r-- | emulators/libretro-ppsspp/Makefile | 2 | ||||
-rw-r--r-- | emulators/mgba/Makefile | 2 | ||||
-rw-r--r-- | emulators/pcsx2/Makefile | 2 | ||||
-rw-r--r-- | emulators/ppsspp-qt5/Makefile | 2 | ||||
-rw-r--r-- | emulators/ppsspp/Makefile | 2 | ||||
-rw-r--r-- | emulators/rpcs3/Makefile | 1 | ||||
-rw-r--r-- | emulators/vice/Makefile | 2 | ||||
-rw-r--r-- | emulators/yuzu/Makefile | 2 |
13 files changed, 13 insertions, 12 deletions
diff --git a/emulators/citra-qt5/Makefile b/emulators/citra-qt5/Makefile index c3ac5ab82c9c..b8bf5b627550 100644 --- a/emulators/citra-qt5/Makefile +++ b/emulators/citra-qt5/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../citra diff --git a/emulators/citra/Makefile b/emulators/citra/Makefile index aeaa9fe2c63a..adee4e321049 100644 --- a/emulators/citra/Makefile +++ b/emulators/citra/Makefile @@ -1,6 +1,6 @@ PORTNAME= citra PORTVERSION= s20220902 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= emulators .if make(makesum) MASTER_SITES= https://api.citra-emu.org/gamedb/?dummy=/:gamedb diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index 3adff77d5de4..de8f81bb5570 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -1,6 +1,6 @@ PORTNAME= dolphin-emu PORTVERSION= 5.0.16795 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= emulators MAINTAINER= martymac@FreeBSD.org diff --git a/emulators/emu64/Makefile b/emulators/emu64/Makefile index a1f5a1feed21..e22360e5b732 100644 --- a/emulators/emu64/Makefile +++ b/emulators/emu64/Makefile @@ -1,6 +1,6 @@ PORTNAME= emu64 DISTVERSION= 5.0.19 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= emulators MAINTAINER= zirias@FreeBSD.org diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile index dee54b6e6ccf..4b43ab654542 100644 --- a/emulators/fceux/Makefile +++ b/emulators/fceux/Makefile @@ -1,7 +1,7 @@ PORTNAME= fceux DISTVERSIONPREFIX= v DISTVERSION= 2.6.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators games MAINTAINER= fuz@FreeBSD.org diff --git a/emulators/libretro-ppsspp/Makefile b/emulators/libretro-ppsspp/Makefile index f4ad77bc1aa2..0b8a371c9109 100644 --- a/emulators/libretro-ppsspp/Makefile +++ b/emulators/libretro-ppsspp/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMEPREFIX= libretro- MASTERDIR= ${.CURDIR}/../ppsspp diff --git a/emulators/mgba/Makefile b/emulators/mgba/Makefile index ecb1f0b8f638..8408de051461 100644 --- a/emulators/mgba/Makefile +++ b/emulators/mgba/Makefile @@ -1,6 +1,6 @@ PORTNAME= mgba DISTVERSION= 0.10.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MAINTAINER= pkubaj@FreeBSD.org diff --git a/emulators/pcsx2/Makefile b/emulators/pcsx2/Makefile index fca7acf0e3ab..6795adfc921f 100644 --- a/emulators/pcsx2/Makefile +++ b/emulators/pcsx2/Makefile @@ -1,6 +1,6 @@ PORTNAME= pcsx2 PORTVERSION= 1.7.4097 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MAINTAINER= martymac@FreeBSD.org diff --git a/emulators/ppsspp-qt5/Makefile b/emulators/ppsspp-qt5/Makefile index 41539a191451..c96f2bd29e3d 100644 --- a/emulators/ppsspp-qt5/Makefile +++ b/emulators/ppsspp-qt5/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../ppsspp diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index ae8b0fe6457e..adadab1a6165 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -1,7 +1,7 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v DISTVERSION?= 1.14.4 -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 f2981947d8bf..af6c86c984da 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -1,6 +1,7 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v DISTVERSION= 0.0.27-14931 # git rev-list --count HEAD +PORTREVISION= 1 DISTVERSIONSUFFIX= -gcd9ff08235 CATEGORIES= emulators wayland diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index fb8a3ed2cede..592b9383a48a 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,6 +1,6 @@ PORTNAME= vice PORTVERSION= 3.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= SF/vice-emu/releases diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index d1383acf1999..58c8dd10ce5b 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -1,6 +1,6 @@ PORTNAME= yuzu PORTVERSION= s20230424 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators wayland .if make(makesum) MASTER_SITES= https://api.yuzu-emu.org/gamedb/?dummy=/:gamedb |