svn commit: r51232 - head/en_US.ISO8859-1/books/porters-handbook/special

Mathieu Arnold <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: mat
Date: Tue Nov 28 14:44:12 2017
New Revision: 51232
URL: https://svnweb.freebsd.org/changeset/doc/51232

Log:
  Whitespace cleanup.
  
  Sponsored by:	Absolight

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml	Tue Nov 28 07:07:56 2017	(r51231)
+++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml	Tue Nov 28 14:44:12 2017	(r51232)
@@ -5417,29 +5417,30 @@ GROUPS=	pulse pulse-access pulse-rt</programlisting>
   <sect1 xml:id="go-libs">
     <title>Go Libraries</title>
 
-    <para>Ports must not package or install Go libs or source code.  Only
-      <filename>lang/go*</filename> should install into
-      <varname>GO_SRCDIR</varname> and <varname>GO_LIBDIR</varname>.  Go
-      ports must fetch the required deps at the normal fetch time and
-      should only install the programs and things users need, not the
-      things Go developers would need.</para>
+    <para>Ports must not package or install Go libs or source code.
+      Only <filename>lang/go*</filename> should install into
+      <varname>GO_SRCDIR</varname> and <varname>GO_LIBDIR</varname>.
+      Go ports must fetch the required deps at the normal fetch time
+      and should only install the programs and things users need, not
+      the things Go developers would need.</para>
 
     <para>Ports should (in order of preference):</para>
+
     <itemizedlist>
       <listitem>
-        <para>Use vendored dependencies included with the package
-          source.</para>
+	<para>Use vendored dependencies included with the package
+	  source.</para>
       </listitem>
 
       <listitem>
-        <para>Fetch the versions of deps specified by upstream (in the
-          case of vendor.json or similar).</para>
+	<para>Fetch the versions of deps specified by upstream (in the
+	  case of vendor.json or similar).</para>
       </listitem>
 
       <listitem>
-        <para>As a last resort (deps are not included nor versions
-          specified exactly) fetch versions of dependencies available
-          at the time of upstream development/release.</para>
+	<para>As a last resort (deps are not included nor versions
+	  specified exactly) fetch versions of dependencies available
+	  at the time of upstream development/release.</para>
       </listitem>
     </itemizedlist>
   </sect1>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.