Received: by mail.netbsd.org (Postfix, from userid 605) id D7A5884D27; Thu, 29 Feb 2024 19:37:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709235448; bh=WPcHj86wwsELB1iSZmtwdm/TBm+lvTPvzQJUyGXLSX4=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=VPM1HAEs2G1YXQCY1PzVocj4LOhfynGgWWK+EC1zTV68cdM5eGe0XupU2UFKl0BPo 4xyn+5so+iH0LwQfN4zEXNVf7H/mBPD/1Fv5+Y39BFH1Mq6nhHcd91xPFwPAPu4iRA u0KcDTghAslwuXRZ3lQk99LIDyTjxQvNazWZQlRY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C791A84E9D for ; Thu, 29 Feb 2024 19:37:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 KVFlXZOKOpj3 for ; Thu, 29 Feb 2024 19:37:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5127384CFC for ; Thu, 29 Feb 2024 19:37:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709235446; bh=WPcHj86wwsELB1iSZmtwdm/TBm+lvTPvzQJUyGXLSX4=; h=Date:From:Subject:To:Reply-To; b=FShhYYNd6MXnsZ1/ExXB9WcG2zzXs4Ui7yGtezwx2f/Ea4/5Cf1d0GcITFG/Zaudd UpXmP7T16a+2jzA4f3kKRoR8VjizUWdqv2x2Ni22I+QSyzxwTvTrbbGTfagR+A6YGH 2mHNO0GGNrQ0C5Qh1H36LsxinxzIpnExCypKiCz8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 45290FA27; Thu, 29 Feb 2024 19:37:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1709235446294610" MIME-Version: 1.0 Date: Thu, 29 Feb 2024 19:37:26 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/editors/vim-motif To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20240229193726.45290FA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1709235446294610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Thu Feb 29 19:37:26 UTC 2024 Modified Files: pkgsrc/editors/vim-motif: Makefile Log Message: vim-motif: bump revision after last commit PR pkg/57901 To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/editors/vim-motif/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1709235446294610 Content-Disposition: inline Content-Length: 547 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/vim-motif/Makefile diff -u pkgsrc/editors/vim-motif/Makefile:1.44 pkgsrc/editors/vim-motif/Makefile:1.45 --- pkgsrc/editors/vim-motif/Makefile:1.44 Thu Feb 29 19:33:31 2024 +++ pkgsrc/editors/vim-motif/Makefile Thu Feb 29 19:37:26 2024 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2024/02/29 19:33:31 bsiegert Exp $ +# $NetBSD: Makefile,v 1.45 2024/02/29 19:37:26 bsiegert Exp $ PKGNAME= vim-motif-${VIM_VERSION}.${VIM_PATCHLEVEL} +PKGREVISION= 1 COMMENT= Vim editor (vi clone) with X11 Motif GUI --_----------=_1709235446294610--