Date: Tue, 23 May 2023 21:35:57 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ca43788dbfc8 - main - games/agame: fix WWW Message-ID: <202305232135.34NLZvZh025102@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca43788dbfc82e1e766cc54f73dbf2d13dbaabfd commit ca43788dbfc82e1e766cc54f73dbf2d13dbaabfd Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2023-05-22 20:14:38 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2023-05-23 21:35:28 +0000 games/agame: fix WWW Change archive WWW link to the point where it replies with HTTP 200 rather than 500. --- games/agame/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/agame/Makefile b/games/agame/Makefile index f0855290fa29..b5f6dd100d1a 100644 --- a/games/agame/Makefile +++ b/games/agame/Makefile @@ -8,7 +8,7 @@ DISTNAME= game-src-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Simple Tetris-like game -WWW= https://web.archive.org/web/20190410210052/http://zevv.nl/play/code/game/ +WWW= https://web.archive.org/web/20170226223853/http://zevv.nl/play/code/game/ LICENSE= GPLv2+home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305232135.34NLZvZh025102>
