Whitespace, indentation, translators can ignore.

Noticed by:	igor
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2015-10-28 13:40:40 +00:00
parent 0a4ab32374
commit 2b932a83b6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47693

View file

@ -24,13 +24,13 @@
dependencies.</para> dependencies.</para>
<para>The next step is to see if there is an update already pending. <para>The next step is to see if there is an update already pending.
To do this, there are two options. There is a searchable interface To do this, there are two options. There is a searchable
to the <link interface to the <link
xlink:href="https://bugs.freebsd.org/search/">FreeBSD xlink:href="https://bugs.freebsd.org/search/">FreeBSD Problem
Problem Report (PR) or bug database</link>. Report (PR) or bug database</link>. Select <literal>Ports
Select <literal>Ports Tree</literal> in Tree</literal> in the <literal>Product</literal> dropdown, and
the <literal>Product</literal> dropdown, and enter the name of the port in the enter the name of the port in the <literal>Summary</literal>
<literal>Summary</literal> field.</para> field.</para>
<para>However, sometimes people forget to put the name of the port <para>However, sometimes people forget to put the name of the port
into the Summary field in an unambiguous fashion. In that into the Summary field in an unambiguous fashion. In that
@ -62,9 +62,10 @@
<para>To create a suitable <command>diff</command> for a single <para>To create a suitable <command>diff</command> for a single
patch, copy the file that needs patching to patch, copy the file that needs patching to
<filename><replaceable>something</replaceable>.orig</filename>, save the changes to <filename><replaceable>something</replaceable>.orig</filename>,
<filename><replaceable>something</replaceable></filename> and then create the save the changes to
patch:</para> <filename><replaceable>something</replaceable></filename> and then
create the patch:</para>
<informalexample> <informalexample>
<screen>&prompt.user; <userinput>diff -u <replaceable>something</replaceable>.orig <replaceable>something</replaceable> &gt; something.diff</userinput></screen> <screen>&prompt.user; <userinput>diff -u <replaceable>something</replaceable>.orig <replaceable>something</replaceable> &gt; something.diff</userinput></screen>
@ -187,8 +188,8 @@
<callout arearefs="svn-FreeBSD-org"> <callout arearefs="svn-FreeBSD-org">
<para><link <para><link
xlink:href="https://svn.FreeBSD.org/">svn.FreeBSD.org</link> xlink:href="https://svn.FreeBSD.org/">svn.FreeBSD.org</link>
is the &os; public <application>Subversion</application> server. is the &os; public <application>Subversion</application>
See <link server. See <link
xlink:href="&url.books.handbook;/svn.html#svn-mirrors">Subversion xlink:href="&url.books.handbook;/svn.html#svn-mirrors">Subversion
mirror sites</link> for more information.</para> mirror sites</link> for more information.</para>
</callout> </callout>
@ -312,7 +313,8 @@
<para>When including exact <para>When including exact
<application>portmaster</application>, <application>portmaster</application>,
<application>portupgrade</application>, and/or <application>portupgrade</application>, and/or
<application>pkg</application> instructions, please make sure <application>pkg</application> instructions, please make
sure
to get the shell escaping right. For example, do to get the shell escaping right. For example, do
<emphasis>not</emphasis> use:</para> <emphasis>not</emphasis> use:</para>
@ -329,12 +331,12 @@
<note> <note>
<para>It is recommended that the AFFECTS line contains a glob <para>It is recommended that the AFFECTS line contains a glob
matching all the ports affected by the entry so that automated matching all the ports affected by the entry so that
tools can parse it as easily as possible. If an update automated tools can parse it as easily as possible. If an
concerns all the existing <application>BIND 9</application> update concerns all the existing <application>BIND
versions the <literal>AFFECTS</literal> content must be 9</application> versions the <literal>AFFECTS</literal>
<literal>users of dns/bind9*</literal>, it must content must be <literal>users of dns/bind9*</literal>, it
<emphasis>not</emphasis> be <literal>users of BIND must <emphasis>not</emphasis> be <literal>users of BIND
9</literal></para> 9</literal></para>
</note> </note>
@ -362,8 +364,8 @@
delete the line in this file that states that it was delete the line in this file that states that it was
removed.</para> removed.</para>
<para>If a port was renamed and then renamed back to its original <para>If a port was renamed and then renamed back to its
name, add a new one with the intermediate name to the original name, add a new one with the intermediate name to the
old name, and remove the old entry as to not create a old name, and remove the old entry as to not create a
loop.</para> loop.</para>
@ -371,7 +373,8 @@
<para>Any changes must be validated with <para>Any changes must be validated with
<command>Tools/scripts/MOVEDlint.awk</command>.</para> <command>Tools/scripts/MOVEDlint.awk</command>.</para>
<para>If using a ports directory other than <filename>/usr/ports</filename>, use:</para> <para>If using a ports directory other than
<filename>/usr/ports</filename>, use:</para>
<informalexample> <informalexample>
<screen>&prompt.user; <userinput>cd <replaceable>/home/user/ports</replaceable></userinput> <screen>&prompt.user; <userinput>cd <replaceable>/home/user/ports</replaceable></userinput>