svn commit: r534011 - head/games/tomatoes

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue May 5 02:17:42 UTC 2020


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 at FreeBSD.org
 COMMENT=	Tomato-smashing, Q-Bert style
-
-BROKEN=		unfetchable
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2020-05-05
 
 LICENSE=	ZLIB
 


More information about the svn-ports-head mailing list