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 "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id EB29B1A9246 for ; Fri, 6 Nov 2020 08:52:42 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3652284D25; Fri, 6 Nov 2020 08:52:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6EDE284D22 for ; Fri, 6 Nov 2020 08:52:41 +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 BoVRXUAtBmVm for ; Fri, 6 Nov 2020 08:52:41 +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 0814A84CEC for ; Fri, 6 Nov 2020 08:52:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F08AFFB28; Fri, 6 Nov 2020 08:52:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1604652760142530" MIME-Version: 1.0 Date: Fri, 6 Nov 2020 08:52:40 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/net-snmp To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20201106085240.F08AFFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1604652760142530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Nov 6 08:52:40 UTC 2020 Modified Files: pkgsrc/net/net-snmp: Makefile Log Message: net-snmp: bump PKGREVISION after adding pcre bl3.mk To generate a diff of this commit: cvs rdiff -u -r1.134 -r1.135 pkgsrc/net/net-snmp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1604652760142530 Content-Disposition: inline Content-Length: 470 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/net-snmp/Makefile diff -u pkgsrc/net/net-snmp/Makefile:1.134 pkgsrc/net/net-snmp/Makefile:1.135 --- pkgsrc/net/net-snmp/Makefile:1.134 Fri Nov 6 08:45:04 2020 +++ pkgsrc/net/net-snmp/Makefile Fri Nov 6 08:52:40 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.134 2020/11/06 08:45:04 otis Exp $ +# $NetBSD: Makefile,v 1.135 2020/11/06 08:52:40 wiz Exp $ -PKGREVISION= 1 +PKGREVISION= 2 .include "Makefile.common" CATEGORIES= net --_----------=_1604652760142530--