summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2019-04-26 13:13:41 +0000
committermaya <maya@pkgsrc.org>2019-04-26 13:13:41 +0000
commit537e1607288b9c9711923e39f591c1cee33918a2 (patch)
treec2fc0320a4174490f7435a2783c9f25e76bafa81 /games
parent2bd8a391616049fff382854786b6967ef757fab7 (diff)
downloadpkgsrc-537e1607288b9c9711923e39f591c1cee33918a2.tar.gz
Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
Diffstat (limited to 'games')
-rw-r--r--games/4stAttack/Makefile4
-rw-r--r--games/accelerator3d/Makefile4
-rw-r--r--games/blindmine/Makefile4
-rw-r--r--games/freeciv-share/Makefile.common4
-rw-r--r--games/gcompris/Makefile4
-rw-r--r--games/gnome-games/Makefile4
-rw-r--r--games/jools/Makefile4
-rw-r--r--games/kajongg/Makefile4
-rw-r--r--games/kye/Makefile4
-rw-r--r--games/monsterz/Makefile4
-rw-r--r--games/py-easyAI/Makefile4
-rw-r--r--games/py-renpy/Makefile4
-rw-r--r--games/pysolfc/Makefile4
-rw-r--r--games/pytraffic/Makefile4
-rw-r--r--games/teeworlds/Makefile4
15 files changed, 30 insertions, 30 deletions
diff --git a/games/4stAttack/Makefile b/games/4stAttack/Makefile
index 49cc579d4e1..15c320b972a 100644
--- a/games/4stAttack/Makefile
+++ b/games/4stAttack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2019/04/25 07:32:54 maya Exp $
+# $NetBSD: Makefile,v 1.34 2019/04/26 13:13:57 maya Exp $
DISTNAME= 4stAttack-2.1.4
PKGREVISION= 19
@@ -14,7 +14,7 @@ INSTALLATION_DIRS= bin share/${PKGBASE}
USE_TOOLS+= pax
REPLACE_PYTHON= 4stattack.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 2.1.4
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.1.4
FIND_EXCLUDE= \( -name \*.orig -or -name \*.txt -or -name \*.pre -or -name GPL -or -name \*~ -or -name 4stattack \)
diff --git a/games/accelerator3d/Makefile b/games/accelerator3d/Makefile
index f9f1af34322..3257ad9ed42 100644
--- a/games/accelerator3d/Makefile
+++ b/games/accelerator3d/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/04/25 07:32:54 maya Exp $
+# $NetBSD: Makefile,v 1.7 2019/04/26 13:13:58 maya Exp $
DISTNAME= accelerator-0.1.1
PKGNAME= ${DISTNAME:S/accelerator/accelerator3d/}
@@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-game-[0-9]*:../../devel/py-game
DEPENDS+= ${PYPKGPREFIX}-ode-[0-9]*:../../devel/py-ode
DEPENDS+= ${PYPKGPREFIX}-OpenGL-[0-9]*:../../graphics/py-OpenGL
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ode
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-ode
REPLACE_PYTHON+= accelerator.py
diff --git a/games/blindmine/Makefile b/games/blindmine/Makefile
index 7302f8b9479..c913eb9fa61 100644
--- a/games/blindmine/Makefile
+++ b/games/blindmine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2019/04/25 07:32:54 maya Exp $
+# $NetBSD: Makefile,v 1.32 2019/04/26 13:13:58 maya Exp $
DISTNAME= blindmine-0.3-src
PKGNAME= ${DISTNAME:S/-src//}
@@ -22,7 +22,7 @@ SUBST_FILES.path= blindmine.py sdl_ui.py
SUBST_SED.path= -e 's,/usr/bin/env python,${PYTHONBIN},g'
PYCOMPILEALL= ${BUILDLINK_PREFIX.${PYPACKAGE}}/${PYLIB}/compileall.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.3
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.3
INSTALLATION_DIRS= bin share/doc/blindmine share/blindmine/data
diff --git a/games/freeciv-share/Makefile.common b/games/freeciv-share/Makefile.common
index 40399b013f9..1408122c929 100644
--- a/games/freeciv-share/Makefile.common
+++ b/games/freeciv-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.52 2018/07/04 13:40:19 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.53 2019/04/26 13:13:58 maya Exp $
# used by games/freeciv-share/Makefile
# used by games/freeciv-client/Makefile
@@ -25,7 +25,7 @@ DISTINFO_FILE= ${.CURDIR}/../../games/freeciv-share/distinfo
PATCHDIR= ${.CURDIR}/../../games/freeciv-share/patches
REPLACE_PYTHON= ${WRKSRC}/common/generate_packets.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 2.3.2
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.3.2
SUBST_CLASSES+= data
SUBST_STAGE.data= pre-configure
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile
index 9f02e79187e..081cca15052 100644
--- a/games/gcompris/Makefile
+++ b/games/gcompris/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2019/04/25 07:32:55 maya Exp $
+# $NetBSD: Makefile,v 1.91 2019/04/26 13:13:58 maya Exp $
DISTNAME= gcompris-12.11
PKGREVISION= 40
@@ -23,7 +23,7 @@ INFO_FILES= yes
PTHREAD_AUTO_VARS= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-sqlite2, py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-sqlite2, py-gtk2
PKG_SUPPORTED_OPTIONS= gnet
PKG_OPTIONS_VAR= PKG_OPTIONS.gcompris
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index 20b98486b09..104abd202e5 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.168 2019/04/25 07:32:55 maya Exp $
+# $NetBSD: Makefile,v 1.169 2019/04/26 13:13:58 maya Exp $
DISTNAME= gnome-games-2.32.1
PKGREVISION= 41
@@ -11,7 +11,7 @@ HOMEPAGE= https://www.gnome.org/
COMMENT= GNOME2 games collection
#LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.1
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ORBit via py-gnome2
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-ORBit via py-gnome2
CONFLICTS= xbill-[0-9]*
SUPERSEDES= glchess-[0-9]*
diff --git a/games/jools/Makefile b/games/jools/Makefile
index efc6ceb1454..d7ddca29d65 100644
--- a/games/jools/Makefile
+++ b/games/jools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2019/04/25 07:32:55 maya Exp $
+# $NetBSD: Makefile,v 1.18 2019/04/26 13:13:58 maya Exp $
DISTNAME= jools-0.20
PKGREVISION= 5
@@ -12,7 +12,7 @@ COMMENT= Bejeweled clone
DEPENDS+= ${PYPKGPREFIX}-game>=1.4:../../devel/py-game
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.20
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.20
REPLACE_PYTHON= jools/__init__.py
post-install:
diff --git a/games/kajongg/Makefile b/games/kajongg/Makefile
index 228fb5a5688..fb9d0d06de0 100644
--- a/games/kajongg/Makefile
+++ b/games/kajongg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2019/04/25 07:32:55 maya Exp $
+# $NetBSD: Makefile,v 1.52 2019/04/26 13:13:58 maya Exp $
DISTNAME= kajongg-${_KDE_VERSION}
PKGREVISION= 24
@@ -9,7 +9,7 @@ COMMENT= Maj Jong game
DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 4.14.3, configure does not detect twisted due to using 2.x syntax
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # as of 4.14.3, configure does not detect twisted due to using 2.x syntax
REPLACE_PYTHON+= setup.py
REPLACE_PYTHON+= src/deferredutil.py
diff --git a/games/kye/Makefile b/games/kye/Makefile
index 76ff3d24eb7..2f0394f347f 100644
--- a/games/kye/Makefile
+++ b/games/kye/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2019/04/25 07:32:55 maya Exp $
+# $NetBSD: Makefile,v 1.65 2019/04/26 13:13:58 maya Exp $
DISTNAME= kye-1.0
PKGREVISION= 28
@@ -15,7 +15,7 @@ SUBST_STAGE.prefix= pre-configure
SUBST_FILES.prefix= kye/common.py
SUBST_SED.prefix= 's|@PREFIX@|${PREFIX}|g'
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
diff --git a/games/monsterz/Makefile b/games/monsterz/Makefile
index 3be4c893274..4efff48db56 100644
--- a/games/monsterz/Makefile
+++ b/games/monsterz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2019/04/25 07:32:55 maya Exp $
+# $NetBSD: Makefile,v 1.22 2019/04/26 13:13:58 maya Exp $
DISTNAME= monsterz-0.7.1
PKGREVISION= 5
@@ -13,7 +13,7 @@ DEPENDS+= ${PYPKGPREFIX}-game-[0-9]*:../../devel/py-game
DEPENDS+= ${PYPKGPREFIX}-Numeric-[0-9]*:../../math/py-Numeric
REPLACE_PYTHON= monsterz.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-Numeric
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-Numeric
MAKE_ENV+= GAMEOWN=${GAMEOWN:Q}
MAKE_ENV+= GAMEGRP=${GAMEGRP:Q}
diff --git a/games/py-easyAI/Makefile b/games/py-easyAI/Makefile
index 4b5ad1a5124..a892fd05a98 100644
--- a/games/py-easyAI/Makefile
+++ b/games/py-easyAI/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2018/07/03 05:03:18 adam Exp $
+# $NetBSD: Makefile,v 1.9 2019/04/26 13:13:58 maya Exp $
DISTNAME= easyAI-1.0.0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@ COMMENT= Easy-to-use game AI algorithms
LICENSE= mit
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.0.0.4
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.0.0.4
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/games/py-renpy/Makefile b/games/py-renpy/Makefile
index 7a53219bf3e..df9e7e67f00 100644
--- a/games/py-renpy/Makefile
+++ b/games/py-renpy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2018/07/03 05:03:18 adam Exp $
+# $NetBSD: Makefile,v 1.21 2019/04/26 13:13:58 maya Exp $
DISTNAME= renpy-6.18.3-source
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-source//}
@@ -16,7 +16,7 @@ USE_TOOLS+= pax
PYSETUPSUBDIR= module
EGG_NAME= Ren_Py-${PKGVERSION_NOREV}.761
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported
RENPY_DEPS_INSTALL+= ${BUILDLINK_PREFIX.SDL}
RENPY_DEPS_INSTALL+= ${BUILDLINK_PREFIX.freetype2}
diff --git a/games/pysolfc/Makefile b/games/pysolfc/Makefile
index 429302cdabd..a497071261c 100644
--- a/games/pysolfc/Makefile
+++ b/games/pysolfc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2019/04/25 07:32:55 maya Exp $
+# $NetBSD: Makefile,v 1.27 2019/04/26 13:13:59 maya Exp $
DISTNAME= PySolFC-2.0
PKGNAME= ${DISTNAME:tl}
@@ -13,7 +13,7 @@ COMMENT= Over 1000 solitaire games
LICENSE= gnu-gpl-v3
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-imaging
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-imaging
REPLACE_PYTHON+= \
data/themes/clearlooks/create_imgs.py \
diff --git a/games/pytraffic/Makefile b/games/pytraffic/Makefile
index 8e521067788..4f3bcb17d42 100644
--- a/games/pytraffic/Makefile
+++ b/games/pytraffic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2019/04/25 07:32:55 maya Exp $
+# $NetBSD: Makefile,v 1.56 2019/04/26 13:13:59 maya Exp $
DISTNAME= pytraffic-2.5.4
PKGREVISION= 36
@@ -13,7 +13,7 @@ COMMENT= Computer version of a popular board game
DIST_SUBDIR= pytraffic-2.5.4-070313
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
diff --git a/games/teeworlds/Makefile b/games/teeworlds/Makefile
index a9e74fc12c4..cb80e104c49 100644
--- a/games/teeworlds/Makefile
+++ b/games/teeworlds/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/04/25 07:32:56 maya Exp $
+# $NetBSD: Makefile,v 1.10 2019/04/26 13:13:59 maya Exp $
DISTNAME= teeworlds-0.6.3-src
PKGNAME= ${DISTNAME:S/-src//}
@@ -19,7 +19,7 @@ AUTO_MKDIRS= yes
CPIO= cpio
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # hardcoded to 2.7 in a patch
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # hardcoded to 2.7 in a patch
do-configure:
set -e; cd ${WRKSRC}; bam config