From owner-svn-ports-all@FreeBSD.ORG Mon Jun 16 20:50:26 2014 Return-Path: Delivered-To: svn-ports-all@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 4E50A9A7; Mon, 16 Jun 2014 20:50:26 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2150C2C77; Mon, 16 Jun 2014 20:50:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5GKoPS0019358; Mon, 16 Jun 2014 20:50:26 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5GKoPmk019357; Mon, 16 Jun 2014 20:50:25 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201406162050.s5GKoPmk019357@svn.freebsd.org> From: Raphael Kubo da Costa Date: Mon, 16 Jun 2014 20:50:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358040 - 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-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2014 20:50:26 -0000 Author: rakuco Date: Mon Jun 16 20:50:25 2014 New Revision: 358040 URL: http://svnweb.freebsd.org/changeset/ports/358040 QAT: https://qat.redports.org/buildarchive/r358040/ Log: Improve the English on the subversion entry, remove trailing whitespace. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Jun 16 20:49:35 2014 (r358039) +++ head/UPDATING Mon Jun 16 20:50:25 2014 (r358040) @@ -8,30 +8,31 @@ you update your ports collection, before 20140616: AFFECTS: users of devel/subversion AUTHOR: lev@FreeBSD.org - - subversion port has been overhauled. Some optional parts was extracted - to separate ports. These ports are: - - www/mod_dav_svn + + The subversion port has been overhauled. Some optional parts were extracted + into separate ports. These ports are: + + www/mod_dav_svn instead of option MOD_DAV_SVN. security/subversion-gnome-keyring instead of option GNOME_KEYRING. security/subversion-kwallet instead of option KDE_KWALLET. - + If you used devel/subversion with one (or more) of these non-standard - options, you should install appropriate port after subversion upgrade. - - "mod_dontdothat" is installed unconditionally by www/mod_dav_svn - port (it has been depended on TOOLS option), but is not activated by - default, you may need to edit apache's configuration file. - - devel/subversion port now installs svndiff, svndiff3 and svndiff4 + options, you should install the appropriate port(s) after upgrading + subversion. + + "mod_dontdothat" is installed unconditionally by www/mod_dav_svn port (it + depended on the TOOLS option before), but is not activated by default, you + may need to edit apache's configuration file. + + The devel/subversion port now installs svndiff, svndiff3 and svndiff4 commands if TOOLS option is enabled. They was skipped before. - Official names "diff", "diff3" and "diff4" are prefixed with "svn" to + The official names "diff", "diff3" and "diff4" are prefixed with "svn" to avoid conflicts with base and other diff versions. - - All libraries and binaries are now stripped if MAINTAINER_DEBUG + + All libraries and binaries are now stripped if the MAINTAINER_DEBUG option is not selected (including all sub-ports, like bindings and mod_dav_svn).