Date: Tue, 27 Nov 2018 12:23:13 +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: r486001 - in head/games/mari0: . files Message-ID: <201811271223.wARCNDVI002872@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Nov 27 12:23:12 2018 New Revision: 486001 URL: https://svnweb.freebsd.org/changeset/ports/486001 Log: - Unbreak by using supported love version Approved by: portmgr blanket Modified: head/games/mari0/Makefile head/games/mari0/files/mari0.in Modified: head/games/mari0/Makefile ============================================================================== --- head/games/mari0/Makefile Tue Nov 27 12:00:59 2018 (r486000) +++ head/games/mari0/Makefile Tue Nov 27 12:23:12 2018 (r486001) @@ -3,6 +3,7 @@ PORTNAME= mari0 PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://stabyourself.net/dl.php?file=${PORTNAME}-${PORTVERSION:C/\./00/}/ DISTNAME= ${PORTNAME}-source @@ -13,7 +14,7 @@ COMMENT= Nintendo\'s Super Mario Bros and Valve\'s Por LICENSE= CC-BY-NC-SA-3.0 -RUN_DEPENDS= love:devel/love +RUN_DEPENDS= love08:devel/love08 USES= zip NO_BUILD= yes Modified: head/games/mari0/files/mari0.in ============================================================================== --- head/games/mari0/files/mari0.in Tue Nov 27 12:00:59 2018 (r486000) +++ head/games/mari0/files/mari0.in Tue Nov 27 12:23:12 2018 (r486001) @@ -1,3 +1,3 @@ #!/bin/sh -exec %%LOCALBASE%%/bin/love %%DATADIR%%/%%PORTNAME%%_%%PORTVERSION%%.love "$@" +exec %%LOCALBASE%%/bin/love08 %%DATADIR%%/%%PORTNAME%%_%%PORTVERSION%%.love "$@"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811271223.wARCNDVI002872>