From owner-cvs-ports@FreeBSD.ORG Wed Oct 6 06:58:45 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95847106566B; Wed, 6 Oct 2010 06:58:45 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 861118FC08; Wed, 6 Oct 2010 06:58:45 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o966wjl7093553; Wed, 6 Oct 2010 06:58:45 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o966wjZv093552; Wed, 6 Oct 2010 06:58:45 GMT (envelope-from obrien) Message-Id: <201010060658.o966wjZv093552@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 6 Oct 2010 06:58:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/vim Makefile distinfo ports/editors/vim/files patch-configure X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2010 06:58:45 -0000 obrien 2010-10-06 06:58:45 UTC FreeBSD ports repository Modified files: editors/vim Makefile distinfo editors/vim/files patch-configure Log: Update to Vim 7.3 patchlevel 19. WITH_LANG is now "on by default" as the lang files are now part of the base Vim tarball. The most notable additions since 7.2: + Persistent undo and undo for reload + Blowfish encryption, encryption of the swap file + Conceal text + Lua interface + Python 3 interface Revision Changes Path 1.364 +15 -35 ports/editors/vim/Makefile 1.211 +60 -1218 ports/editors/vim/distinfo 1.6 +10 -0 ports/editors/vim/files/patch-configure