Spelling out explicitly when you have to bump PORTREVISION.

Reviewed by:	bdrewery
With hat:	portmgr
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2014-02-04 20:29:05 +00:00
parent fc003c2567
commit 0afc136b47
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43772

View file

@ -979,9 +979,10 @@ DOS2UNIX_GLOB= *.c *.cpp *.h</programlisting>
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>