svn commit: r397641 - head
Hiroki Sato
hrs at FreeBSD.org
Wed Sep 23 20:06:06 UTC 2015
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 at 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 at 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
More information about the svn-ports-all
mailing list