Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Nov 2017 14:44:12 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r51232 - head/en_US.ISO8859-1/books/porters-handbook/special
Message-ID:  <201711281444.vASEiCQf017628@repo.freebsd.org>

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



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