aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-09-16 19:51:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-09-16 19:51:26 +0000
commite0de738591f3284626c526841fcaa91c9d5f4543 (patch)
tree4879afc96e4986d9ba2b4a606ccea6364ee658db /games
parent0430ea81cb43e51177f844f275ae00d472f330e1 (diff)
Remove ansi version fo wxGTK 2.8 and only keep the unicode version
All applications in the ports tree works correctly with unicode version of wxGTK Newer version of wxGTK are unicode only (3.0+) Note that now WX_UNICODE macro is noop
Notes
Notes: svn path=/head/; revision=397077
Diffstat (limited to 'games')
-rw-r--r--games/0ad/Makefile1
-rw-r--r--games/blokish/Makefile2
-rw-r--r--games/glest/Makefile2
-rw-r--r--games/openyahtzee/Makefile1
-rw-r--r--games/pyfa/Makefile1
-rw-r--r--games/scorched3d/Makefile2
-rw-r--r--games/scummvm-tools/Makefile2
-rw-r--r--games/springlobby/Makefile2
-rw-r--r--games/traindirector/Makefile2
-rw-r--r--games/vavoom/Makefile2
10 files changed, 10 insertions, 7 deletions
diff --git a/games/0ad/Makefile b/games/0ad/Makefile
index 1b3bc3590457..02cad7c8ccf0 100644
--- a/games/0ad/Makefile
+++ b/games/0ad/Makefile
@@ -2,6 +2,7 @@
PORTNAME= 0ad
PORTVERSION= 0.0.18
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/zero-ad/releases
DISTFILES= ${PORTNAME}-${PORTVERSION}-alpha-unix-build.tar.xz \
diff --git a/games/blokish/Makefile b/games/blokish/Makefile
index 09595cdeefc3..6e4431706416 100644
--- a/games/blokish/Makefile
+++ b/games/blokish/Makefile
@@ -3,7 +3,7 @@
PORTNAME= blokish
PORTVERSION= 0.9.4
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
DISTNAME= ${PORTNAME}_v${PORTVERSION}
diff --git a/games/glest/Makefile b/games/glest/Makefile
index 69aefdf6939a..6044b2b415fe 100644
--- a/games/glest/Makefile
+++ b/games/glest/Makefile
@@ -3,7 +3,7 @@
PORTNAME= glest
PORTVERSION= 3.2.2
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20source/${PORTVERSION}
DISTNAME= ${PORTNAME}_source_${PORTVERSION}
diff --git a/games/openyahtzee/Makefile b/games/openyahtzee/Makefile
index d5dc1d5cf9cd..ed3e57b798e9 100644
--- a/games/openyahtzee/Makefile
+++ b/games/openyahtzee/Makefile
@@ -3,6 +3,7 @@
PORTNAME= openyahtzee
PORTVERSION= 1.9.2
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/Open%20Yahtzee/Open%20Yahtzee%20${PORTVERSION}
diff --git a/games/pyfa/Makefile b/games/pyfa/Makefile
index 1e51d29d18ee..e0e896a8a9f2 100644
--- a/games/pyfa/Makefile
+++ b/games/pyfa/Makefile
@@ -4,6 +4,7 @@
PORTNAME= pyfa
PORTVERSION= 1.13.1
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= games python
MAINTAINER= andrey@bsdnir.info
diff --git a/games/scorched3d/Makefile b/games/scorched3d/Makefile
index 2f61895f18f4..cb5041ae01f3 100644
--- a/games/scorched3d/Makefile
+++ b/games/scorched3d/Makefile
@@ -3,7 +3,7 @@
PORTNAME= scorched3d
PORTVERSION= 0.${SCORCH_VERSION}${SCORCH_REVISION}
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Version%20${SCORCH_VERSION}
DISTNAME= Scorched3D-${SCORCH_VERSION}-src
diff --git a/games/scummvm-tools/Makefile b/games/scummvm-tools/Makefile
index 8d94877d1ac4..a4725418715f 100644
--- a/games/scummvm-tools/Makefile
+++ b/games/scummvm-tools/Makefile
@@ -3,7 +3,7 @@
PORTNAME= scummvm-tools
DISTVERSION= 1.7.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games emulators
MASTER_SITES= SF/scummvm/${PORTNAME}/${DISTVERSION}
diff --git a/games/springlobby/Makefile b/games/springlobby/Makefile
index 2ee740d394de..e9e37115e5bf 100644
--- a/games/springlobby/Makefile
+++ b/games/springlobby/Makefile
@@ -3,7 +3,7 @@
PORTNAME= springlobby
PORTVERSION= 0.180
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games net
MASTER_SITES= http://www.springlobby.info/tarballs/ \
http://mirror.amdmi3.ru/distfiles/
diff --git a/games/traindirector/Makefile b/games/traindirector/Makefile
index d8f2edd621d7..926f5f64cb9c 100644
--- a/games/traindirector/Makefile
+++ b/games/traindirector/Makefile
@@ -2,7 +2,7 @@
PORTNAME= traindirector
PORTVERSION= 3.6
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= games
MASTER_SITES= http://www.backerstreet.com/traindir/
DISTNAME= tdir36src
diff --git a/games/vavoom/Makefile b/games/vavoom/Makefile
index 5e26adcebcf7..8018594464c3 100644
--- a/games/vavoom/Makefile
+++ b/games/vavoom/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vavoom
PORTVERSION= 1.33
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/Vavoom-source/${PORTVERSION}