Received: by mail.netbsd.org (Postfix, from userid 605) id 6A77C84D40; Sun, 25 Apr 2021 06:51:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A511384D33 for ; Sun, 25 Apr 2021 06:51:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id WeH8j2lwYSHQ for ; Sun, 25 Apr 2021 06:51:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3827584CE9 for ; Sun, 25 Apr 2021 06:51:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 34CE6FA95; Sun, 25 Apr 2021 06:51:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161933349511740" MIME-Version: 1.0 Date: Sun, 25 Apr 2021 06:51:35 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mail/xfmail To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210425065135.34CE6FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161933349511740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Apr 25 06:51:35 UTC 2021 Modified Files: pkgsrc/mail/xfmail: Makefile Log Message: xfmail: remove dead download link To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 pkgsrc/mail/xfmail/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161933349511740 Content-Disposition: inline Content-Length: 657 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/xfmail/Makefile diff -u pkgsrc/mail/xfmail/Makefile:1.58 pkgsrc/mail/xfmail/Makefile:1.59 --- pkgsrc/mail/xfmail/Makefile:1.58 Wed Jul 18 00:06:20 2018 +++ pkgsrc/mail/xfmail/Makefile Sun Apr 25 06:51:35 2021 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.58 2018/07/18 00:06:20 joerg Exp $ +# $NetBSD: Makefile,v 1.59 2021/04/25 06:51:35 wiz Exp $ DISTNAME= xfmail-1.5.5 PKGREVISION= 8 CATEGORIES= mail x11 -MASTER_SITES= ftp://xfmail.ufies.org/pub/xfmail/release/1.5.5/source/ +#MASTER_SITES= ftp://xfmail.ufies.org/pub/xfmail/release/1.5.5/source/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_161933349511740--