Date: Sat, 9 Dec 2017 09:36:10 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455831 - head/games/solarwolf Message-ID: <201712090936.vB99aAU0040496@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Dec 9 09:36:10 2017 New Revision: 455831 URL: https://svnweb.freebsd.org/changeset/ports/455831 Log: - Add explicit FLAVOR to dependency (useful when using DEFAULT_VERSIONS=python=3.x - Remove dependency on python2 metaport Modified: head/games/solarwolf/Makefile Modified: head/games/solarwolf/Makefile ============================================================================== --- head/games/solarwolf/Makefile Sat Dec 9 09:33:59 2017 (r455830) +++ head/games/solarwolf/Makefile Sat Dec 9 09:36:10 2017 (r455831) @@ -3,7 +3,7 @@ PORTNAME= solarwolf PORTVERSION= 1.5 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games MASTER_SITES= http://www.pygame.org/shredwheat/solarwolf/ @@ -13,9 +13,10 @@ COMMENT= Action/arcade game originally based of SolarF LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/lgpl.txt -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:devel/py-game +RUN_DEPENDS= ${PYGAME} -USES= python:2 +USES= python:2.7 shebangfix +SHEBANG_FILES= solarwolf.py DESKTOP_ENTRIES= "SolarWolf" "${COMMENT}" "solarwolf" \ "solarwolf" "Game;ArcadeGame;" false
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712090936.vB99aAU0040496>