diff options
author | riggs <riggs@FreeBSD.org> | 2017-04-25 16:20:30 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2017-04-25 16:20:30 +0800 |
commit | 1f2d6176cb76f3173c76d1ee4ca6616a6df8d8f5 (patch) | |
tree | 634799b0b1d3d54aac727b35456e56e8cdd0bde7 /emulators | |
parent | b5241544c89a25c6188de36f34372bede54d773d (diff) | |
download | freebsd-ports-gnome-1f2d6176cb76f3173c76d1ee4ca6616a6df8d8f5.tar.gz freebsd-ports-gnome-1f2d6176cb76f3173c76d1ee4ca6616a6df8d8f5.tar.zst freebsd-ports-gnome-1f2d6176cb76f3173c76d1ee4ca6616a6df8d8f5.zip |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dolphin-emu/Makefile | 2 | ||||
-rw-r--r-- | emulators/kcemu/Makefile | 2 | ||||
-rw-r--r-- | emulators/ppsspp-qt5/Makefile | 2 | ||||
-rw-r--r-- | emulators/ppsspp/Makefile | 2 | ||||
-rw-r--r-- | emulators/vice/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index 11a925871c9d..e8c385543987 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -3,7 +3,7 @@ PORTNAME= dolphin-emu PORTVERSION= 5.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators MAINTAINER= martymac@FreeBSD.org diff --git a/emulators/kcemu/Makefile b/emulators/kcemu/Makefile index c391d6864681..fe1d647e8428 100644 --- a/emulators/kcemu/Makefile +++ b/emulators/kcemu/Makefile @@ -3,7 +3,7 @@ PORTNAME= kcemu PORTVERSION= 0.5.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/KCemu/KCemu-${PORTVERSION} DISTNAME= KCemu-${PORTVERSION} diff --git a/emulators/ppsspp-qt5/Makefile b/emulators/ppsspp-qt5/Makefile index e436926eb3db..ce0f451bc9d5 100644 --- a/emulators/ppsspp-qt5/Makefile +++ b/emulators/ppsspp-qt5/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../ppsspp diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index 6862df7fe642..08a79d33649b 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -3,7 +3,7 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v DISTVERSION?= 1.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/vice/Makefile b/emulators/vice/Makefile index 79dc7684c0de..9600e5bc6a7c 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -3,7 +3,7 @@ PORTNAME= vice PORTVERSION= 3.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/ \ ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/ |