Received: by mail.netbsd.org (Postfix, from userid 605) id 62BB484DA2; Wed, 1 Apr 2020 19:25:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 99C4C84D9E for ; Wed, 1 Apr 2020 19:23:22 +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 ptJKnYm2kHEC for ; Wed, 1 Apr 2020 19:23:22 +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 EC89784D20 for ; Wed, 1 Apr 2020 19:23:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DE80CFB27; Wed, 1 Apr 2020 19:23:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1585769001274490" MIME-Version: 1.0 Date: Wed, 1 Apr 2020 19:23:21 +0000 From: "Georg Schwarz" Subject: CVS commit: pkgsrc/net/traceroute-nanog To: pkgsrc-changes@NetBSD.org Reply-To: schwarz@netbsd.org X-Mailer: log_accum Message-Id: <20200401192321.DE80CFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1585769001274490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schwarz Date: Wed Apr 1 19:23:21 UTC 2020 Modified Files: pkgsrc/net/traceroute-nanog: Makefile Log Message: updated MASTER_SITES To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/traceroute-nanog/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1585769001274490 Content-Disposition: inline Content-Length: 1195 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/traceroute-nanog/Makefile diff -u pkgsrc/net/traceroute-nanog/Makefile:1.11 pkgsrc/net/traceroute-nanog/Makefile:1.12 --- pkgsrc/net/traceroute-nanog/Makefile:1.11 Sun Nov 3 11:45:55 2019 +++ pkgsrc/net/traceroute-nanog/Makefile Wed Apr 1 19:23:21 2020 @@ -1,17 +1,15 @@ -# $NetBSD: Makefile,v 1.11 2019/11/03 11:45:55 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2020/04/01 19:23:21 schwarz Exp $ DISTNAME= traceroute-nanog_6.4.2.orig PKGNAME= ${DISTNAME:S/.orig//:S/_/-/} CATEGORIES= net -MASTER_SITES= ftp://unix.hensa.ac.uk/sites/archive.ubuntu.com/ubuntu/pool/universe/t/traceroute-nanog/ -MASTER_SITES+= http://www.ftp.uni-erlangen.de/pub/pc/TheOpenCD/old-images/ubuntu/pool/universe/t/traceroute-nanog/ -MASTER_SITES+= http://traceroute-nanog.sourcearchive.com/downloads/6.4.2-1/ +MASTER_SITES= http://archive.debian.org/debian//pool/main/t/traceroute-nanog/ # for the man page: PATCH_SITES= ${MASTER_SITES} PATCHFILES= traceroute-nanog_6.4.2-1.diff.gz -COMMENT= Traceroute implementation with extend features +COMMENT= Traceroute implementation with extended features MAINTAINER= schwarz@NetBSD.org WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} --_----------=_1585769001274490--