From owner-svn-ports-head@freebsd.org Fri Aug 7 01:44:08 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 46A633B049A; Fri, 7 Aug 2020 01:44:08 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BN7SS16mNz3c9p; Fri, 7 Aug 2020 01:44:08 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 09D0710591; Fri, 7 Aug 2020 01:44:08 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0771i7pI097939; Fri, 7 Aug 2020 01:44:07 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0771i7oR097937; Fri, 7 Aug 2020 01:44:07 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <202008070144.0771i7oR097937@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 7 Aug 2020 01:44:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544302 - head/editors/vim X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/editors/vim X-SVN-Commit-Revision: 544302 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2020 01:44:08 -0000 Author: adamw Date: Fri Aug 7 01:44:07 2020 New Revision: 544302 URL: https://svnweb.freebsd.org/changeset/ports/544302 Log: vim: Update to patchlevel 1382 The main goal is to pick up patch 1379: Problem: Curly braces expression ending in " }" does not work. Solution: Skip over white space when checking for "}". (closes #6634) PR: 248504 Submitted by: p5B2E9A8F t-online de Modified: head/editors/vim/Makefile head/editors/vim/distinfo Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Fri Aug 7 01:42:41 2020 (r544301) +++ head/editors/vim/Makefile Fri Aug 7 01:44:07 2020 (r544302) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vim -PORTVERSION= 8.2.1334 +PORTVERSION= 8.2.1382 DISTVERSIONPREFIX= v CATEGORIES= editors Modified: head/editors/vim/distinfo ============================================================================== --- head/editors/vim/distinfo Fri Aug 7 01:42:41 2020 (r544301) +++ head/editors/vim/distinfo Fri Aug 7 01:44:07 2020 (r544302) @@ -1,3 +1,3 @@ -TIMESTAMP = 1596277741 -SHA256 (vim-vim-v8.2.1334_GH0.tar.gz) = 368140b88c22d395678d2d4bdf1b5f9822aec3d853e385551144efe5783eaac8 -SIZE (vim-vim-v8.2.1334_GH0.tar.gz) = 15078527 +TIMESTAMP = 1596764474 +SHA256 (vim-vim-v8.2.1382_GH0.tar.gz) = a81c212d3633f65c0cd041ff03e3deec600b89d80bd951e6f3ec4b5ad4a8ce24 +SIZE (vim-vim-v8.2.1382_GH0.tar.gz) = 15082747