Date: Mon, 14 Oct 2024 20:40:46 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 56a7aaf39abd - main - games/doom-hr: Refresh MASTER_SITES Message-ID: <202410142040.49EKekmD013462@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=56a7aaf39abd73dff6ecfee8047ccc3014ea6628 commit 56a7aaf39abd73dff6ecfee8047ccc3014ea6628 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-10-14 20:36:11 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-10-14 20:36:14 +0000 games/doom-hr: Refresh MASTER_SITES Remove dead mirrors and switch to https --- games/doom-hr/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/games/doom-hr/Makefile b/games/doom-hr/Makefile index 131c76a3dab1..ef5a46fc791d 100644 --- a/games/doom-hr/Makefile +++ b/games/doom-hr/Makefile @@ -2,11 +2,7 @@ PORTNAME= hr PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= ftp://ftp.planetmirror.com/pub/idgames/themes/hr/ \ - ftp://ftp.fu-berlin.de/pc/msdos/games/idgames/themes/hr/ \ - ftp://ftp.ntua.gr/pub/vendors/idgames/themes/hr/ \ - http://ftp.sunet.se/pub/pc/games/idgames/themes/hr/ \ - ftp://3darchives.in-span.net/pub/idgames/themes/hr/ +MASTER_SITES= https://ftp.fu-berlin.de/pc/msdos/games/idgames/themes/hr/ PKGNAMEPREFIX= ${DMPKGNAMEPREFIX} DISTFILES= ${PORTNAME}${EXTRACT_SUFX} DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410142040.49EKekmD013462>