On 2015/05/19 12:14, Dmitrij D. Czarkoff wrote: > Hi! > > The diff below makes HOMEPAGE default to port's Github project page > (https://github.com/${GH_ACCOUNT}/${GH_PROJECT}) for ports where both > GH_ACCOUNT and GH_PROJECT variables are defined. FWIW there are 202 > ports that have such HOMEPAGE value set explicitly:
This makes sense to me, but you'll also need to identify any ports where this affects HOMEPAGE and make sure you bump REVISION for all subpackages of any such port. Diffing output of "make -C /usr/ports show=HOMEPAGE" before and after the change should aid identification. (Then removing any redundant HOMEPAGE in Makefiles could be a separate step afterwards).
