Received: by mail.netbsd.org (Postfix, from userid 605) id 2AABA84D3A; Sat, 24 Apr 2021 20:04:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 641C184D25 for ; Sat, 24 Apr 2021 20:04:29 +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 ALnSStRpq0aK for ; Sat, 24 Apr 2021 20:04:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BC0C584D16 for ; Sat, 24 Apr 2021 20:04:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B91DCFA95; Sat, 24 Apr 2021 20:04:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619294668182460" MIME-Version: 1.0 Date: Sat, 24 Apr 2021 20:04:28 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/mrt To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210424200428.B91DCFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619294668182460 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:04:28 UTC 2021 Modified Files: pkgsrc/net/mrt: Makefile Log Message: mrt: remove dead links To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/mrt/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619294668182460 Content-Disposition: inline Content-Length: 734 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/mrt/Makefile diff -u pkgsrc/net/mrt/Makefile:1.17 pkgsrc/net/mrt/Makefile:1.18 --- pkgsrc/net/mrt/Makefile:1.17 Sun Nov 3 11:45:41 2019 +++ pkgsrc/net/mrt/Makefile Sat Apr 24 20:04:28 2021 @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.17 2019/11/03 11:45:41 rillig Exp $ -# +# $NetBSD: Makefile,v 1.18 2021/04/24 20:04:28 wiz Exp $ DISTNAME= mrt-2.2.2a-Aug11 PKGNAME= mrt-2.2.2a.20000811 PKGREVISION= 1 CATEGORIES= net -MASTER_SITES= ftp://ftp.merit.edu/net-research/mrt/ +#MASTER_SITES= ftp://ftp.merit.edu/net-research/mrt/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.mrtd.net/ +#HOMEPAGE= http://www.mrtd.net/ COMMENT= Multi-threaded Routing Toolkit MAKE_JOBS_SAFE= no --_----------=_1619294668182460--