Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 2020 02:17:42 +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: r534011 - head/games/tomatoes
Message-ID:  <202005050217.0452HglF077058@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue May  5 02:17:41 2020
New Revision: 534011
URL: https://svnweb.freebsd.org/changeset/ports/534011

Log:
  - Fix fetch

Modified:
  head/games/tomatoes/Makefile

Modified: head/games/tomatoes/Makefile
==============================================================================
--- head/games/tomatoes/Makefile	Tue May  5 02:16:05 2020	(r534010)
+++ head/games/tomatoes/Makefile	Tue May  5 02:17:41 2020	(r534011)
@@ -5,16 +5,12 @@ PORTNAME=	tomatoes
 PORTVERSION=	1.55
 PORTREVISION=	1
 CATEGORIES=	games
-MASTER_SITES=	SF
+MASTER_SITES=	https://mirror.amdmi3.ru/distfiles/
 DISTFILES=	${PORTNAME}-linux-src-${PORTVERSION}${EXTRACT_SUFX} \
 		${PORTNAME}-linux-${DATAVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Tomato-smashing, Q-Bert style
-
-BROKEN=		unfetchable
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2020-05-05
 
 LICENSE=	ZLIB
 



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