Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 2025 08:06:33 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: d66f16f34500 - 2025Q4 - games/tesseract-data: find working mirror for distfile
Message-ID:  <202510190806.59J86XSO003493@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2025Q4 has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d66f16f34500e5ecc6c17f3d8f395bd25407e3f7

commit d66f16f34500e5ecc6c17f3d8f395bd25407e3f7
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:06:16 +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
    
    (cherry picked from commit 87b7dfc276bd183b1c7db4f5188fc6e70220ddb6)
---
 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_linux
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510190806.59J86XSO003493>