Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 28C1B7A262 for ; Thu, 9 Mar 2017 03:59:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 903DF855B8; Thu, 9 Mar 2017 03:59:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 215BB8557F for ; Thu, 9 Mar 2017 03:59:18 +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 SrzExJ4ifhC0 for ; Thu, 9 Mar 2017 03:59:17 +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 B868584CED for ; Thu, 9 Mar 2017 03:59:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B3845FBE4; Thu, 9 Mar 2017 03:59:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148903195749340" MIME-Version: 1.0 Date: Thu, 9 Mar 2017 03:59:17 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/net/tcpdump To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20170309035917.B3845FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148903195749340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Thu Mar 9 03:59:17 UTC 2017 Modified Files: pkgsrc/net/tcpdump: Makefile Log Message: tcpdump: bump PKGREVISION for previous. I think the package might be created and can be built, but isn't possible to pkg_add. paranoid bump just in case. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/net/tcpdump/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148903195749340 Content-Disposition: inline Content-Length: 505 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/tcpdump/Makefile diff -u pkgsrc/net/tcpdump/Makefile:1.45 pkgsrc/net/tcpdump/Makefile:1.46 --- pkgsrc/net/tcpdump/Makefile:1.45 Thu Mar 9 03:01:54 2017 +++ pkgsrc/net/tcpdump/Makefile Thu Mar 9 03:59:17 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2017/03/09 03:01:54 maya Exp $ +# $NetBSD: Makefile,v 1.46 2017/03/09 03:59:17 maya Exp $ DISTNAME= tcpdump-4.9.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.tcpdump.org/release/ --_----------=_148903195749340--