From: Stuart Henderson Subject: Re: [UPDATE] devel/swig To: Stuart Cassoff Cc: OpenBSD Ports Date: Sat, 21 Feb 2026 13:38:26 +0000 On 2026/02/21 08:26, Stuart Cassoff wrote: > On Wed, 18 Feb 2026, Stuart Henderson wrote: > > > > textproc/redland-bindings: REVISION-php > > > > please drop REVISION-php, there is no -php in MULTI_PACKAGES, it was > > removed ages ago (I've just rm'd the stray pkg/*-php files) > > > > had that not been the case, with this change... > > > > -REVISION= 7 > > -REVISION-ruby= 9 > > +REVISION= 8 > > +REVISION-php= 0 > > +REVISION-ruby= 10 > > > > ...it would have gone from > > > > p5-librdf-1.0.17.1p7 ruby34-librdf-1.0.17.1p9 php-librdf-10.0.17.1p7 > > > > to > > > > p5-librdf-1.0.17.1p8 ruby34-librdf-1.0.17.1p10 php-librdf-10.0.17.1p0 > > > > i.e. revision going backwards > > > > Oh right, it was following REVISION. Thanks. > > > Would it be better to use -main? either of those is fine, if REVISION-foo is not set for a subpackage then it uses REVISION > > diff -ur /usr/ports//textproc/redland-bindings/Makefile ./Makefile > --- /usr/ports//textproc/redland-bindings/Makefile Fri Dec 5 09:08:11 2025 > +++ ./Makefile Sat Feb 21 08:25:10 2026 > @@ -6,8 +6,8 @@ > DISTNAME= redland-bindings-$V > PKGNAME-main= p5-librdf-$V > PKGNAME-ruby= ruby${MODRUBY_BINREV}-librdf-$V > -REVISION= 7 > -REVISION-ruby= 9 > +REVISION-main= 8 > +REVISION-ruby= 10 > > HOMEPAGE= https://librdf.org/bindings/ >