svn commit: r43772 - head/en_US.ISO8859-1/books/porters-handbook
Mathieu Arnold
mat at FreeBSD.org
Tue Feb 4 20:29:05 UTC 2014
Author: mat (ports committer)
Date: Tue Feb 4 20:29:05 2014
New Revision: 43772
URL: http://svnweb.freebsd.org/changeset/doc/43772
Log:
Spelling out explicitly when you have to bump PORTREVISION.
Reviewed by: bdrewery
With hat: portmgr
Sponsored by: Absolight
Modified:
head/en_US.ISO8859-1/books/porters-handbook/book.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/book.xml Tue Feb 4 20:27:56 2014 (r43771)
+++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Tue Feb 4 20:29:05 2014 (r43772)
@@ -979,9 +979,10 @@ DOS2UNIX_GLOB= *.c *.cpp *.h</programlis
that a new package is available.</para>
<para><varname>PORTREVISION</varname> should be increased
- each time a change is made to the port which significantly
- affects the content or structure of the derived
- package.</para>
+ each time a change is made to the port that changes the
+ generated package in any way. That includes changes that
+ only affect a package built with non-default <link
+ linkend="makefile-options">options</link>.</para>
<para>Examples of when <varname>PORTREVISION</varname>
should be bumped:</para>
More information about the svn-doc-head
mailing list