On Thu, Mar 3, 2022 at 12:34 PM aisha <openbsd.po...@aisha.cc> wrote:
> Simple update. > I had to manually remove a bunch of files from the plist, so > hopefully I've done this correctly. > In general, this looks good. I should be able to commit this within a few days. One nit below. > --- a/www/ruby-puma/pkg/PLIST > +++ b/www/ruby-puma/pkg/PLIST > @@ -1,7 +1,8 @@ > -@comment $OpenBSD: PLIST,v 1.7 2021/03/19 17:51:35 jeremy Exp $ > ${GEM_BIN}/puma${GEM_BIN_SUFFIX} > ${GEM_BIN}/pumactl${GEM_BIN_SUFFIX} > ${GEM_LIB}/cache/${DISTNAME}.gem > +${GEM_EXTENSIONS_DIR}/puma/ > +@so ${GEM_EXTENSIONS_DIR}/puma/puma_http11.so > This file is not needed currently, as the .so file is copied into the gem's lib directory. However, there is talk of changing that in future Ruby versions.