From owner-svn-ports-head@freebsd.org Wed Sep 23 20:06:06 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E27FA0609E; Wed, 23 Sep 2015 20:06:06 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.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 533731BB4; Wed, 23 Sep 2015 20:06:06 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NK66RT011120; Wed, 23 Sep 2015 20:06:06 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NK66Ro011119; Wed, 23 Sep 2015 20:06:06 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201509232006.t8NK66Ro011119@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Wed, 23 Sep 2015 20:06:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397641 - 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.20 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: Wed, 23 Sep 2015 20:06:06 -0000 Author: hrs Date: Wed Sep 23 20:06:05 2015 New Revision: 397641 URL: https://svnweb.freebsd.org/changeset/ports/397641 Log: Fix indention. Spotted by: jkim Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Sep 23 19:59:41 2015 (r397640) +++ head/UPDATING Wed Sep 23 20:06:05 2015 (r397641) @@ -85,14 +85,14 @@ you update your ports collection, before AFFECTS: users of print/texlive-base AUTHOR: hrs@FreeBSD.org - pdfclose and pdfopen utilities in print/texlive-base are now in a separate - port print/xpdfopen. While upgrading print/texlive-base, a conflict may - occur between pdfclose utility installed by an old print/texlive-base and - one being installed by print/xpdfopen. If it occurred on your system, - remove the installed print/texlive-base first by using the following - command: + pdfclose and pdfopen utilities in print/texlive-base are now in a separate + port print/xpdfopen. While upgrading print/texlive-base, a conflict may + occur between pdfclose utility installed by an old print/texlive-base and + one being installed by print/xpdfopen. If it occurred on your system, + remove the installed print/texlive-base first by using the following + command: - # pkg delete -f texlive-base + # pkg delete -f texlive-base 20150901: AFFECTS: users of editors/libreoffice @@ -107,22 +107,22 @@ you update your ports collection, before AFFECTS: users of print/ghostscript* AUTHOR: hrs@FreeBSD.org - print/ghostscript{7,8,9,9-agpl} have been split into - print/ghostscript{7,8,9,9-agpl}-{base,x11}. - print/ghostscript*-nox11 ports have been removed. - - The -base installs Ghostscript binaries, libgs, and other data files - and it depends on no X11 library. The -x11 installs a small shared - library to enable x11* devices in the installed -base package. - - In most cases, Ghostscript is installed as a dependency. A port/package - which requires Ghostscript will automatically pick up -base, and - when x11* devices required it will pick up -x11 in addition. - - If one wants to install Ghostscript manually and full compatibility - with the previous versions, just install -x11 because it installs - -base as a dependency. Combination of the two provides the same - functionality as before. + print/ghostscript{7,8,9,9-agpl} have been split into + print/ghostscript{7,8,9,9-agpl}-{base,x11}. + print/ghostscript*-nox11 ports have been removed. + + The -base installs Ghostscript binaries, libgs, and other data files + and it depends on no X11 library. The -x11 installs a small shared + library to enable x11* devices in the installed -base package. + + In most cases, Ghostscript is installed as a dependency. A port/package + which requires Ghostscript will automatically pick up -base, and + when x11* devices required it will pick up -x11 in addition. + + If one wants to install Ghostscript manually and full compatibility + with the previous versions, just install -x11 because it installs + -base as a dependency. Combination of the two provides the same + functionality as before. 20150821: AFFECTS: users of security/openssh-portable