On 02/20 12:23, Klemens Nanni wrote:
> On Fri, Feb 18, 2022 at 05:48:00PM +0000, Jeremy Evans wrote:
> > Update to the most recent release of Ruby 3.1. Release announcement at
> > https://www.ruby-lang.org/en/news/2022/02/18/ruby-3-1-1-released/
> >
> > No security fixes this time, just the normal amount of bug fixes.
> >
> > Tested on amd64. Will be committing in a couple days unless I hear
> > objections.
> >
> > Thanks,
> > Jeremy
> >
> > Index: Makefile
> > ===================================================================
> > RCS file: /cvs/ports/lang/ruby/3.1/Makefile,v
> > retrieving revision 1.4
> > diff -u -p -r1.4 Makefile
> > --- Makefile 16 Feb 2022 18:28:34 -0000 1.4
> > +++ Makefile 18 Feb 2022 17:45:01 -0000
> > @@ -1,11 +1,10 @@
> > # $OpenBSD: Makefile,v 1.4 2022/02/16 18:28:34 jeremy Exp $
> >
> > -VERSION = 3.1.0
> > +VERSION = 3.1.1
> > DISTNAME = ruby-${VERSION}
> > SHARED_LIBS = ruby31 0.0
> > NEXTVER = 3.2
> > PKGSPEC-main ?= ruby->=3.1.0,<${NEXTVER}
> > -REVISION-main = 2
> >
> > PSEUDO_FLAVORS= no_ri_docs bootstrap
> > # Do not build the RI docs on slow arches
> > Index: distinfo
> > ===================================================================
> > RCS file: /cvs/ports/lang/ruby/3.1/distinfo,v
> > retrieving revision 1.1.1.1
> > diff -u -p -r1.1.1.1 distinfo
> > --- distinfo 4 Jan 2022 19:46:40 -0000 1.1.1.1
> > +++ distinfo 18 Feb 2022 17:45:01 -0000
> > @@ -1,2 +1,2 @@
> > -SHA256 (ruby-3.1.0.tar.gz) = UKBQTG7ctNYc5rjP292qlXBxlfqw7Ne16SZUsqlBKFQ=
> > -SIZE (ruby-3.1.0.tar.gz) = 20103517
> > +SHA256 (ruby-3.1.1.tar.gz) = /m5Hgt6XRDl43bqLpL440iKqJNw+PwKmqOdwHA7rYZ0=
> > +SIZE (ruby-3.1.1.tar.gz) = 20562492
> > Index: pkg/PLIST-main
> > ===================================================================
> > RCS file: /cvs/ports/lang/ruby/3.1/pkg/PLIST-main,v
> > retrieving revision 1.2
> > diff -u -p -r1.2 PLIST-main
> > --- pkg/PLIST-main 6 Jan 2022 23:37:39 -0000 1.2
> > +++ pkg/PLIST-main 18 Feb 2022 17:45:01 -0000
> > @@ -221,7 +221,7 @@ include/ruby-${REV}/ruby/util.h
> > include/ruby-${REV}/ruby/version.h
> > include/ruby-${REV}/ruby/vm.h
> > include/ruby-${REV}/${SUB}/
> > -include/ruby-${REV}/${SUB}/rb_mjit_min_header-3.1.0.h
> > +include/ruby-${REV}/${SUB}/rb_mjit_min_header-3.1.1.h
>
> Is that worth using ${VERSION} plus `SUBST_VARS += VERSION' in Makefile?
Considering all of the other PLIST churn, I don't think it's worth it.