diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2022-08-05 17:58:34 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2022-08-05 17:58:34 +0000 |
commit | 57a153b6962c76f08da35530b3ae483fb6c20ef0 (patch) | |
tree | f417110f33c2aa7aaa51738e52faa005040b66ec /emulators | |
parent | archivers/libzip: Update to 1.9.2 (diff) |
archivers/libzip: Bump PORTREVISION on dependent ports
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/libretro-ppsspp/Makefile | 2 | ||||
-rw-r--r-- | emulators/ppsspp-qt5/Makefile | 2 | ||||
-rw-r--r-- | emulators/ppsspp/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/emulators/libretro-ppsspp/Makefile b/emulators/libretro-ppsspp/Makefile index 59effea19ca9..f4ad77bc1aa2 100644 --- a/emulators/libretro-ppsspp/Makefile +++ b/emulators/libretro-ppsspp/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMEPREFIX= libretro- MASTERDIR= ${.CURDIR}/../ppsspp diff --git a/emulators/ppsspp-qt5/Makefile b/emulators/ppsspp-qt5/Makefile index 2b5cf472f7e3..41539a191451 100644 --- a/emulators/ppsspp-qt5/Makefile +++ b/emulators/ppsspp-qt5/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../ppsspp diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index 03c99c661287..44076a00396a 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -1,7 +1,7 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v DISTVERSION?= 1.13.1 -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 |