diff options
author | zeising <zeising@FreeBSD.org> | 2017-11-19 03:32:38 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2017-11-19 03:32:38 +0800 |
commit | 32f3335a207ff23c5f7c3e592129656ebd9812cd (patch) | |
tree | 9f8c8ea81795ec9c367298a247b6fc1e32fceae8 /emulators | |
parent | f3b19e1de2a052fb08bf447367eb0d89ff7f08e2 (diff) | |
download | freebsd-ports-gnome-32f3335a207ff23c5f7c3e592129656ebd9812cd.tar.gz freebsd-ports-gnome-32f3335a207ff23c5f7c3e592129656ebd9812cd.tar.zst freebsd-ports-gnome-32f3335a207ff23c5f7c3e592129656ebd9812cd.zip |
Bump portrevision to chase graphics/glew shard library version update.
PR: 223370
Submitted by: zeising
exp-run by: antoine
Approved by: antoine
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dolphin-emu/Makefile | 2 | ||||
-rw-r--r-- | emulators/mupen64plus-video-z64/Makefile | 2 | ||||
-rw-r--r-- | emulators/openmsx/Makefile | 2 | ||||
-rw-r--r-- | emulators/ppsspp/Makefile | 2 | ||||
-rw-r--r-- | emulators/rpcs3/Makefile | 1 |
5 files changed, 5 insertions, 4 deletions
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index 8bb60a153f8c..29babcae761b 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -3,7 +3,7 @@ PORTNAME= dolphin-emu PORTVERSION= 5.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= emulators MAINTAINER= martymac@FreeBSD.org diff --git a/emulators/mupen64plus-video-z64/Makefile b/emulators/mupen64plus-video-z64/Makefile index 410881736eab..4663f6147b28 100644 --- a/emulators/mupen64plus-video-z64/Makefile +++ b/emulators/mupen64plus-video-z64/Makefile @@ -1,7 +1,7 @@ # Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -video-z64 DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}${EXTRACT_SUFX}:plugin diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index b81e0e25b0da..0334bcecf714 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -2,7 +2,7 @@ PORTNAME= openmsx PORTVERSION= 0.13.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= emulators MASTER_SITES= https://github.com/openMSX/openMSX/releases/download/RELEASE_${PORTVERSION:S/./_/g}/ diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index 3014fcbda9c3..e797795647dd 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -3,7 +3,7 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v DISTVERSION?= 1.4.2 -PORTREVISION?= 5 +PORTREVISION?= 6 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 54018aca910c..b1bb8c3159ba 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -3,6 +3,7 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v DISTVERSION= 0.0.4-14 +PORTREVISION= 1 DISTVERSIONSUFFIX= -gc435b328 CATEGORIES= emulators |