On 2020/06/23 10:34, Andrew Hewus Fresh wrote: > On Sun, Jun 21, 2020 at 08:41:03PM +0100, Stuart Henderson wrote: > > On 2020/06/22 02:59, Yozo TODA wrote: > > > -HOMEPAGE ?= http://search.cpan.org/dist/${DISTNAME:C/-[^-]*$//}/ > > > +HOMEPAGE ?= https://metacpan.org/release/${DISTNAME:C/-[^-]*$//}/ > > > > It does seem a good idea, but it's a lot of work, it is necessary > > to bump REVISION in all ports where the HOMEPAGE is changed as a > > result of this. That is around 1700 ports. > > > Does it help that perl v5.32.0 came out over the weekend and I'll be > working on updating patches for that. Probably won't actually import it > for a while though. > > That will bump libperl, but I'm not sure that actually has any effect on > pure-perl ports.
Doing it at the same time would make the update cheaper for snapshot users (only have to update p5-* once not twice) but the revision bumps still need doing because +DESC will change (hash won't match). It can be semi-automated with portbump but that often gets confused with flavours/subpackages and maybe some other cases so there will probably be some where it fails to bump properly, so still wants either a build test or eyeballing "make show=PKGNAMES" before/after (test build avoids eyes going funny looking at columns of identical-except-for-one-char names!).