svn commit: r534012 - head/games/fishsupper

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue May 5 02:19:28 UTC 2020


Author: amdmi3
Date: Tue May  5 02:19:27 2020
New Revision: 534012
URL: https://svnweb.freebsd.org/changeset/ports/534012

Log:
  - Fix fetch

Modified:
  head/games/fishsupper/Makefile

Modified: head/games/fishsupper/Makefile
==============================================================================
--- head/games/fishsupper/Makefile	Tue May  5 02:17:41 2020	(r534011)
+++ head/games/fishsupper/Makefile	Tue May  5 02:19:27 2020	(r534012)
@@ -5,14 +5,10 @@ PORTNAME=	fishsupper
 PORTVERSION=	0.1.6
 PORTREVISION=	19
 CATEGORIES=	games
-MASTER_SITES=	SF/${PORTNAME}
+MASTER_SITES=	https://mirror.amdmi3.ru/distfiles/
 
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Guide a cat across a series of rivers, jumping from log to log
-
-BROKEN=		unfetchable
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2020-05-05
 
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING


More information about the svn-ports-head mailing list