diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-08-19 15:35:27 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-08-19 15:35:27 +0000 |
commit | befa71e0f350a045c0cf26d1871f91c6c453546a (patch) | |
tree | eced3a067f69c836396f6dab708c086619b9da8d /emulators | |
parent | 9ba47d69fa695da89652e9f0b78fe55fbb673e1c (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/cannonball/Makefile | 1 | ||||
-rw-r--r-- | emulators/citra-qt5/Makefile | 2 | ||||
-rw-r--r-- | emulators/citra/Makefile | 2 | ||||
-rw-r--r-- | emulators/emulationstation/Makefile | 2 | ||||
-rw-r--r-- | emulators/mupen64plus-video-glide64mk2/Makefile | 2 | ||||
-rw-r--r-- | emulators/yuzu-qt5/Makefile | 2 | ||||
-rw-r--r-- | emulators/yuzu/Makefile | 2 |
7 files changed, 7 insertions, 6 deletions
diff --git a/emulators/cannonball/Makefile b/emulators/cannonball/Makefile index 41579188c51e..6ab4cb69290b 100644 --- a/emulators/cannonball/Makefile +++ b/emulators/cannonball/Makefile @@ -2,6 +2,7 @@ PORTNAME= cannonball DISTVERSION= g20171201 +PORTREVISION= 1 CATEGORIES= emulators games MAINTAINER= santhosh.raju@gmail.com 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 7c532a21070c..798de67697f4 100644 --- a/emulators/citra/Makefile +++ b/emulators/citra/Makefile @@ -2,7 +2,7 @@ PORTNAME= citra PORTVERSION= s20190814 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org diff --git a/emulators/emulationstation/Makefile b/emulators/emulationstation/Makefile index 02b92e2a892a..2a0b2aedcc47 100644 --- a/emulators/emulationstation/Makefile +++ b/emulators/emulationstation/Makefile @@ -3,7 +3,7 @@ PORTNAME= emulationstation DISTVERSIONPREFIX= v DISTVERSION= 2.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MAINTAINER= freebsd@coombscloud.com diff --git a/emulators/mupen64plus-video-glide64mk2/Makefile b/emulators/mupen64plus-video-glide64mk2/Makefile index b71e395ddd6a..1769598aa3a3 100644 --- a/emulators/mupen64plus-video-glide64mk2/Makefile +++ b/emulators/mupen64plus-video-glide64mk2/Makefile @@ -1,7 +1,7 @@ # Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 16 +PORTREVISION= 17 PKGNAMESUFFIX= -video-glide64mk2 COMMENT= Glide64mk2 video plugin for Mupen64Plus diff --git a/emulators/yuzu-qt5/Makefile b/emulators/yuzu-qt5/Makefile index 456d42c3f25d..c76e683cdde6 100644 --- a/emulators/yuzu-qt5/Makefile +++ b/emulators/yuzu-qt5/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../yuzu diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 7ff87b5dd401..92d720091c71 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -2,7 +2,7 @@ PORTNAME= yuzu PORTVERSION= s20190801 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org |