summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2016-11-20 09:38:08 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2016-11-20 09:38:08 +0000
commit89f8b052147a980faa4f4419d8444f0c7073c997 (patch)
treee94768205025f539f2698d8d84810ab33e0ca57f /emulators
parentLong awaited, finally update the default version of GCC in the Ports (diff)
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
Notes
Notes: svn path=/head/; revision=426566
Diffstat (limited to 'emulators')
-rw-r--r--emulators/catapult/Makefile1
-rw-r--r--emulators/gxemul/Makefile2
-rw-r--r--emulators/mame/Makefile2
-rw-r--r--emulators/openmsx/Makefile1
-rw-r--r--emulators/pearpc/Makefile2
-rw-r--r--emulators/pipelight/Makefile1
-rw-r--r--emulators/raine/Makefile2
-rw-r--r--emulators/skyeye/Makefile1
-rw-r--r--emulators/wine-devel/Makefile1
-rw-r--r--emulators/wine/Makefile1
-rw-r--r--emulators/x49gp/Makefile1
11 files changed, 11 insertions, 4 deletions
diff --git a/emulators/catapult/Makefile b/emulators/catapult/Makefile
index 2959052652ba..510745903c0d 100644
--- a/emulators/catapult/Makefile
+++ b/emulators/catapult/Makefile
@@ -3,6 +3,7 @@
PORTNAME= catapult
PORTVERSION= 0.13.0
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= https://github.com/openMSX/openMSX/releases/download/RELEASE_${PORTVERSION:S/./_/g}/
DISTNAME= openmsx-${PORTNAME}-${PORTVERSION}
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile
index 336d343553c1..d1563e0900fb 100644
--- a/emulators/gxemul/Makefile
+++ b/emulators/gxemul/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gxemul
PORTVERSION= 0.6.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= http://gxemul.sourceforge.net/src/ \
http://gavare.se/gxemul/src/
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile
index 0bfbd5f4e9f7..d9d391afeb81 100644
--- a/emulators/mame/Makefile
+++ b/emulators/mame/Makefile
@@ -3,7 +3,7 @@
PORTNAME?= mame
PORTVERSION= 0.166
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= emulators
MAINTAINER= ports@FreeBSD.org
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile
index 509f02d9811e..ff1ccedfd93e 100644
--- a/emulators/openmsx/Makefile
+++ b/emulators/openmsx/Makefile
@@ -2,6 +2,7 @@
PORTNAME= openmsx
PORTVERSION= 0.13.0
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= https://github.com/openMSX/openMSX/releases/download/RELEASE_${PORTVERSION:S/./_/g}/
diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile
index c7f12121b825..27fc18b3c591 100644
--- a/emulators/pearpc/Makefile
+++ b/emulators/pearpc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pearpc
PORTVERSION= 0.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}.0
diff --git a/emulators/pipelight/Makefile b/emulators/pipelight/Makefile
index 74c1bc2eee84..3af9084faaed 100644
--- a/emulators/pipelight/Makefile
+++ b/emulators/pipelight/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pipelight
PORTVERSION= 0.2.8.2
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= https://bitbucket.org/mmueller2012/pipelight/get/ \
http://repos.fds-team.de/pluginloader/v${DISTVERSION}/:plg
diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile
index df7aeb3d1d07..e7efc4996b15 100644
--- a/emulators/raine/Makefile
+++ b/emulators/raine/Makefile
@@ -3,7 +3,7 @@
PORTNAME= raine
PORTVERSION= 0.51.9
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= emulators games
MASTER_SITES= GENTOO
DISTNAME= ${PORTNAME}s-${PORTVERSION}
diff --git a/emulators/skyeye/Makefile b/emulators/skyeye/Makefile
index 5f58b5bdbc71..1051233256f1 100644
--- a/emulators/skyeye/Makefile
+++ b/emulators/skyeye/Makefile
@@ -3,6 +3,7 @@
PORTNAME= skyeye
PORTVERSION= 1.2.5
+PORTREVISION= 1
DISTVERSIONSUFFIX= _REL
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 4cf734108663..3fab191ea973 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -3,6 +3,7 @@
PORTNAME= wine
DISTVERSION= 1.9.23
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 82b1aaed7e97..76ed2841c0dd 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -3,6 +3,7 @@
PORTNAME= wine
DISTVERSION= 1.8.5
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
diff --git a/emulators/x49gp/Makefile b/emulators/x49gp/Makefile
index b09406031b5a..1f458d46d11a 100644
--- a/emulators/x49gp/Makefile
+++ b/emulators/x49gp/Makefile
@@ -5,6 +5,7 @@
PORTNAME= x49gp
PORTVERSION= 20100425
+PORTREVISION= 1
CATEGORIES= emulators math
MASTER_SITES= LOCAL/shaun
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} sdcard64.tar.gz