Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2024 17:49:54 GMT
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eab1619658da - main - textproc/agrep: fix fetch
Message-ID:  <202404151749.43FHnss2041718@gitrepo.freebsd.org>

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

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

commit eab1619658da03fc62dedff9cc4ba6f47d1fb391
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2024-04-15 17:49:45 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2024-04-15 17:49:45 +0000

    textproc/agrep: fix fetch
    
    MFH: 2024Q2
---
 textproc/agrep/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/textproc/agrep/Makefile b/textproc/agrep/Makefile
index f0af4dd75b7e..a0bac90f0f6e 100644
--- a/textproc/agrep/Makefile
+++ b/textproc/agrep/Makefile
@@ -2,9 +2,8 @@ PORTNAME=	agrep
 PORTVERSION=	2.04
 PORTREVISION=	3
 CATEGORIES=	textproc
-MASTER_SITES=	GENTOO \
-		ftp://ftp.cs.arizona.edu/agrep/ \
-		ftp://ftp.cs.arizona.edu/agrep/:doc
+MASTER_SITES=	ftp://ftp.dinoex.org/pub/agrep/ \
+		ftp://ftp.dinoex.org/pub/agrep/:doc
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
 		agrep.ps.1.Z:doc agrep.ps.2.Z:doc
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}



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