Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2023 10:50:31 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 34c6986dbda7 - main - net/py-tofu: Remove stale MASTER_SITES
Message-ID:  <202307231050.36NAoVp4005656@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit 34c6986dbda74d2729b956e7e14dcef9e159d05c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-23 10:37:06 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-23 10:50:18 +0000

    net/py-tofu: Remove stale MASTER_SITES
    
    - Replace stale MIRROR_SITES with LOCAL as these stale SITES
      drastically deteriorates the portscout scanner. MAINTAINERS who are
      also committers please update or move the DISTFILE in your own HOME
      public_distfiles on next commit.
    
    Approved by:    portmgr (blanket)
---
 net/py-tofu/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/py-tofu/Makefile b/net/py-tofu/Makefile
index ced60e485310..10c05f49577d 100644
--- a/net/py-tofu/Makefile
+++ b/net/py-tofu/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	tofu
 PORTVERSION=	0.5
 PORTREVISION=	1
 CATEGORIES=	net python
-MASTER_SITES=	http://download.gna.org/soya/
+MASTER_SITES=	LOCAL/bofh/${PORTNAME}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	Tofu-${PORTVERSION}
 DIST_SUBDIR=	python



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