Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2024 17:52:38 GMT
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 0ebeda49a9e0 - 2024Q2 - textproc/agrep: fix fetch
Message-ID:  <202404151752.43FHqcH3057775@gitrepo.freebsd.org>

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

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

commit 0ebeda49a9e01ad3ad38c5a0034e05005db02099
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:52:33 +0000

    textproc/agrep: fix fetch
    
    MFH: 2024Q2
    (cherry picked from commit eab1619658da03fc62dedff9cc4ba6f47d1fb391)
---
 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?202404151752.43FHqcH3057775>