Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2020 21:53:20 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548048 - head/games/jumpnbump
Message-ID:  <202009082153.088LrKgK009161@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009082153.088LrKgK009161>