Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CACCF84F6A for ; Thu, 28 Dec 2023 22:57:05 +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 7Myo-id2ZivY for ; Thu, 28 Dec 2023 22:57:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5F53D84CD7 for ; Thu, 28 Dec 2023 22:57:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 56D04FA42; Thu, 28 Dec 2023 22:57:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703804225187650" MIME-Version: 1.0 Date: Thu, 28 Dec 2023 22:57:05 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/net/mtr To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231228225705.56D04FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703804225187650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Thu Dec 28 22:57:05 UTC 2023 Modified Files: pkgsrc/net/mtr: Makefile Log Message: new home To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123 pkgsrc/net/mtr/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703804225187650 Content-Disposition: inline Content-Length: 597 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/mtr/Makefile diff -u pkgsrc/net/mtr/Makefile:1.122 pkgsrc/net/mtr/Makefile:1.123 --- pkgsrc/net/mtr/Makefile:1.122 Tue Nov 14 14:02:40 2023 +++ pkgsrc/net/mtr/Makefile Thu Dec 28 22:57:05 2023 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.122 2023/11/14 14:02:40 wiz Exp $ +# $NetBSD: Makefile,v 1.123 2023/12/28 22:57:05 zafer Exp $ DISTNAME= mtr-0.95 PKGREVISION= 5 CATEGORIES= net -MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ +MASTER_SITES= https://www.aydogan.net/distfiles/net/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.bitwizard.nl/mtr/ --_----------=_1703804225187650--