Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2015 20:06:06 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397641 - head
Message-ID:  <201509232006.t8NK66Ro011119@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509232006.t8NK66Ro011119>