Date: Sun, 19 Oct 2025 08:05:20 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 87b7dfc276bd - main - games/tesseract-data: find working mirror for distfile Message-ID: <202510190805.59J85K2D002667@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=87b7dfc276bd183b1c7db4f5188fc6e70220ddb6 commit 87b7dfc276bd183b1c7db4f5188fc6e70220ddb6 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2025-10-15 09:31:16 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2025-10-19 08:03:25 +0000 games/tesseract-data: find working mirror for distfile The main site doesn't seem to work anymore. Approved by: portmgr (build fix blanket) MFH: 2025Q4 --- games/tesseract-data/Makefile | 4 +++- games/tesseract/Makefile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/games/tesseract-data/Makefile b/games/tesseract-data/Makefile index 4ce06311feca..5cf9a01bf7c4 100644 --- a/games/tesseract-data/Makefile +++ b/games/tesseract-data/Makefile @@ -1,7 +1,9 @@ PORTNAME= tesseract DISTVERSION= 2014_05_12 CATEGORIES= games -MASTER_SITES= http://download.tuxfamily.org/${PORTNAME}/ +#MASTER_SITES= http://download.tuxfamily.org/${PORTNAME}/ +MASTER_SITES= http://absinthe.tuxfamily.net/tesseract/ \ + https://hina.lysator.liu.se/pub/void-ppc-sources/tesseract-1/ DISTNAME= ${PORTNAME}_${DISTVERSION}_first_edition_linux PKGNAMESUFFIX= -game-data diff --git a/games/tesseract/Makefile b/games/tesseract/Makefile index 7cd8a869ffea..d0bd07709d43 100644 --- a/games/tesseract/Makefile +++ b/games/tesseract/Makefile @@ -2,7 +2,9 @@ PORTNAME= tesseract DISTVERSION= 2014_05_12 PORTREVISION= 4 CATEGORIES= games -MASTER_SITES= http://download.tuxfamily.org/${PORTNAME}/ +#MASTER_SITES= http://download.tuxfamily.org/${PORTNAME}/ +MASTER_SITES= http://absinthe.tuxfamily.net/tesseract/ \ + https://hina.lysator.liu.se/pub/void-ppc-sources/tesseract-1/ PKGNAMESUFFIX= -game DISTNAME= ${PORTNAME}_${DISTVERSION}_first_edition_linuxhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510190805.59J85K2D002667>
