Received: by mail.netbsd.org (Postfix, from userid 605) id 6280984D31; Sun, 25 Apr 2021 06:32:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9AA8684D25 for ; Sun, 25 Apr 2021 06:32:56 +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 Eqj_Gihi7abR for ; Sun, 25 Apr 2021 06:32:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2EA9784CE9 for ; Sun, 25 Apr 2021 06:32:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2B3CBFA95; Sun, 25 Apr 2021 06:32:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619332376221960" MIME-Version: 1.0 Date: Sun, 25 Apr 2021 06:32:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/news/xrn To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210425063256.2B3CBFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619332376221960 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:32:56 UTC 2021 Modified Files: pkgsrc/news/xrn: Makefile Log Message: xrn: remove dead download link To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/news/xrn/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619332376221960 Content-Disposition: inline Content-Length: 589 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/news/xrn/Makefile diff -u pkgsrc/news/xrn/Makefile:1.21 pkgsrc/news/xrn/Makefile:1.22 --- pkgsrc/news/xrn/Makefile:1.21 Mon Nov 4 19:17:11 2019 +++ pkgsrc/news/xrn/Makefile Sun Apr 25 06:32:55 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2019/11/04 19:17:11 rillig Exp $ +# $NetBSD: Makefile,v 1.22 2021/04/25 06:32:55 wiz Exp $ DISTNAME= xrn-10.11 CATEGORIES= news -MASTER_SITES= ftp://rtfm.mit.edu/pub/xrn/ +#MASTER_SITES= ftp://rtfm.mit.edu/pub/xrn/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://stuff.mit.edu/~jik/software/xrn.html --_----------=_1619332376221960--