Add more soft explanation of naming patch for very sensible folk.
Insert `.' dot to allowed chars in patches since it's used in file extensions.
This commit is contained in:
parent
b79dda040f
commit
6020bb7cfe
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24258
1 changed files with 2 additions and 2 deletions
|
@ -642,7 +642,7 @@ PLIST_DIRS= lib/X11/oneko</programlisting>
|
|||
wish to apply should be collected into a file named
|
||||
<filename>patch-<replaceable>*</replaceable></filename> where
|
||||
<replaceable>*</replaceable> denotes the sequence in which the
|
||||
patches will be applied. Please use names that indicate
|
||||
patches will be applied. If you wish, you can use names that indicate
|
||||
the pathnames of the files that are patched,
|
||||
such as <filename>patch-Imakefile</filename> or
|
||||
<filename>patch-src-config.h</filename>. These files should
|
||||
|
@ -655,7 +655,7 @@ PLIST_DIRS= lib/X11/oneko</programlisting>
|
|||
<filename>patch-file2</filename> both changing
|
||||
<filename><makevar>WRKSRC</makevar>/foobar.c</filename>).</para>
|
||||
|
||||
<para>Please use only <literal>[-_a-zA-Z0-9]</literal> characters for
|
||||
<para>Please use only <literal>[.-_a-zA-Z0-9]</literal> characters for
|
||||
naming your patches. Do not use any other characters besides them.
|
||||
Do not name your patches like <filename>patch-aa</filename> or
|
||||
<filename>patch-ab</filename> etc, always mention path and file name
|
||||
|
|
Loading…
Reference in a new issue