Date: Thu, 7 Nov 2024 18:14:09 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1a95684e28bf - main - sysutils/am-utils: Clean up MASTER_SITES Message-ID: <202411071814.4A7IE9Zi058709@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=1a95684e28bf9eb000423f1328041abc9e6acfbf commit 1a95684e28bf9eb000423f1328041abc9e6acfbf Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-11-07 17:08:54 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-11-07 18:12:57 +0000 sysutils/am-utils: Clean up MASTER_SITES Remove defunct MASTER_SITES, replacing them with the https site. MFH: 2024Q4 --- sysutils/am-utils/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sysutils/am-utils/Makefile b/sysutils/am-utils/Makefile index 032cf5142af2..2a14f46559de 100644 --- a/sysutils/am-utils/Makefile +++ b/sysutils/am-utils/Makefile @@ -3,8 +3,7 @@ PORTVERSION= 6.2 PORTREVISION= 12 PORTEPOCH= 1 CATEGORIES= sysutils net -MASTER_SITES= ftp://ftp.am-utils.org/pub/am-utils/ \ - ftp://ftp.cs.umn.edu/pub/am-utils/ \ +MASTER_SITES= https://download.filesystems.org/am-utils/ \ ftp://ftp.u-aizu.ac.jp/pub/net/amd/am-utils/ MAINTAINER= cy@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411071814.4A7IE9Zi058709>