aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2015-09-23 20:06:05 +0000
committerHiroki Sato <hrs@FreeBSD.org>2015-09-23 20:06:05 +0000
commit3acf834880753edac3225a870c20786a2a99a02d (patch)
tree6f8e736dce75974bf705c2eb5e08a5c849515a80 /UPDATING
parentce91d72c09ea2cfe01f2b59b2414fbfe6ebee580 (diff)
downloadports-3acf834880753edac3225a870c20786a2a99a02d.tar.gz
ports-3acf834880753edac3225a870c20786a2a99a02d.zip
Fix indention.
Spotted by: jkim
Notes
Notes: svn path=/head/; revision=397641
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING40
1 files changed, 20 insertions, 20 deletions
diff --git a/UPDATING b/UPDATING
index 626cf0a37796..9ef090dcaa84 100644
--- a/UPDATING
+++ b/UPDATING
@@ -85,14 +85,14 @@ you update your ports collection, before attempting any port upgrades.
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 attempting any port upgrades.
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.
+ 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.
+ 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.
+ 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.
+ 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