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 BB78D7A2B4 for ; Fri, 16 Dec 2016 15:41:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 704CE855AA; Fri, 16 Dec 2016 15:41:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 00683855A4 for ; Fri, 16 Dec 2016 15:41:04 +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 4K_JEIvKBkN9 for ; Fri, 16 Dec 2016 15:41:03 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8774B84CBD for ; Fri, 16 Dec 2016 15:41:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 64523FBA6; Fri, 16 Dec 2016 15:41:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1481902863260290" MIME-Version: 1.0 Date: Fri, 16 Dec 2016 15:41:03 +0000 From: "Hans Rosenfeld" Subject: CVS commit: pkgsrc/net/bind910 To: pkgsrc-changes@NetBSD.org Reply-To: hans@netbsd.org X-Mailer: log_accum Message-Id: <20161216154103.64523FBA6@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. --_----------=_1481902863260290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: hans Date: Fri Dec 16 15:41:03 UTC 2016 Modified Files: pkgsrc/net/bind910: Makefile Log Message: Bump PKGREVISION for SMF update. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/bind910/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1481902863260290 Content-Disposition: inline Content-Length: 538 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/bind910/Makefile diff -u pkgsrc/net/bind910/Makefile:1.26 pkgsrc/net/bind910/Makefile:1.27 --- pkgsrc/net/bind910/Makefile:1.26 Wed Nov 2 00:05:17 2016 +++ pkgsrc/net/bind910/Makefile Fri Dec 16 15:41:03 2016 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2016/11/02 00:05:17 taca Exp $ +# $NetBSD: Makefile,v 1.27 2016/12/16 15:41:03 hans Exp $ DISTNAME= bind-${BIND_VERSION} +PKGREVISION= 1 PKGNAME= ${DISTNAME:S/-P/pl/} CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ --_----------=_1481902863260290--