svn commit: r565331 - head/games/fmars

Muhammad Moinur Rahman bofh at FreeBSD.org
Mon Feb 15 19:35:11 UTC 2021


Author: bofh
Date: Mon Feb 15 19:35:10 2021
New Revision: 565331
URL: https://svnweb.freebsd.org/changeset/ports/565331

Log:
  games/fmars: Update BUILD_DEPENDS with lang/guile1
  
  - Take MAINTAINERSHIP
  - Bump PORTREVISION

Modified:
  head/games/fmars/Makefile

Modified: head/games/fmars/Makefile
==============================================================================
--- head/games/fmars/Makefile	Mon Feb 15 19:19:22 2021	(r565330)
+++ head/games/fmars/Makefile	Mon Feb 15 19:35:10 2021	(r565331)
@@ -3,16 +3,16 @@
 
 PORTNAME=	fmars
 PORTVERSION=	0.0.207
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	http://corewar.co.uk/janeczek/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	bofh at FreeBSD.org
 COMMENT=	Fast Memory Array Redcode Simulator
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	guile:lang/guile
+BUILD_DEPENDS=	guile:lang/guile1
 
 USES=		gmake tar:bzip2
 ALL_TARGET=	x${PORTNAME}


More information about the svn-ports-all mailing list