Received: by mail.netbsd.org (Postfix, from userid 605) id 8D5E484DC0; Sun, 25 Jun 2017 03:09:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1EA8484D8F for ; Sun, 25 Jun 2017 03:09:46 +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 DWX_PBPfXqeS for ; Sun, 25 Jun 2017 03:09:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B46D584D04 for ; Sun, 25 Jun 2017 03:09:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AE585FAE8; Sun, 25 Jun 2017 03:09:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149836018559450" MIME-Version: 1.0 Date: Sun, 25 Jun 2017 03:09:45 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/git-base To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20170625030945.AE585FAE8@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. --_----------=_149836018559450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Jun 25 03:09:45 UTC 2017 Modified Files: pkgsrc/devel/git-base: Makefile Log Message: Remove PKGREVISION for preparing update 2.13.1 to 2.13.2 To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/git-base/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149836018559450 Content-Disposition: inline Content-Length: 581 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/git-base/Makefile diff -u pkgsrc/devel/git-base/Makefile:1.40 pkgsrc/devel/git-base/Makefile:1.41 --- pkgsrc/devel/git-base/Makefile:1.40 Thu Jun 8 09:08:51 2017 +++ pkgsrc/devel/git-base/Makefile Sun Jun 25 03:09:45 2017 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2017/06/08 09:08:51 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2017/06/25 03:09:45 mef Exp $ .include "../../devel/git/Makefile.common" PKGNAME= git-base-${GIT_VERSION} -PKGREVISION= 1 COMMENT= GIT Tree History Storage Tool (base package) CONFLICTS+= scmgit-base-[0-9]* --_----------=_149836018559450--