From db76bc5a660ad77334780a9c158dfad03ed834a2 Mon Sep 17 00:00:00 2001 From: fgsch Date: Tue, 18 Feb 2003 10:30:17 +0000 Subject: [PATCH] new MASTER_SITES and HOMEPAGE. from by Joseph C. Bender . --- mail/fetchmail/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index d82db075ec6..c983d141e1c 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.92 2002/12/13 08:53:56 fgsch Exp $ +# $OpenBSD: Makefile,v 1.93 2003/02/18 10:30:17 fgsch Exp $ COMMENT= "mail retrieval utility for POP2, POP3, KPOP, IMAP and more" DISTNAME= fetchmail-6.2.0 CATEGORIES= mail -MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \ +MASTER_SITES= http://catb.org/~esr/fetchmail/ \ ftp://ftp.ccil.org/pub/esr/fetchmail/ -HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/ +HOMEPAGE= http://catb.org/~esr/fetchmail/ MAINTAINER= Federico Schwindt