From owner-svn-ports-head@freebsd.org Tue Nov 27 12:23:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05B521149554; Tue, 27 Nov 2018 12:23:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3DD7676043; Tue, 27 Nov 2018 12:23:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AEE1A1B36F; Tue, 27 Nov 2018 12:23:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wARCNDj1002874; Tue, 27 Nov 2018 12:23:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wARCNDVI002872; Tue, 27 Nov 2018 12:23:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201811271223.wARCNDVI002872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 27 Nov 2018 12:23:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486001 - in head/games/mari0: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/games/mari0: . files X-SVN-Commit-Revision: 486001 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3DD7676043 X-Spamd-Result: default: False [1.44 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.47)[0.465,0]; NEURAL_SPAM_SHORT(0.33)[0.334,0]; NEURAL_SPAM_MEDIUM(0.64)[0.643,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2018 12:23:27 -0000 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 "$@"