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 6A27C7A2DF for ; Mon, 14 Nov 2016 19:38:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AF7CE85578; Mon, 14 Nov 2016 19:38:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3F2B085570 for ; Mon, 14 Nov 2016 19:38:12 +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 KVNoZ0OaMDaW for ; Mon, 14 Nov 2016 19:38:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D58B68556F for ; Mon, 14 Nov 2016 19:38:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D06DCFBA6; Mon, 14 Nov 2016 19:38:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1479152291155670" MIME-Version: 1.0 Date: Mon, 14 Nov 2016 19:38:11 +0000 From: "John Marino" Subject: CVS commit: pkgsrc/pkgtools/pkg To: pkgsrc-changes@NetBSD.org Reply-To: marino@netbsd.org X-Mailer: log_accum Message-Id: <20161114193811.D06DCFBA6@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. --_----------=_1479152291155670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: marino Date: Mon Nov 14 19:38:11 UTC 2016 Modified Files: pkgsrc/pkgtools/pkg: Makefile Log Message: pkgtools/pkg: Bump PKGREVISION after previous commit To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/pkgtools/pkg/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1479152291155670 Content-Disposition: inline Content-Length: 536 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/pkgtools/pkg/Makefile diff -u pkgsrc/pkgtools/pkg/Makefile:1.13 pkgsrc/pkgtools/pkg/Makefile:1.14 --- pkgsrc/pkgtools/pkg/Makefile:1.13 Mon Nov 14 18:59:12 2016 +++ pkgsrc/pkgtools/pkg/Makefile Mon Nov 14 19:38:11 2016 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2016/11/14 18:59:12 marino Exp $ +# $NetBSD: Makefile,v 1.14 2016/11/14 19:38:11 marino Exp $ DISTNAME= pkg-1.8.7 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= pkgtools MASTER_SITES= http://files.etoilebsd.net/pkg/ EXTRACT_SUFX= .tar.xz --_----------=_1479152291155670--