git: ca43788dbfc8 - main - games/agame: fix WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 May 2023 21:35:57 UTC
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+