FreeBSD Bugzilla – Attachment 115906 Details for
Bug 157792
[PATCH] Porter's Handbook clarification on date strings as PORTVERSIONs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
doc-phandbook-yymmdd-patch.diff
doc-phandbook-yymmdd-patch.diff (text/plain), 1.92 KB, created by
Chris Rees
on 2011-06-12 09:50:02 UTC
(
hide
)
Description:
doc-phandbook-yymmdd-patch.diff
Filename:
MIME Type:
Creator:
Chris Rees
Created:
2011-06-12 09:50:02 UTC
Size:
1.92 KB
patch
obsolete
>Index: en_US.ISO8859-1/books/porters-handbook/book.sgml >=================================================================== >RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v >retrieving revision 1.1108 >diff -u -r1.1108 book.sgml >--- en_US.ISO8859-1/books/porters-handbook/book.sgml 3 Jun 2011 15:02:58 -0000 1.1108 >+++ en_US.ISO8859-1/books/porters-handbook/book.sgml 12 Jun 2011 08:36:39 -0000 >@@ -1210,12 +1210,15 @@ > at the version string. In particular, make sure version > number components are always delimited by a period, and > if the date is part of the string, use the >- <literal><replaceable>yyyy</replaceable>.<replaceable>mm</replaceable>.<replaceable>dd</replaceable></literal> >+ <literal>0.0.<replaceable>yyyy</replaceable>.<replaceable>mm</replaceable>.<replaceable>dd</replaceable></literal> > format, not > <literal><replaceable>dd</replaceable>.<replaceable>mm</replaceable>.<replaceable>yyyy</replaceable></literal> > or the non-Y2K compliant > <literal><replaceable>yy</replaceable>.<replaceable>mm</replaceable>.<replaceable>dd</replaceable></literal> >- format.</para> >+ format. It is important to prefix the version with >+ <literal>0.0.</literal> in case a release with an actual version >+ number is made, which would of course be numerically less than >+ <literal><replaceable>yyyy</replaceable></literal>.</para> > </listitem> > </orderedlist> > >@@ -1357,7 +1360,7 @@ > release another version, just set the version string to > <literal>1.0</literal> (like the <literal>piewm</literal> example above). Otherwise, ask > the original author or use the date string >- (<literal><replaceable>yyyy</replaceable>.<replaceable>mm</replaceable>.<replaceable>dd</replaceable></literal>) >+ (<literal>0.0.<replaceable>yyyy</replaceable>.<replaceable>mm</replaceable>.<replaceable>dd</replaceable></literal>) > as the version.</para> > </sect2> > </sect1>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 157792
: 115906