From owner-svn-ports-head@FreeBSD.ORG Thu Feb 20 15:41:31 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 00258739; Thu, 20 Feb 2014 15:41:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DEF441FA4; Thu, 20 Feb 2014 15:41:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1KFfUVa022176; Thu, 20 Feb 2014 15:41:30 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1KFfU9p022175; Thu, 20 Feb 2014 15:41:30 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402201541.s1KFfU9p022175@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 20 Feb 2014 15:41:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345250 - head X-SVN-Group: ports-head 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.17 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: Thu, 20 Feb 2014 15:41:31 -0000 Author: sunpoet Date: Thu Feb 20 15:41:30 2014 New Revision: 345250 URL: http://svnweb.freebsd.org/changeset/ports/345250 QAT: https://qat.redports.org/buildarchive/r345250/ Log: - Document the change of editors/vim Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Feb 20 15:07:07 2014 (r345249) +++ head/UPDATING Thu Feb 20 15:41:30 2014 (r345250) @@ -5,6 +5,16 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20140220: + AFFECTS: users of editors/vim + AUTHOR: sunpoet@FreeBSD.org + + The editors/vim port has been reworked to simplify option handling. In UI + option group, a new option (CONSOLE) was added for users who do not need + GUI support. This option is off by default. You might encounter install + or package failures with "old" option setting. Please run "make config" to + modify your setting. + 20140219: AFFECTS: users of textproc/docbook* AUTHOR: mat@FreeBSD.org