svn commit: r486001 - in head/games/mari0: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Nov 27 12:23:26 UTC 2018


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 "$@"


More information about the svn-ports-all mailing list