From: Stuart Cassoff Subject: Re: [UPDATE] devel/swig To: Stuart Henderson Cc: OpenBSD Ports Date: Sat, 21 Feb 2026 08:26:36 -0500 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? 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/