From d692d121ad9a504936b074e21976dfd4822a6331 Mon Sep 17 00:00:00 2001 From: Nuno Teixeira Date: Fri, 14 Feb 2025 14:29:14 +0000 Subject: [PATCH] textproc/sarep: Fix dead MASTER_SITES - Replace ftp.vim.org (NXDOMAIN) with a mirror Approved by: portmgr (blanket) --- textproc/sarep/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/sarep/Makefile b/textproc/sarep/Makefile index 61644e6fadaf..3314c458bbb2 100644 --- a/textproc/sarep/Makefile +++ b/textproc/sarep/Makefile @@ -1,7 +1,7 @@ PORTNAME= sarep PORTVERSION= 1.1 CATEGORIES= textproc -MASTER_SITES= http://ftp.vim.org/ibiblio/utils/text/ +MASTER_SITES= https://ftp.nluug.nl/pub/ibiblio/utils/text/ EXTRACT_SUFX= MAINTAINER= ports@FreeBSD.org