Received: by mail.netbsd.org (Postfix, from userid 605) id 3E7F984D24; Sat, 24 Apr 2021 20:05:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7A9BE84D16 for ; Sat, 24 Apr 2021 20:05:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id v9rAQHizv_5P for ; Sat, 24 Apr 2021 20:05:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 135BA84CD9 for ; Sat, 24 Apr 2021 20:05:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1063BFA95; Sat, 24 Apr 2021 20:05:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619294722293080" MIME-Version: 1.0 Date: Sat, 24 Apr 2021 20:05:22 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mail/incm To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210424200522.1063BFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619294722293080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Apr 24 20:05:22 UTC 2021 Modified Files: pkgsrc/mail/incm: Makefile Log Message: ncm: remove dead download link To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/mail/incm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619294722293080 Content-Disposition: inline Content-Length: 586 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/incm/Makefile diff -u pkgsrc/mail/incm/Makefile:1.13 pkgsrc/mail/incm/Makefile:1.14 --- pkgsrc/mail/incm/Makefile:1.13 Sun Jan 26 17:31:34 2020 +++ pkgsrc/mail/incm/Makefile Sat Apr 24 20:05:21 2021 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2020/01/26 17:31:34 rillig Exp $ -# +# $NetBSD: Makefile,v 1.14 2021/04/24 20:05:21 wiz Exp $ DISTNAME= incm-0.5 CATEGORIES= mail -MASTER_SITES= ftp://ftp.mew.org/pub/Mew/release/ +#MASTER_SITES= ftp://ftp.mew.org/pub/Mew/release/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.mew.org/ --_----------=_1619294722293080--