aboutsummaryrefslogtreecommitdiff
path: root/games/jumpnbump
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2020-09-08 21:53:20 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2020-09-08 21:53:20 +0000
commita22fa13a0586f5cd5541f426fb609de67e029936 (patch)
tree227be01aadfe2ee4db7771853b4b418cf7c67701 /games/jumpnbump
parent5e90ec7af16aabedfe80863bbea596b3250c8aa7 (diff)
downloadports-a22fa13a0586f5cd5541f426fb609de67e029936.tar.gz
ports-a22fa13a0586f5cd5541f426fb609de67e029936.zip
- Fix python version requirement
Notes
Notes: svn path=/head/; revision=548048
Diffstat (limited to 'games/jumpnbump')
-rw-r--r--games/jumpnbump/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/games/jumpnbump/Makefile b/games/jumpnbump/Makefile
index 763b69f69c2f..d7e5b7226846 100644
--- a/games/jumpnbump/Makefile
+++ b/games/jumpnbump/Makefile
@@ -3,6 +3,7 @@
PORTNAME= jumpnbump
PORTVERSION= 1.61
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= https://gitlab.com/LibreGames/jumpnbump/repository/${PORTVERSION}/archive.tar.bz2?dummy=/
@@ -12,9 +13,6 @@ COMMENT= Play cute bunnies jumping on each other's heads #'
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-DEPRECATED= Uses deprecated version of python
-EXPIRATION_DATE= 2020-09-15
-
USES= compiler:c11 gettext-tools gmake sdl shebangfix tar:bzip2
SHEBANG_FILES= ${WRKSRC}/menu/jumpnbump_menu.py.pre
USE_SDL= sdl2 mixer2 net2
@@ -29,7 +27,7 @@ OPTIONS_DEFAULT=LAUNCHER
OPTIONS_SUB= yes
LAUNCHER_DESC= Install pygtk launcher
-LAUNCHER_USES= python:2.7,run
+LAUNCHER_USES= python:run
LAUNCHER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>0:devel/py-gobject3@${PY_FLAVOR}
LAUNCHER_ALL_TARGET= jnbmenu
LAUNCHER_INSTALL_TARGET=jnbmenuinstall