git: 1a95684e28bf - main - sysutils/am-utils: Clean up MASTER_SITES

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Thu, 07 Nov 2024 18:14:09 UTC
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