svn commit: r548048 - head/games/jumpnbump
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Sep 8 21:53:21 UTC 2020
Author: amdmi3
Date: Tue Sep 8 21:53:20 2020
New Revision: 548048
URL: https://svnweb.freebsd.org/changeset/ports/548048
Log:
- Fix python version requirement
Modified:
head/games/jumpnbump/Makefile
Modified: head/games/jumpnbump/Makefile
==============================================================================
--- head/games/jumpnbump/Makefile Tue Sep 8 21:19:28 2020 (r548047)
+++ head/games/jumpnbump/Makefile Tue Sep 8 21:53:20 2020 (r548048)
@@ -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 hea
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
More information about the svn-ports-head
mailing list