From: landry@openbsd.org Subject: Re: nextcloud: set PORTROACH for branches To: ports@openbsd.org, gonzalo@openbsd.org Date: Wed, 1 Jul 2026 11:48:52 +0200 Le Wed, Jul 01, 2026 at 10:19:45AM +0100, Stuart Henderson a écrit : > On 2026/07/01 09:13, landry@openbsd.org wrote: > > hi, > > > > as of now portroach on > > https://portroach.openbsd.org/gonzalo%20l.%20r.%20%3Cgonzalo@openbsd.org%3E.html > > suggests to update all nextcloud branches to 34.0.1 which is stupid, so let's > > try smth "better" ? i dunno which is best between keeping the two first chars > > of NC_VERSION or the last two of PKGPATH, eg limit:^${PKGPATH:C/.*\///} also > > works. > > needs ?= in Makefile.inc and "PORTROACH=" in 34/Makefile so that new > major versions are still found, also this can be simplified: > > PORTROACH ?= limit:^${NC_VERSION:R} thanks, that's indeed much better. will commit it in a few days unless i hear objections :)