Received: by mail.netbsd.org (Postfix, from userid 605) id 5832184DB3; Wed, 2 Jun 2021 15:34:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 92C3784DAC for ; Wed, 2 Jun 2021 15:34:31 +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 uDcwooymZYjp for ; Wed, 2 Jun 2021 15:34:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1DCDB84CE2 for ; Wed, 2 Jun 2021 15:34:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1B3E1FA95; Wed, 2 Jun 2021 15:34:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1622648071276330" MIME-Version: 1.0 Date: Wed, 2 Jun 2021 15:34:31 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/bind911 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210602153431.1B3E1FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1622648071276330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Jun 2 15:34:31 UTC 2021 Modified Files: pkgsrc/net/bind911: Makefile Log Message: netb/bind911: reset PKGREVISION To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/net/bind911/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1622648071276330 Content-Disposition: inline Content-Length: 548 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/bind911/Makefile diff -u pkgsrc/net/bind911/Makefile:1.44 pkgsrc/net/bind911/Makefile:1.45 --- pkgsrc/net/bind911/Makefile:1.44 Wed Jun 2 15:33:49 2021 +++ pkgsrc/net/bind911/Makefile Wed Jun 2 15:34:30 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2021/06/02 15:33:49 taca Exp $ +# $NetBSD: Makefile,v 1.45 2021/06/02 15:34:30 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} -PKGREVISION= 1 CATEGORIES= net MASTER_SITES= https://downloads.isc.org/isc/bind9/${BIND_VERSION}/ --_----------=_1622648071276330--