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 359A67A1B9 for ; Thu, 20 Apr 2017 14:38:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9693884DD7; Thu, 20 Apr 2017 14:38:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2582C84DD0 for ; Thu, 20 Apr 2017 14:38:42 +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 AzsIz0YR6_BY for ; Thu, 20 Apr 2017 14:38: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 265B784D7E for ; Thu, 20 Apr 2017 14:38:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1D259FBE4; Thu, 20 Apr 2017 14:38:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149269912126100" MIME-Version: 1.0 Date: Thu, 20 Apr 2017 14:38:41 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/pkgtools/pkg_install To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20170420143841.1D259FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_149269912126100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Thu Apr 20 14:38:41 UTC 2017 Modified Files: pkgsrc/pkgtools/pkg_install: Makefile Log Message: Drop PKG_REVISION. Should never be set here in first place. To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221 pkgsrc/pkgtools/pkg_install/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149269912126100 Content-Disposition: inline Content-Length: 666 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/pkgtools/pkg_install/Makefile diff -u pkgsrc/pkgtools/pkg_install/Makefile:1.220 pkgsrc/pkgtools/pkg_install/Makefile:1.221 --- pkgsrc/pkgtools/pkg_install/Makefile:1.220 Wed Apr 19 21:42:50 2017 +++ pkgsrc/pkgtools/pkg_install/Makefile Thu Apr 20 14:38:40 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.220 2017/04/19 21:42:50 joerg Exp $ +# $NetBSD: Makefile,v 1.221 2017/04/20 14:38:40 joerg Exp $ # Notes to package maintainers: # @@ -7,7 +7,6 @@ # change in the pkg_* tools that pkgsrc relies on for proper operation. PKGNAME= pkg_install-${VERSION} -PKGREVISION= 1 CATEGORIES= pkgtools MAINTAINER= agc@NetBSD.org --_----------=_149269912126100--