Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Feb 2021 19:35:11 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565331 - head/games/fmars
Message-ID:  <202102151935.11FJZBkV076041@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	bofh@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102151935.11FJZBkV076041>