Monday, February 02, 2026

Re: audio/beets: update to 2.6.1; www/py-requests-cache update to 1.2.1; plus import required new dependencies

hello,

> Our www/py-requests-cache is old. It was imported in 2020 with
> www/py-metallum and never updated. www/py-requests-cache is a dependency of
> two ports: www/py-metallum and databases/py-shillelagh. The first has no
> tests, and the second has broken tests.

yeah, this is my fault, I wanted py-metallum for beets so I got it and
py-requests-cache imported. Unfortunately py-metallum seems to be
abandonware now, and it doesn't work with beets anymore (I see there
are a few forks I'll try to take a look if one of them fixes the
issues I've seen and will either send an update or a removal request
for this port it in the next month or so). py-requests-cache oddly
shows not needing any updates on portroach, which is what I normally
check to see if my ports are falling behind, clicking through though
shows it needs updating. If someone is willing to take maintainer of
py-requests-cache that would be good as I don't have a direct use for
it and don't really have time right now.

thanks,

.jh

Re: [PATCH] lang/nim-2.2.6

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/nim/Makefile,v
diff -u -p -r1.25 Makefile
--- Makefile 21 Dec 2024 11:38:19 -0000 1.25
+++ Makefile 3 Feb 2026 02:05:29 -0000
@@ -2,9 +2,8 @@ ONLY_FOR_ARCHS = amd64 arm64 i386

COMMENT = statically typed systems programming language

-DISTNAME = nim-1.6.18
+DISTNAME = nim-2.2.6
EXTRACT_SUFX = .tar.xz
-REVISION = 2

CATEGORIES = lang

@@ -29,6 +28,7 @@ TEST_DEPENDS = archivers/p7zip,-main \
SUBST_VARS += CFLAGS

post-patch:
+ mv ${WRKSRC}/lib/posix/posix_openbsd_amd64.nim ${WRKSRC}/lib/posix/posix_openbsd.nim
mkdir -p ${WRKSRC}/nimcache-port
mkdir -p ${WRKSRC}/nimcache-port-test
perl -i -pe "s#NIM_PORT_PATH#${PATH}#" ${WRKSRC}/koch.nim
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/nim/distinfo,v
diff -u -p -r1.10 distinfo
--- distinfo 30 Dec 2023 19:41:20 -0000 1.10
+++ distinfo 3 Feb 2026 02:05:29 -0000
@@ -1,2 +1,2 @@
-SHA256 (nim-1.6.18.tar.xz) = UCQaxyIpG6ljdT8EWqo1h7c8GqKK4pxXPBWluKYCoss=
-SIZE (nim-1.6.18.tar.xz) = 5212008
+SHA256 (nim-2.2.6.tar.xz) = ZXsOPV3veIFI0qh/phI/p1Wy2SytMe9g/SYeRReFUos=
+SIZE (nim-2.2.6.tar.xz) = 8471204
Index: patches/patch-build_sh
===================================================================
RCS file: /cvs/ports/lang/nim/patches/patch-build_sh,v
diff -u -p -r1.7 patch-build_sh
--- patches/patch-build_sh 24 Aug 2022 18:32:15 -0000 1.7
+++ patches/patch-build_sh 3 Feb 2026 02:05:29 -0000
@@ -7,8 +7,8 @@ Index: build.sh
fi
CC="sem -j $parallel --id $$ ${CC}"
fi
--COMP_FLAGS="${CPPFLAGS:-} ${CFLAGS:-} -w -fmax-errors=3 -O3 -fno-strict-aliasing -fno-ident $extraBuildArgs"
-+COMP_FLAGS="${CPPFLAGS:-} ${CFLAGS:-} -w -fmax-errors=3 -fno-strict-aliasing -fno-ident $extraBuildArgs"
+-COMP_FLAGS="${CPPFLAGS:-} ${CFLAGS:-} -w -fmax-errors=3 -fno-strict-aliasing -O3 -fno-ident -fno-math-errno $extraBuildArgs"
++COMP_FLAGS="${CPPFLAGS:-} ${CFLAGS:-} -w -fmax-errors=3 -fno-strict-aliasing -fno-ident -fno-math-errno $extraBuildArgs"
LINK_FLAGS="${LDFLAGS:-} "
PS4=""
# platform detection
Index: patches/patch-config_nim_cfg
===================================================================
RCS file: /cvs/ports/lang/nim/patches/patch-config_nim_cfg,v
diff -u -p -r1.9 patch-config_nim_cfg
--- patches/patch-config_nim_cfg 30 Dec 2023 19:41:20 -0000 1.9
+++ patches/patch-config_nim_cfg 3 Feb 2026 02:05:29 -0000
@@ -6,7 +6,7 @@
Index: config/nim.cfg
--- config/nim.cfg.orig
+++ config/nim.cfg
-@@ -8,7 +8,7 @@
+@@ -9,7 +9,7 @@
# Environment variables can be accessed like so:
# gcc.path %= "$CC_PATH"

@@ -15,7 +15,7 @@ Index: config/nim.cfg

# additional options always passed to the compiler:
--parallel_build: "0" # 0 to auto-detect number of processors
-@@ -111,7 +111,7 @@ nimblepath="$home/.nimble/pkgs/"
+@@ -132,7 +132,7 @@ nimblepath="$home/.nimble/pkgs/"
@if unix:
@if bsd:
# BSD got posix_spawn only recently, so we deactivate it for osproc:
@@ -24,7 +24,7 @@ Index: config/nim.cfg
@elif haiku:
gcc.options.linker = "-Wl,--as-needed -lnetwork"
gcc.cpp.options.linker = "-Wl,--as-needed -lnetwork"
-@@ -201,21 +201,27 @@ clang.objc.options.linker = "-lobjc -lgnustep-base"
+@@ -223,21 +223,27 @@ clang.objc.options.linker = "-lobjc -lgnustep-base"

# Options for FreeBSD, OpenBSD, NetBSD linker to add locations for searching
# shared libraries.
@@ -58,34 +58,3 @@ Index: config/nim.cfg
@elif netbsd:
cincludes: "/usr/pkg/include"
clibdir: "/usr/pkg/lib"
-@@ -235,15 +241,15 @@ clang.objc.options.linker = "-lobjc -lgnustep-base"
- gcc.options.linker %= "-L $WIND_BASE/target/lib/usr/lib/ppc/PPC32/common -mrtp -fno-strict-aliasing -D_C99 -D_HAS_C9X -std=c99 -fasm -Wall -Wno-write-strings"
- @end
-
--gcc.options.speed = "-O3 -fno-strict-aliasing -fno-ident"
--gcc.options.size = "-Os -fno-ident"
-+gcc.options.speed = "${CFLAGS} -fno-strict-aliasing -fno-ident"
-+gcc.options.size = "${CFLAGS} -Os -fno-ident"
- @if windows:
- gcc.options.debug = "-g3 -Og -gdwarf-3"
- @else:
- gcc.options.debug = "-g3 -Og"
- @end
--gcc.cpp.options.speed = "-O3 -fno-strict-aliasing -fno-ident"
--gcc.cpp.options.size = "-Os -fno-ident"
-+gcc.cpp.options.speed = "${CFLAGS} -fno-strict-aliasing -fno-ident"
-+gcc.cpp.options.size = "${CFLAGS} -Os -fno-ident"
- gcc.cpp.options.debug = "-g3 -Og"
- #passl = "-pg"
-
-@@ -257,8 +263,8 @@ llvm_gcc.options.size = "-Os"
- clang.options.debug = "-g"
- clang.cpp.options.debug = "-g"
- clang.options.always = "-w -ferror-limit=3"
--clang.options.speed = "-O3"
--clang.options.size = "-Os"
-+clang.options.speed = "${CFLAGS}"
-+clang.options.size = "${CFLAGS} -Os"
-
- @if windows:
- clang_cl.cpp.options.always %= "${clang_cl.options.always} /EHsc"
Index: patches/patch-dist_nimble_src_nimblepkg_options_nim
===================================================================
RCS file: /cvs/ports/lang/nim/patches/patch-dist_nimble_src_nimblepkg_options_nim,v
diff -u -p -r1.2 patch-dist_nimble_src_nimblepkg_options_nim
--- patches/patch-dist_nimble_src_nimblepkg_options_nim 11 Mar 2022 19:29:08 -0000 1.2
+++ patches/patch-dist_nimble_src_nimblepkg_options_nim 3 Feb 2026 02:05:29 -0000
@@ -1,18 +1,14 @@
-don't exec git
+override git commit hash to not exec git

Index: dist/nimble/src/nimblepkg/options.nim
--- dist/nimble/src/nimblepkg/options.nim.orig
+++ dist/nimble/src/nimblepkg/options.nim
-@@ -161,12 +161,6 @@ proc writeHelp*(quit=true) =
- proc writeVersion*() =
- echo("nimble v$# compiled at $# $#" %
- [nimbleVersion, CompileDate, CompileTime])
-- const execResult = gorgeEx("git rev-parse HEAD")
-- when execResult[0].len > 0 and execResult[1] == QuitSuccess:
-- echo "git hash: ", execResult[0]
-- else:
-- {.warning: "Couldn't determine GIT hash: " & execResult[0].}
-- echo "git hash: couldn't determine git hash"
- raise NimbleQuit(msg: "")
+@@ -298,7 +298,7 @@ proc writeHelp*(quit=true) =
+ const
+ ## You can override this if you are building the
+ ## sources outside the git tree of Nimble:
+- git_revision_override* {.strdefine.} = ""
++ git_revision_override* {.strdefine.} = "ab00c56904e3126ad826bb520d243513a139436a"

- proc parseActionType*(action: string): ActionType =
+ gitRevision* = when git_revision_override.len == 0:
+ const execResult = gorgeEx("git rev-parse HEAD")
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/lang/nim/pkg/PLIST,v
diff -u -p -r1.10 PLIST
--- pkg/PLIST 23 Oct 2025 13:19:55 -0000 1.10
+++ pkg/PLIST 3 Feb 2026 02:05:29 -0000
@@ -12,7 +12,6 @@ lib/nim/arch/
lib/nim/arch/x86/
lib/nim/arch/x86/amd64.S
lib/nim/arch/x86/i386.S
-lib/nim/compilation.nim
lib/nim/core/
lib/nim/core/hotcodereloading.nim
lib/nim/core/locks.nim
@@ -23,26 +22,25 @@ lib/nim/core/typeinfo.nim
lib/nim/cycle.h
lib/nim/deprecated/
lib/nim/deprecated/pure/
-lib/nim/deprecated/pure/LockFreeHash.nim
-lib/nim/deprecated/pure/events.nim
+lib/nim/deprecated/pure/future.nim
+lib/nim/deprecated/pure/mersenne.nim
lib/nim/deprecated/pure/ospaths.nim
-lib/nim/deprecated/pure/parseopt2.nim
-lib/nim/deprecated/pure/securehash.nim
-lib/nim/deprecated/pure/sharedstrings.nim
+lib/nim/deprecated/pure/oswalkdir.nim
+lib/nim/deprecated/pure/sums.nim
lib/nim/deps.txt
lib/nim/experimental/
lib/nim/experimental/diff.nim
lib/nim/genode/
lib/nim/genode/alloc.nim
+lib/nim/genode/constructibles.nim
+lib/nim/genode/entrypoints.nim
lib/nim/genode/env.nim
+lib/nim/genode/signals.nim
lib/nim/genode_cpp/
+lib/nim/genode_cpp/signals.h
lib/nim/genode_cpp/syslocks.h
lib/nim/genode_cpp/threads.h
lib/nim/impure/
-lib/nim/impure/db_mysql.nim
-lib/nim/impure/db_odbc.nim
-lib/nim/impure/db_postgres.nim
-lib/nim/impure/db_sqlite.nim
lib/nim/impure/nre/
lib/nim/impure/nre.nim
lib/nim/impure/nre/private/
@@ -52,7 +50,6 @@ lib/nim/impure/re.nim
lib/nim/js/
lib/nim/js/asyncjs.nim
lib/nim/js/dom.nim
-lib/nim/js/dom_extensions.nim
lib/nim/js/jsconsole.nim
lib/nim/js/jscore.nim
lib/nim/js/jsffi.nim
@@ -64,11 +61,13 @@ lib/nim/nimrtl.nim
lib/nim/nimrtl.nim.cfg
lib/nim/packages/
lib/nim/packages/docutils/
+lib/nim/packages/docutils/dochelpers.nim
lib/nim/packages/docutils/docutils.nimble.old
lib/nim/packages/docutils/highlite.nim
lib/nim/packages/docutils/rst.nim
lib/nim/packages/docutils/rstast.nim
lib/nim/packages/docutils/rstgen.nim
+lib/nim/packages/docutils/rstidx.nim
lib/nim/posix/
lib/nim/posix/epoll.nim
lib/nim/posix/inotify.nim
@@ -82,7 +81,7 @@ lib/nim/posix/posix_linux_amd64_consts.n
lib/nim/posix/posix_macos_amd64.nim
lib/nim/posix/posix_nintendoswitch.nim
lib/nim/posix/posix_nintendoswitch_consts.nim
-lib/nim/posix/posix_openbsd_amd64.nim
+lib/nim/posix/posix_openbsd.nim
lib/nim/posix/posix_other.nim
lib/nim/posix/posix_other_consts.nim
lib/nim/posix/posix_utils.nim
@@ -93,7 +92,6 @@ lib/nim/pure/async.nim
lib/nim/pure/asyncdispatch.nim
lib/nim/pure/asyncdispatch.nim.cfg
lib/nim/pure/asyncfile.nim
-lib/nim/pure/asyncftpclient.nim
lib/nim/pure/asyncfutures.nim
lib/nim/pure/asynchttpserver.nim
lib/nim/pure/asyncmacro.nim
@@ -131,22 +129,17 @@ lib/nim/pure/cookies.nim
lib/nim/pure/coro.nim
lib/nim/pure/coro.nimcfg
lib/nim/pure/cstrutils.nim
-lib/nim/pure/db_common.nim
lib/nim/pure/distros.nim
lib/nim/pure/dynlib.nim
lib/nim/pure/encodings.nim
lib/nim/pure/endians.nim
lib/nim/pure/fenv.nim
-lib/nim/pure/future.nim
lib/nim/pure/hashes.nim
lib/nim/pure/htmlgen.nim
lib/nim/pure/htmlparser.nim
lib/nim/pure/httpclient.nim
lib/nim/pure/httpcore.nim
lib/nim/pure/includes/
-lib/nim/pure/includes/osenv.nim
-lib/nim/pure/includes/oserr.nim
-lib/nim/pure/includes/osseps.nim
lib/nim/pure/includes/unicode_ranges.nim
lib/nim/pure/ioselects/
lib/nim/pure/ioselects/ioselectors_epoll.nim
@@ -161,18 +154,15 @@ lib/nim/pure/marshal.nim
lib/nim/pure/math.nim
lib/nim/pure/md5.nim
lib/nim/pure/memfiles.nim
-lib/nim/pure/mersenne.nim
lib/nim/pure/mimetypes.nim
lib/nim/pure/nativesockets.nim
lib/nim/pure/net.nim
lib/nim/pure/nimprof.nim
lib/nim/pure/nimprof.nim.cfg
-lib/nim/pure/nimtracker.nim
lib/nim/pure/oids.nim
lib/nim/pure/options.nim
lib/nim/pure/os.nim
lib/nim/pure/osproc.nim
-lib/nim/pure/oswalkdir.nim
lib/nim/pure/parsecfg.nim
lib/nim/pure/parsecsv.nim
lib/nim/pure/parsejson.nim
@@ -183,15 +173,12 @@ lib/nim/pure/parsexml.nim
lib/nim/pure/pathnorm.nim
lib/nim/pure/pegs.nim
lib/nim/pure/prelude.nim
-lib/nim/pure/punycode.nim
lib/nim/pure/random.nim
lib/nim/pure/rationals.nim
lib/nim/pure/reservedmem.nim
lib/nim/pure/ropes.nim
lib/nim/pure/segfaults.nim
lib/nim/pure/selectors.nim
-lib/nim/pure/smtp.nim
-lib/nim/pure/smtp.nim.cfg
lib/nim/pure/ssl_certs.nim
lib/nim/pure/ssl_config.nim
lib/nim/pure/stats.nim
@@ -220,13 +207,20 @@ lib/nim/pure/volatile.nim
lib/nim/pure/xmlparser.nim
lib/nim/pure/xmltree.nim
lib/nim/std/
+lib/nim/std/appdirs.nim
+lib/nim/std/assertions.nim
+lib/nim/std/cmdline.nim
lib/nim/std/compilesettings.nim
lib/nim/std/decls.nim
+lib/nim/std/dirs.nim
lib/nim/std/editdistance.nim
lib/nim/std/effecttraits.nim
lib/nim/std/enumerate.nim
lib/nim/std/enumutils.nim
+lib/nim/std/envvars.nim
lib/nim/std/exitprocs.nim
+lib/nim/std/files.nim
+lib/nim/std/formatfloat.nim
lib/nim/std/genasts.nim
lib/nim/std/importutils.nim
lib/nim/std/isolation.nim
@@ -237,33 +231,54 @@ lib/nim/std/jsheaders.nim
lib/nim/std/jsonutils.nim
lib/nim/std/logic.nim
lib/nim/std/monotimes.nim
+lib/nim/std/objectdollar.nim
+lib/nim/std/oserrors.nim
+lib/nim/std/outparams.nim
lib/nim/std/packedsets.nim
+lib/nim/std/paths.nim
lib/nim/std/private/
lib/nim/std/private/asciitables.nim
lib/nim/std/private/bitops_utils.nim
-lib/nim/std/private/dbutils.nim
lib/nim/std/private/decode_helpers.nim
lib/nim/std/private/digitsutils.nim
+lib/nim/std/private/dragonbox.nim
lib/nim/std/private/gitutils.nim
lib/nim/std/private/globs.nim
lib/nim/std/private/jsutils.nim
lib/nim/std/private/miscdollars.nim
+lib/nim/std/private/ntpath.nim
+lib/nim/std/private/osappdirs.nim
+lib/nim/std/private/oscommon.nim
+lib/nim/std/private/osdirs.nim
+lib/nim/std/private/osfiles.nim
+lib/nim/std/private/ospaths2.nim
+lib/nim/std/private/osseps.nim
+lib/nim/std/private/ossymlinks.nim
+lib/nim/std/private/schubfach.nim
lib/nim/std/private/since.nim
lib/nim/std/private/strimpl.nim
+lib/nim/std/private/syslocks.nim
+lib/nim/std/private/threadtypes.nim
lib/nim/std/private/underscored_calls.nim
+lib/nim/std/private/win_getsysteminfo.nim
lib/nim/std/private/win_setenv.nim
lib/nim/std/setutils.nim
lib/nim/std/sha1.nim
lib/nim/std/socketstreams.nim
lib/nim/std/stackframes.nim
+lib/nim/std/staticos.nim
lib/nim/std/strbasics.nim
-lib/nim/std/sums.nim
+lib/nim/std/symlinks.nim
+lib/nim/std/syncio.nim
+lib/nim/std/sysatomics.nim
lib/nim/std/sysrand.nim
lib/nim/std/tasks.nim
lib/nim/std/tempfiles.nim
lib/nim/std/time_t.nim
+lib/nim/std/typedthreads.nim
lib/nim/std/varints.nim
lib/nim/std/vmutils.nim
+lib/nim/std/widestrs.nim
lib/nim/std/with.nim
lib/nim/std/wordwrap.nim
lib/nim/std/wrapnils.nim
@@ -273,11 +288,8 @@ lib/nim/system.nim
lib/nim/system/alloc.nim
lib/nim/system/ansi_c.nim
lib/nim/system/arc.nim
-lib/nim/system/arithm.nim
lib/nim/system/arithmetics.nim
-lib/nim/system/assertions.nim
lib/nim/system/assign.nim
-lib/nim/system/atomics.nim
lib/nim/system/avltree.nim
lib/nim/system/basic_types.nim
lib/nim/system/bitmasks.nim
@@ -288,12 +300,13 @@ lib/nim/system/cgprocs.nim
lib/nim/system/channels_builtin.nim
lib/nim/system/chcks.nim
lib/nim/system/comparisons.nim
+lib/nim/system/compilation.nim
lib/nim/system/coro_detection.nim
lib/nim/system/countbits_impl.nim
+lib/nim/system/ctypes.nim
lib/nim/system/cyclebreaker.nim
lib/nim/system/deepcopy.nim
lib/nim/system/dollars.nim
-lib/nim/system/dragonbox.nim
lib/nim/system/dyncalls.nim
lib/nim/system/embedded.nim
lib/nim/system/exceptions.nim
@@ -301,7 +314,6 @@ lib/nim/system/excpt.nim
lib/nim/system/fatal.nim
lib/nim/system/formatfloat.nim
lib/nim/system/gc.nim
-lib/nim/system/gc2.nim
lib/nim/system/gc_common.nim
lib/nim/system/gc_hooks.nim
lib/nim/system/gc_interface.nim
@@ -310,8 +322,8 @@ lib/nim/system/gc_regions.nim
lib/nim/system/hti.nim
lib/nim/system/inclrtl.nim
lib/nim/system/indexerrors.nim
+lib/nim/system/indices.nim
lib/nim/system/integerops.nim
-lib/nim/system/io.nim
lib/nim/system/iterators.nim
lib/nim/system/iterators_1.nim
lib/nim/system/jssys.nim
@@ -329,11 +341,12 @@ lib/nim/system/orc.nim
lib/nim/system/osalloc.nim
lib/nim/system/platforms.nim
lib/nim/system/profiler.nim
+lib/nim/system/ptrarith.nim
+lib/nim/system/rawquits.nim
lib/nim/system/repr.nim
lib/nim/system/repr_impl.nim
lib/nim/system/repr_v2.nim
lib/nim/system/reprjs.nim
-lib/nim/system/schubfach.nim
lib/nim/system/seqs_v2.nim
lib/nim/system/seqs_v2_reimpl.nim
lib/nim/system/setops.nim
@@ -341,13 +354,11 @@ lib/nim/system/sets.nim
lib/nim/system/stacktraces.nim
lib/nim/system/strmantle.nim
lib/nim/system/strs_v2.nim
-lib/nim/system/syslocks.nim
-lib/nim/system/sysspawn.nim
lib/nim/system/sysstr.nim
+lib/nim/system/threadids.nim
+lib/nim/system/threadimpl.nim
lib/nim/system/threadlocalstorage.nim
-lib/nim/system/threads.nim
lib/nim/system/timers.nim
-lib/nim/system/widestrs.nim
lib/nim/system_overview.rst
lib/nim/windows/
lib/nim/windows/registry.nim
@@ -359,12 +370,8 @@ lib/nim/wrappers/linenoise/README.markdo
lib/nim/wrappers/linenoise/linenoise.c
lib/nim/wrappers/linenoise/linenoise.h
lib/nim/wrappers/linenoise/linenoise.nim
-lib/nim/wrappers/mysql.nim
-lib/nim/wrappers/odbcsql.nim
lib/nim/wrappers/openssl.nim
lib/nim/wrappers/pcre.nim
-lib/nim/wrappers/postgres.nim
-lib/nim/wrappers/sqlite3.nim
lib/nim/wrappers/tinyc.nim
share/doc/nim/
share/doc/nim/advopt.txt
- make proper phread.h header for all architectures

Index: lib/std/private/threadtypes.nim
--- lib/std/private/threadtypes.nim.orig
+++ lib/std/private/threadtypes.nim
@@ -77,7 +77,7 @@ else:
Pthread_attr* {.importc: "pthread_attr_t",
header: "<sys/types.h>".} = object
abi: array[56 div sizeof(clong), clong]
- elif defined(openbsd) and defined(amd64):
+ elif defined(openbsd):
type
SysThread* {.importc: "pthread_t", header: "<pthread.h>".} = object
Pthread_attr* {.importc: "pthread_attr_t",
Just my 2 cents, but I actually tried my hand at this but I concretely
have no idea what I'm doing, but maybe it will be useful for you (I am
testing this on arm64), note that patch-lib_pure_asyncnet_nim is no
longer needed, and note the new patch-lib_std_private_threadtypes_nim

Remove www/ruby-passenger

www/ruby-passenger doesn't work with libc++19. It was marked BROKEN on
August 19, 2025, and nobody has stepped up to fix it. I would like to
remove it. OKs?

Thanks,
Jeremy

Update: JRuby 10.0.3.0

Update to the latest release of JRuby. Release notes at:
https://www.jruby.org/2026/02/02/jruby-10-0-3-0.html

Tested on amd64, the only supported arch.

Will be committing in a couple days unless I hear objections.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/jruby/Makefile,v
retrieving revision 1.128
diff -u -p -r1.128 Makefile
--- Makefile 2 Feb 2026 18:12:53 -0000 1.128
+++ Makefile 3 Feb 2026 01:07:42 -0000
@@ -3,13 +3,12 @@ ONLY_FOR_ARCHS = amd64

COMMENT = pure-Java implementation of the Ruby language

-V = 10.0.2.0
+V = 10.0.3.0
DISTNAME = jruby-dist-${V}-bin
PKGNAME = jruby-${V}
CATEGORIES = lang lang/ruby
DISTFILES.jffi =jffi-1.3.10.tar.gz
DISTFILES.gem = ${JRUBY_LAUNCHER_GEM}
-REVISION = 2

HOMEPAGE = http://www.jruby.org/

Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/jruby/distinfo,v
retrieving revision 1.87
diff -u -p -r1.87 distinfo
--- distinfo 19 Aug 2025 04:50:08 -0000 1.87
+++ distinfo 3 Feb 2026 01:07:42 -0000
@@ -1,6 +1,6 @@
SHA256 (jffi-1.3.10.tar.gz) = QZWOTjjcxTOTidj4/JjERqcokJJ5SOiQualLs/ivHsw=
-SHA256 (jruby-dist-10.0.2.0-bin.tar.gz) = uKAm84qphGGgTtCqCyCJHOJX7L5T4SRxnOnuW4BFJfE=
+SHA256 (jruby-dist-10.0.3.0-bin.tar.gz) = DttbAsP0giBdHPg1jzjjHZ5MbZOiEAOSJHUMclAeRxc=
SHA256 (jruby-launcher-1.1.19-java.gem) = LPGrpNcsdLNq7MSjCxiSXh4h+vcPVuC0ykUyUYquGJo=
SIZE (jffi-1.3.10.tar.gz) = 3304571
-SIZE (jruby-dist-10.0.2.0-bin.tar.gz) = 33781310
+SIZE (jruby-dist-10.0.3.0-bin.tar.gz) = 35969998
SIZE (jruby-launcher-1.1.19-java.gem) = 64000
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/lang/jruby/pkg/PLIST,v
retrieving revision 1.81
diff -u -p -r1.81 PLIST
--- pkg/PLIST 2 Feb 2026 18:12:53 -0000 1.81
+++ pkg/PLIST 3 Feb 2026 01:07:42 -0000
@@ -40,7 +40,7 @@ jruby/lib/ruby/gems/1.8/cache/mutex_m-0.
jruby/lib/ruby/gems/1.8/cache/net-ftp-0.3.8.gem
jruby/lib/ruby/gems/1.8/cache/net-imap-0.5.8.gem
jruby/lib/ruby/gems/1.8/cache/net-pop-0.1.2.gem
-jruby/lib/ruby/gems/1.8/cache/net-smtp-0.5.0.gem
+jruby/lib/ruby/gems/1.8/cache/net-smtp-0.5.1.gem
jruby/lib/ruby/gems/1.8/cache/nkf-0.2.0-java.gem
jruby/lib/ruby/gems/1.8/cache/observer-0.1.2.gem
jruby/lib/ruby/gems/1.8/cache/power_assert-2.0.5.gem
@@ -48,7 +48,7 @@ jruby/lib/ruby/gems/1.8/cache/prime-0.1.
jruby/lib/ruby/gems/1.8/cache/racc-1.8.1-java.gem
jruby/lib/ruby/gems/1.8/cache/rake-13.2.1.gem
jruby/lib/ruby/gems/1.8/cache/resolv-replace-0.1.1.gem
-jruby/lib/ruby/gems/1.8/cache/rexml-3.4.0.gem
+jruby/lib/ruby/gems/1.8/cache/rexml-3.4.4.gem
jruby/lib/ruby/gems/1.8/cache/rinda-0.2.0.gem
jruby/lib/ruby/gems/1.8/cache/rss-0.3.1.gem
jruby/lib/ruby/gems/1.8/cache/test-unit-3.6.7.gem
@@ -88,10 +88,10 @@ jruby/lib/ruby/gems/1.8/gems/bigdecimal-
jruby/lib/ruby/gems/1.8/gems/bigdecimal-3.1.9-java/sample/linear.rb
jruby/lib/ruby/gems/1.8/gems/bigdecimal-3.1.9-java/sample/nlsolve.rb
jruby/lib/ruby/gems/1.8/gems/bigdecimal-3.1.9-java/sample/pi.rb
-jruby/lib/ruby/gems/1.8/gems/bundler-2.6.9/
-jruby/lib/ruby/gems/1.8/gems/bundler-2.6.9/exe/
-jruby/lib/ruby/gems/1.8/gems/bundler-2.6.9/exe/bundle
-jruby/lib/ruby/gems/1.8/gems/bundler-2.6.9/exe/bundler
+jruby/lib/ruby/gems/1.8/gems/bundler-2.7.2/
+jruby/lib/ruby/gems/1.8/gems/bundler-2.7.2/exe/
+jruby/lib/ruby/gems/1.8/gems/bundler-2.7.2/exe/bundle
+jruby/lib/ruby/gems/1.8/gems/bundler-2.7.2/exe/bundler
jruby/lib/ruby/gems/1.8/gems/csv-3.3.2/
jruby/lib/ruby/gems/1.8/gems/csv-3.3.2/LICENSE.txt
jruby/lib/ruby/gems/1.8/gems/csv-3.3.2/NEWS.md
@@ -365,19 +365,20 @@ jruby/lib/ruby/gems/1.8/gems/net-pop-0.1
jruby/lib/ruby/gems/1.8/gems/net-pop-0.1.2/lib/net/
jruby/lib/ruby/gems/1.8/gems/net-pop-0.1.2/lib/net/pop.rb
jruby/lib/ruby/gems/1.8/gems/net-pop-0.1.2/net-pop.gemspec
-jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.0/
-jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.0/LICENSE.txt
-jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.0/NEWS.md
-jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.0/README.md
-jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.0/lib/
-jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.0/lib/net/
-jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.0/lib/net/smtp/
-jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.0/lib/net/smtp.rb
-jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.0/lib/net/smtp/auth_cram_md5.rb
-jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.0/lib/net/smtp/auth_login.rb
-jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.0/lib/net/smtp/auth_plain.rb
-jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.0/lib/net/smtp/auth_xoauth2.rb
-jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.0/lib/net/smtp/authenticator.rb
+jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.1/
+jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.1/LICENSE.txt
+jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.1/NEWS.md
+jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.1/README.md
+jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.1/lib/
+jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.1/lib/net/
+jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.1/lib/net/smtp/
+jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.1/lib/net/smtp.rb
+jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.1/lib/net/smtp/auth_cram_md5.rb
+jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.1/lib/net/smtp/auth_login.rb
+jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.1/lib/net/smtp/auth_plain.rb
+jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.1/lib/net/smtp/auth_xoauth2.rb
+jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.1/lib/net/smtp/authenticator.rb
+jruby/lib/ruby/gems/1.8/gems/net-smtp-0.5.1/net-smtp.gemspec
jruby/lib/ruby/gems/1.8/gems/nkf-0.2.0-java/
jruby/lib/ruby/gems/1.8/gems/nkf-0.2.0-java/.git-blame-ignore-revs
jruby/lib/ruby/gems/1.8/gems/nkf-0.2.0-java/.github/
@@ -575,10 +576,10 @@ jruby/lib/ruby/gems/1.8/gems/rake-13.2.1
jruby/lib/ruby/gems/1.8/gems/rake-13.2.1/lib/rake/version.rb
jruby/lib/ruby/gems/1.8/gems/rake-13.2.1/lib/rake/win32.rb
jruby/lib/ruby/gems/1.8/gems/rake-13.2.1/rake.gemspec
-jruby/lib/ruby/gems/1.8/gems/rdoc-6.10.0/
-jruby/lib/ruby/gems/1.8/gems/rdoc-6.10.0/exe/
-jruby/lib/ruby/gems/1.8/gems/rdoc-6.10.0/exe/rdoc
-jruby/lib/ruby/gems/1.8/gems/rdoc-6.10.0/exe/ri
+jruby/lib/ruby/gems/1.8/gems/rdoc-6.14.0/
+jruby/lib/ruby/gems/1.8/gems/rdoc-6.14.0/exe/
+jruby/lib/ruby/gems/1.8/gems/rdoc-6.14.0/exe/rdoc
+jruby/lib/ruby/gems/1.8/gems/rdoc-6.14.0/exe/ri
jruby/lib/ruby/gems/1.8/gems/resolv-replace-0.1.1/
jruby/lib/ruby/gems/1.8/gems/resolv-replace-0.1.1/Gemfile
jruby/lib/ruby/gems/1.8/gems/resolv-replace-0.1.1/LICENSE.txt
@@ -590,85 +591,85 @@ jruby/lib/ruby/gems/1.8/gems/resolv-repl
jruby/lib/ruby/gems/1.8/gems/resolv-replace-0.1.1/lib/
jruby/lib/ruby/gems/1.8/gems/resolv-replace-0.1.1/lib/resolv-replace.rb
jruby/lib/ruby/gems/1.8/gems/resolv-replace-0.1.1/resolv-replace.gemspec
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/LICENSE.txt
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/NEWS.md
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/README.md
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/doc/
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/doc/rexml/
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/doc/rexml/context.rdoc
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/doc/rexml/tasks/
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/doc/rexml/tasks/rdoc/
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/doc/rexml/tasks/rdoc/child.rdoc
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/doc/rexml/tasks/rdoc/document.rdoc
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/doc/rexml/tasks/rdoc/element.rdoc
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/doc/rexml/tasks/rdoc/node.rdoc
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/doc/rexml/tasks/rdoc/parent.rdoc
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/doc/rexml/tasks/tocs/
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/doc/rexml/tasks/tocs/child_toc.rdoc
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/doc/rexml/tasks/tocs/document_toc.rdoc
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/doc/rexml/tasks/tocs/element_toc.rdoc
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/doc/rexml/tasks/tocs/master_toc.rdoc
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/doc/rexml/tasks/tocs/node_toc.rdoc
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/doc/rexml/tasks/tocs/parent_toc.rdoc
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/doc/rexml/tutorial.rdoc
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/attlistdecl.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/attribute.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/cdata.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/child.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/comment.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/doctype.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/document.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/dtd/
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/dtd/attlistdecl.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/dtd/dtd.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/dtd/elementdecl.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/dtd/entitydecl.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/dtd/notationdecl.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/element.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/encoding.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/entity.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/formatters/
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/formatters/default.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/formatters/pretty.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/formatters/transitive.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/functions.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/instruction.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/light/
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/light/node.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/namespace.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/node.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/output.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/parent.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/parseexception.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/parsers/
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/parsers/baseparser.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/parsers/lightparser.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/parsers/pullparser.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/parsers/sax2parser.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/parsers/streamparser.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/parsers/treeparser.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/parsers/ultralightparser.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/parsers/xpathparser.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/quickpath.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/rexml.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/sax2listener.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/security.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/source.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/streamlistener.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/text.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/undefinednamespaceexception.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/validation/
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/validation/relaxng.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/validation/validation.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/validation/validationexception.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/xmldecl.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/xmltokens.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/xpath.rb
-jruby/lib/ruby/gems/1.8/gems/rexml-3.4.0/lib/rexml/xpath_parser.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/LICENSE.txt
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/NEWS.md
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/README.md
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/doc/
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/doc/rexml/
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/doc/rexml/context.rdoc
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/doc/rexml/tasks/
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/doc/rexml/tasks/rdoc/
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/doc/rexml/tasks/rdoc/child.rdoc
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/doc/rexml/tasks/rdoc/document.rdoc
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/doc/rexml/tasks/rdoc/element.rdoc
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/doc/rexml/tasks/rdoc/node.rdoc
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/doc/rexml/tasks/rdoc/parent.rdoc
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/doc/rexml/tasks/tocs/
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/doc/rexml/tasks/tocs/child_toc.rdoc
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/doc/rexml/tasks/tocs/document_toc.rdoc
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/doc/rexml/tasks/tocs/element_toc.rdoc
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/doc/rexml/tasks/tocs/master_toc.rdoc
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/doc/rexml/tasks/tocs/node_toc.rdoc
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/doc/rexml/tasks/tocs/parent_toc.rdoc
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/doc/rexml/tutorial.rdoc
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/attlistdecl.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/attribute.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/cdata.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/child.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/comment.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/doctype.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/document.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/dtd/
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/dtd/attlistdecl.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/dtd/dtd.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/dtd/elementdecl.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/dtd/entitydecl.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/dtd/notationdecl.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/element.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/encoding.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/entity.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/formatters/
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/formatters/default.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/formatters/pretty.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/formatters/transitive.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/functions.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/instruction.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/light/
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/light/node.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/namespace.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/node.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/output.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/parent.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/parseexception.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/parsers/
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/parsers/baseparser.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/parsers/lightparser.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/parsers/pullparser.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/parsers/sax2parser.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/parsers/streamparser.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/parsers/treeparser.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/parsers/ultralightparser.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/parsers/xpathparser.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/quickpath.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/rexml.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/sax2listener.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/security.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/source.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/streamlistener.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/text.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/undefinednamespaceexception.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/validation/
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/validation/relaxng.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/validation/validation.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/validation/validationexception.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/xmldecl.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/xmltokens.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/xpath.rb
+jruby/lib/ruby/gems/1.8/gems/rexml-3.4.4/lib/rexml/xpath_parser.rb
jruby/lib/ruby/gems/1.8/gems/rinda-0.2.0/
jruby/lib/ruby/gems/1.8/gems/rinda-0.2.0/.github/
jruby/lib/ruby/gems/1.8/gems/rinda-0.2.0/.github/dependabot.yml
@@ -740,9 +741,9 @@ jruby/lib/ruby/gems/1.8/gems/rss-0.3.1/l
jruby/lib/ruby/gems/1.8/gems/rss-0.3.1/lib/rss/xml.rb
jruby/lib/ruby/gems/1.8/gems/rss-0.3.1/lib/rss/xmlparser.rb
jruby/lib/ruby/gems/1.8/gems/rss-0.3.1/lib/rss/xmlscanner.rb
-jruby/lib/ruby/gems/1.8/gems/rubygems-update-3.6.9/
-jruby/lib/ruby/gems/1.8/gems/rubygems-update-3.6.9/exe/
-jruby/lib/ruby/gems/1.8/gems/rubygems-update-3.6.9/exe/update_rubygems
+jruby/lib/ruby/gems/1.8/gems/rubygems-update-3.7.2/
+jruby/lib/ruby/gems/1.8/gems/rubygems-update-3.7.2/exe/
+jruby/lib/ruby/gems/1.8/gems/rubygems-update-3.7.2/exe/update_rubygems
jruby/lib/ruby/gems/1.8/gems/syntax_suggest-2.0.2/
jruby/lib/ruby/gems/1.8/gems/syntax_suggest-2.0.2/exe/
jruby/lib/ruby/gems/1.8/gems/syntax_suggest-2.0.2/exe/syntax_suggest
@@ -835,8 +836,8 @@ jruby/lib/ruby/gems/1.8/specifications/c
jruby/lib/ruby/gems/1.8/specifications/debug-0.2.1.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/
jruby/lib/ruby/gems/1.8/specifications/default/benchmark-0.4.0.gemspec
-jruby/lib/ruby/gems/1.8/specifications/default/bundler-2.6.9.gemspec
-jruby/lib/ruby/gems/1.8/specifications/default/cgi-0.4.1-java.gemspec
+jruby/lib/ruby/gems/1.8/specifications/default/bundler-2.7.2.gemspec
+jruby/lib/ruby/gems/1.8/specifications/default/cgi-0.4.2-java.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/date-3.4.1-java.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/delegate-0.4.0.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/did_you_mean-2.0.0.gemspec
@@ -851,14 +852,14 @@ jruby/lib/ruby/gems/1.8/specifications/d
jruby/lib/ruby/gems/1.8/specifications/default/fileutils-1.7.3.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/find-0.2.0.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/forwardable-1.3.3.gemspec
-jruby/lib/ruby/gems/1.8/specifications/default/io-console-0.8.0-java.gemspec
-jruby/lib/ruby/gems/1.8/specifications/default/io-wait-0.3.1-java.gemspec
+jruby/lib/ruby/gems/1.8/specifications/default/io-console-0.8.1-java.gemspec
+jruby/lib/ruby/gems/1.8/specifications/default/io-wait-0.3.2-java.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/ipaddr-1.2.7.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/irb-1.14.3.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/jar-dependencies-0.5.4.gemspec
-jruby/lib/ruby/gems/1.8/specifications/default/jruby-openssl-0.15.4-java.gemspec
+jruby/lib/ruby/gems/1.8/specifications/default/jruby-openssl-0.15.5-java.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/jruby-readline-1.3.7-java.gemspec
-jruby/lib/ruby/gems/1.8/specifications/default/json-2.9.1-java.gemspec
+jruby/lib/ruby/gems/1.8/specifications/default/json-2.16.0-java.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/logger-1.6.4.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/net-http-0.6.0.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/net-protocol-0.2.2.gemspec
@@ -871,18 +872,20 @@ jruby/lib/ruby/gems/1.8/specifications/d
jruby/lib/ruby/gems/1.8/specifications/default/pstore-0.1.4.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/psych-5.2.3-java.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/rake-ant-1.0.6.gemspec
-jruby/lib/ruby/gems/1.8/specifications/default/rdoc-6.10.0.gemspec
+jruby/lib/ruby/gems/1.8/specifications/default/rdoc-6.14.0.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/reline-0.6.0.gemspec
+jruby/lib/ruby/gems/1.8/specifications/default/resolv-0.6.3.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/ruby2_keywords-0.0.5.gemspec
-jruby/lib/ruby/gems/1.8/specifications/default/rubygems-update-3.6.9.gemspec
+jruby/lib/ruby/gems/1.8/specifications/default/rubygems-update-3.7.2.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/securerandom-0.4.1.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/shellwords-0.2.2.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/singleton-0.3.0.gemspec
-jruby/lib/ruby/gems/1.8/specifications/default/stringio-3.1.5-java.gemspec
-jruby/lib/ruby/gems/1.8/specifications/default/strscan-3.1.5-java.gemspec
+jruby/lib/ruby/gems/1.8/specifications/default/stringio-3.1.9-java.gemspec
+jruby/lib/ruby/gems/1.8/specifications/default/strscan-3.1.7-java.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/subspawn-0.1.1.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/subspawn-posix-0.1.1.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/syntax_suggest-2.0.2.gemspec
+jruby/lib/ruby/gems/1.8/specifications/default/syslog-0.4.0.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/tempfile-0.3.1.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/time-0.4.1.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/timeout-0.4.3.gemspec
@@ -899,7 +902,7 @@ jruby/lib/ruby/gems/1.8/specifications/m
jruby/lib/ruby/gems/1.8/specifications/net-ftp-0.3.8.gemspec
jruby/lib/ruby/gems/1.8/specifications/net-imap-0.5.8.gemspec
jruby/lib/ruby/gems/1.8/specifications/net-pop-0.1.2.gemspec
-jruby/lib/ruby/gems/1.8/specifications/net-smtp-0.5.0.gemspec
+jruby/lib/ruby/gems/1.8/specifications/net-smtp-0.5.1.gemspec
jruby/lib/ruby/gems/1.8/specifications/nkf-0.2.0-java.gemspec
jruby/lib/ruby/gems/1.8/specifications/observer-0.1.2.gemspec
jruby/lib/ruby/gems/1.8/specifications/power_assert-2.0.5.gemspec
@@ -907,7 +910,7 @@ jruby/lib/ruby/gems/1.8/specifications/p
jruby/lib/ruby/gems/1.8/specifications/racc-1.8.1-java.gemspec
jruby/lib/ruby/gems/1.8/specifications/rake-13.2.1.gemspec
jruby/lib/ruby/gems/1.8/specifications/resolv-replace-0.1.1.gemspec
-jruby/lib/ruby/gems/1.8/specifications/rexml-3.4.0.gemspec
+jruby/lib/ruby/gems/1.8/specifications/rexml-3.4.4.gemspec
jruby/lib/ruby/gems/1.8/specifications/rinda-0.2.0.gemspec
jruby/lib/ruby/gems/1.8/specifications/rss-0.3.1.gemspec
jruby/lib/ruby/gems/1.8/specifications/test-unit-3.6.7.gemspec
@@ -916,17 +919,8 @@ jruby/lib/ruby/include/
jruby/lib/ruby/include/ruby.h
jruby/lib/ruby/stdlib/
jruby/lib/ruby/stdlib/English.rb
-jruby/lib/ruby/stdlib/abbrev.rb
jruby/lib/ruby/stdlib/ant.rb
-jruby/lib/ruby/stdlib/base64.rb
jruby/lib/ruby/stdlib/benchmark.rb
-jruby/lib/ruby/stdlib/bigdecimal/
-jruby/lib/ruby/stdlib/bigdecimal.rb
-jruby/lib/ruby/stdlib/bigdecimal/jacobian.rb
-jruby/lib/ruby/stdlib/bigdecimal/ludcmp.rb
-jruby/lib/ruby/stdlib/bigdecimal/math.rb
-jruby/lib/ruby/stdlib/bigdecimal/newton.rb
-jruby/lib/ruby/stdlib/bigdecimal/util.rb
jruby/lib/ruby/stdlib/bundled_gems.rb
jruby/lib/ruby/stdlib/bundler/
jruby/lib/ruby/stdlib/bundler.rb
@@ -997,7 +991,6 @@ jruby/lib/ruby/stdlib/bundler/fetcher/in
jruby/lib/ruby/stdlib/bundler/force_platform.rb
jruby/lib/ruby/stdlib/bundler/friendly_errors.rb
jruby/lib/ruby/stdlib/bundler/gem_helper.rb
-jruby/lib/ruby/stdlib/bundler/gem_helpers.rb
jruby/lib/ruby/stdlib/bundler/gem_tasks.rb
jruby/lib/ruby/stdlib/bundler/gem_version_promoter.rb
jruby/lib/ruby/stdlib/bundler/graph.rb
@@ -1145,7 +1138,6 @@ jruby/lib/ruby/stdlib/bundler/spec_set.r
jruby/lib/ruby/stdlib/bundler/stub_specification.rb
jruby/lib/ruby/stdlib/bundler/templates/
jruby/lib/ruby/stdlib/bundler/templates/Executable
-jruby/lib/ruby/stdlib/bundler/templates/Executable.bundler
jruby/lib/ruby/stdlib/bundler/templates/Executable.standalone
jruby/lib/ruby/stdlib/bundler/templates/Gemfile
jruby/lib/ruby/stdlib/bundler/templates/newgem/
@@ -1345,18 +1337,6 @@ jruby/lib/ruby/stdlib/cgi/session/pstore
jruby/lib/ruby/stdlib/cgi/util.rb
jruby/lib/ruby/stdlib/continuation.rb
jruby/lib/ruby/stdlib/coverage.rb
-jruby/lib/ruby/stdlib/csv/
-jruby/lib/ruby/stdlib/csv.rb
-jruby/lib/ruby/stdlib/csv/core_ext/
-jruby/lib/ruby/stdlib/csv/core_ext/array.rb
-jruby/lib/ruby/stdlib/csv/core_ext/string.rb
-jruby/lib/ruby/stdlib/csv/fields_converter.rb
-jruby/lib/ruby/stdlib/csv/input_record_separator.rb
-jruby/lib/ruby/stdlib/csv/parser.rb
-jruby/lib/ruby/stdlib/csv/row.rb
-jruby/lib/ruby/stdlib/csv/table.rb
-jruby/lib/ruby/stdlib/csv/version.rb
-jruby/lib/ruby/stdlib/csv/writer.rb
jruby/lib/ruby/stdlib/date/
jruby/lib/ruby/stdlib/date.rb
jruby/lib/ruby/stdlib/date/delta/
@@ -1402,21 +1382,6 @@ jruby/lib/ruby/stdlib/digest/sha2/
jruby/lib/ruby/stdlib/digest/sha2.rb
jruby/lib/ruby/stdlib/digest/sha2/loader.rb
jruby/lib/ruby/stdlib/digest/version.rb
-jruby/lib/ruby/stdlib/drb/
-jruby/lib/ruby/stdlib/drb.rb
-jruby/lib/ruby/stdlib/drb/acl.rb
-jruby/lib/ruby/stdlib/drb/drb.rb
-jruby/lib/ruby/stdlib/drb/eq.rb
-jruby/lib/ruby/stdlib/drb/extserv.rb
-jruby/lib/ruby/stdlib/drb/extservm.rb
-jruby/lib/ruby/stdlib/drb/gw.rb
-jruby/lib/ruby/stdlib/drb/invokemethod.rb
-jruby/lib/ruby/stdlib/drb/observer.rb
-jruby/lib/ruby/stdlib/drb/ssl.rb
-jruby/lib/ruby/stdlib/drb/timeridconv.rb
-jruby/lib/ruby/stdlib/drb/unix.rb
-jruby/lib/ruby/stdlib/drb/version.rb
-jruby/lib/ruby/stdlib/drb/weakidconv.rb
jruby/lib/ruby/stdlib/erb/
jruby/lib/ruby/stdlib/erb.rb
jruby/lib/ruby/stdlib/erb/compiler.rb
@@ -1491,15 +1456,11 @@ jruby/lib/ruby/stdlib/fiddle/struct.rb
jruby/lib/ruby/stdlib/fiddle/types.rb
jruby/lib/ruby/stdlib/fiddle/value.rb
jruby/lib/ruby/stdlib/fiddle/version.rb
-jruby/lib/ruby/stdlib/fileutils/
jruby/lib/ruby/stdlib/fileutils.rb
-jruby/lib/ruby/stdlib/fileutils/fileutils.gemspec
-jruby/lib/ruby/stdlib/fileutils/version.rb
jruby/lib/ruby/stdlib/find.rb
jruby/lib/ruby/stdlib/forwardable/
jruby/lib/ruby/stdlib/forwardable.rb
jruby/lib/ruby/stdlib/forwardable/impl.rb
-jruby/lib/ruby/stdlib/getoptlong.rb
jruby/lib/ruby/stdlib/io/
jruby/lib/ruby/stdlib/io/console/
jruby/lib/ruby/stdlib/io/console.rb
@@ -1667,6 +1628,7 @@ jruby/lib/ruby/stdlib/json/add/range.rb
jruby/lib/ruby/stdlib/json/add/rational.rb
jruby/lib/ruby/stdlib/json/add/regexp.rb
jruby/lib/ruby/stdlib/json/add/set.rb
+jruby/lib/ruby/stdlib/json/add/string.rb
jruby/lib/ruby/stdlib/json/add/struct.rb
jruby/lib/ruby/stdlib/json/add/symbol.rb
jruby/lib/ruby/stdlib/json/add/time.rb
@@ -1716,7 +1678,6 @@ jruby/lib/ruby/stdlib/logger/severity.rb
jruby/lib/ruby/stdlib/logger/version.rb
jruby/lib/ruby/stdlib/mkmf.rb
jruby/lib/ruby/stdlib/monitor.rb
-jruby/lib/ruby/stdlib/mutex_m.rb
jruby/lib/ruby/stdlib/net/
jruby/lib/ruby/stdlib/net/http/
jruby/lib/ruby/stdlib/net/http.rb
@@ -1730,15 +1691,8 @@ jruby/lib/ruby/stdlib/net/http/response.
jruby/lib/ruby/stdlib/net/http/responses.rb
jruby/lib/ruby/stdlib/net/http/status.rb
jruby/lib/ruby/stdlib/net/https.rb
-jruby/lib/ruby/stdlib/net/imap.rb
-jruby/lib/ruby/stdlib/net/net-ftp.gemspec
-jruby/lib/ruby/stdlib/net/net-imap.gemspec
-jruby/lib/ruby/stdlib/net/net-pop.gemspec
-jruby/lib/ruby/stdlib/net/net-protocol.gemspec
-jruby/lib/ruby/stdlib/net/net-smtp.gemspec
jruby/lib/ruby/stdlib/net/protocol.rb
jruby/lib/ruby/stdlib/objspace.rb
-jruby/lib/ruby/stdlib/observer.rb
jruby/lib/ruby/stdlib/open-uri.rb
jruby/lib/ruby/stdlib/open3/
jruby/lib/ruby/stdlib/open3.rb
@@ -1771,17 +1725,17 @@ jruby/lib/ruby/stdlib/optparse/version.r
jruby/lib/ruby/stdlib/org/
jruby/lib/ruby/stdlib/org/bouncycastle/
jruby/lib/ruby/stdlib/org/bouncycastle/bcpkix-jdk18on/
-jruby/lib/ruby/stdlib/org/bouncycastle/bcpkix-jdk18on/1.79/
-jruby/lib/ruby/stdlib/org/bouncycastle/bcpkix-jdk18on/1.79/bcpkix-jdk18on-1.79.jar
+jruby/lib/ruby/stdlib/org/bouncycastle/bcpkix-jdk18on/1.81/
+jruby/lib/ruby/stdlib/org/bouncycastle/bcpkix-jdk18on/1.81/bcpkix-jdk18on-1.81.jar
jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk18on/
-jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk18on/1.79/
-jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk18on/1.79/bcprov-jdk18on-1.79.jar
+jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk18on/1.81/
+jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk18on/1.81/bcprov-jdk18on-1.81.jar
jruby/lib/ruby/stdlib/org/bouncycastle/bctls-jdk18on/
-jruby/lib/ruby/stdlib/org/bouncycastle/bctls-jdk18on/1.79/
-jruby/lib/ruby/stdlib/org/bouncycastle/bctls-jdk18on/1.79/bctls-jdk18on-1.79.jar
+jruby/lib/ruby/stdlib/org/bouncycastle/bctls-jdk18on/1.81/
+jruby/lib/ruby/stdlib/org/bouncycastle/bctls-jdk18on/1.81/bctls-jdk18on-1.81.jar
jruby/lib/ruby/stdlib/org/bouncycastle/bcutil-jdk18on/
-jruby/lib/ruby/stdlib/org/bouncycastle/bcutil-jdk18on/1.79/
-jruby/lib/ruby/stdlib/org/bouncycastle/bcutil-jdk18on/1.79/bcutil-jdk18on-1.79.jar
+jruby/lib/ruby/stdlib/org/bouncycastle/bcutil-jdk18on/1.81/
+jruby/lib/ruby/stdlib/org/bouncycastle/bcutil-jdk18on/1.81/bcutil-jdk18on-1.81.jar
jruby/lib/ruby/stdlib/org/snakeyaml/
jruby/lib/ruby/stdlib/org/snakeyaml/snakeyaml-engine/
jruby/lib/ruby/stdlib/org/snakeyaml/snakeyaml-engine/2.9/
@@ -1838,24 +1792,6 @@ jruby/lib/ruby/stdlib/psych/visitors/yam
jruby/lib/ruby/stdlib/psych/y.rb
jruby/lib/ruby/stdlib/psych_jars.rb
jruby/lib/ruby/stdlib/pty.rb
-jruby/lib/ruby/stdlib/racc/
-jruby/lib/ruby/stdlib/racc.rb
-jruby/lib/ruby/stdlib/racc/compat.rb
-jruby/lib/ruby/stdlib/racc/cparse-jruby.jar
-jruby/lib/ruby/stdlib/racc/debugflags.rb
-jruby/lib/ruby/stdlib/racc/exception.rb
-jruby/lib/ruby/stdlib/racc/grammar.rb
-jruby/lib/ruby/stdlib/racc/grammarfileparser.rb
-jruby/lib/ruby/stdlib/racc/info.rb
-jruby/lib/ruby/stdlib/racc/iset.rb
-jruby/lib/ruby/stdlib/racc/logfilegenerator.rb
-jruby/lib/ruby/stdlib/racc/parser-text.rb
-jruby/lib/ruby/stdlib/racc/parser.rb
-jruby/lib/ruby/stdlib/racc/parserfilegenerator.rb
-jruby/lib/ruby/stdlib/racc/sourcetext.rb
-jruby/lib/ruby/stdlib/racc/state.rb
-jruby/lib/ruby/stdlib/racc/statetransitiontable.rb
-jruby/lib/ruby/stdlib/racc/static.rb
jruby/lib/ruby/stdlib/rake/
jruby/lib/ruby/stdlib/rake/ant/
jruby/lib/ruby/stdlib/rake/ant.rb
@@ -1917,10 +1853,8 @@ jruby/lib/ruby/stdlib/rdoc/generator/tem
jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/
jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_footer.rhtml
jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_head.rhtml
-jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_VCS_info.rhtml
jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_classes.rhtml
jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
-jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml
jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_includes.rhtml
jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_installed.rhtml
jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_methods.rhtml
@@ -2096,12 +2030,7 @@ jruby/lib/ruby/stdlib/reline/unicode/
jruby/lib/ruby/stdlib/reline/unicode.rb
jruby/lib/ruby/stdlib/reline/unicode/east_asian_width.rb
jruby/lib/ruby/stdlib/reline/version.rb
-jruby/lib/ruby/stdlib/resolv-replace.rb
jruby/lib/ruby/stdlib/resolv.rb
-jruby/lib/ruby/stdlib/rinda/
-jruby/lib/ruby/stdlib/rinda/rinda.rb
-jruby/lib/ruby/stdlib/rinda/ring.rb
-jruby/lib/ruby/stdlib/rinda/tuplespace.rb
jruby/lib/ruby/stdlib/ripper/
jruby/lib/ruby/stdlib/ripper.rb
jruby/lib/ruby/stdlib/ripper/core.rb
@@ -2293,8 +2222,7 @@ jruby/lib/ruby/stdlib/rubygems/specifica
jruby/lib/ruby/stdlib/rubygems/specification_record.rb
jruby/lib/ruby/stdlib/rubygems/ssl_certs/
jruby/lib/ruby/stdlib/rubygems/ssl_certs/rubygems.org/
-jruby/lib/ruby/stdlib/rubygems/ssl_certs/rubygems.org/GlobalSignRootCA.pem
-jruby/lib/ruby/stdlib/rubygems/ssl_certs/rubygems.org/GlobalSignRootCA_R3.pem
+jruby/lib/ruby/stdlib/rubygems/ssl_certs/rubygems.org/GlobalSign.pem

jruby/lib/ruby/stdlib/rubygems/stub_specification.rb
jruby/lib/ruby/stdlib/rubygems/target_rbconfig.rb
jruby/lib/ruby/stdlib/rubygems/text.rb
@@ -2476,6 +2404,7 @@ jruby/lib/ruby/stdlib/syntax_suggest/unv
jruby/lib/ruby/stdlib/syntax_suggest/version.rb
jruby/lib/ruby/stdlib/syslog/
jruby/lib/ruby/stdlib/syslog.rb
+jruby/lib/ruby/stdlib/syslog/jruby.rb
jruby/lib/ruby/stdlib/syslog/logger.rb
jruby/lib/ruby/stdlib/tempfile.rb
jruby/lib/ruby/stdlib/time.rb

Re: update textproc/tre

02.02.2026 23:01, Matthias Kilian пишет:

> this updates textproc/tre to the latest version (0.9.0), now available
> on github.
>
> cc'ing maintainers of consuming ports (textproc/ding, editors/vis,
> www/elinks). textproc/ding will need a revision bump, because it's
> linked statically against libtre.a.
>
> Everything still builds fine for me on amd64 (and the tests of tre
> itself work fine). I'll will wait a few days in case someone wants to do
> some testing with the three ports depending on tre.
If editors/vis 'make test' doesn't change, OK kn

Re: [new] audio/csound

On Mon, Feb 02, 2026 at 08:43:33PM +0100, Matthias Kilian wrote:
> Hi Raphael,
>
> On Fri, Jan 30, 2026 at 12:25:03PM +0100, Raphael Graf wrote:
> > Attached is a port of csound-7.0.0beta11, inspired by a previous submission
> > of this port (https://marc.info/?l=openbsd-ports&m=172237278719349).
>
> Nice, especially that it doesn't need any patches like my attempt did.
>
> Apart from Stuarts suggestions, I also tried to build the documentation
> (by turning BUILD_DOCS on), but this didn't change anything. I've
> just asked on the csound-dev list wether I'm too stupid or wether
> this is still work in progess...

Not sure if we want to install the doxygen documention.
I think the manual (https://github.com/csound/manual/) would be more
interesting, because it is used by frontends to display inline help.
(We can't build the manual from source because it uses mkdocs.)

>
> Do you want to add csound-7.0.0-beta.11 to the ports tree or do you
> want to wait for a final 7.0.0 release?

I don't know, maybe it is better to wait for the release.

>
> Ciao,
> Kili

Re: audio/beets: update to 2.6.1; www/py-requests-cache update to 1.2.1; plus import required new dependencies

Index: Makefile
===================================================================
RCS file: /home/cvs/ports/www/py-requests-cache/Makefile,v
diff -u -p -r1.9 Makefile
--- Makefile 29 Apr 2025 10:40:31 -0000 1.9
+++ Makefile 2 Feb 2026 21:00:02 -0000
@@ -1,9 +1,8 @@
COMMENT = transparent persistent cache for the py-requests library
-MODPY_DISTV = 0.5.2
-DISTNAME = requests-cache-${MODPY_DISTV}
-PKGNAME = py-${DISTNAME}
+MODPY_DISTV = 1.2.1
+DISTNAME = requests_cache-${MODPY_DISTV}
+PKGNAME = py-${DISTNAME:S/_/-/}
CATEGORIES = www
-REVISION = 6

HOMEPAGE = https://github.com/reclosedev/requests-cache
MAINTAINER = Johan Huldtgren <jhuldtgren@gmail.com>
@@ -14,12 +13,37 @@ PERMIT_PACKAGE = Yes
MODULES = lang/python

MODPY_PI = Yes
-MODPY_PYBUILD = setuptools
+MODPY_PYBUILD = hatchling

-# tests require network
-
-RUN_DEPENDS = www/py-requests>=1.1.0
-
-TEST_DEPENDS = devel/py-mock
+RUN_DEPENDS = www/py-requests \
+ www/py-urllib3 \
+ devel/py-attrs \
+ devel/py-cattrs \
+ sysutils/py-platformdirs \
+ www/py-url-normalize
+
+# tests require network and nothing listening on localhost:8080
+TEST_DEPENDS = databases/py-mongo \
+ databases/sqlite3 \
+ devel/py-cattrs \
+ devel/py-mock \
+ devel/py-rich \
+ devel/py-tenacity \
+ devel/py-test-httpbin \
+ devel/py-time-machine \
+ devel/py-timeout-decorator \
+ www/py-responses \
+ www/py-url-normalize
+
+PORTHOME = ${WRKDIR}
+
+# move from default of commonly used localhost:8080 to avoid conflicts
+TEST_ENV = HTTPBIN_URL=http://localhost:6823/ \
+ USE_PYTEST_HTTPBIN=true
+
+# backends need setup (and boto3, for dynamodb)
+MODPY_PYTEST_ARGS = --ignore tests/integration/test_dynamodb.py \
+ --ignore tests/integration/test_mongodb.py \
+ --ignore tests/integration/test_redis.py

.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/www/py-requests-cache/distinfo,v
diff -u -p -r1.1.1.1 distinfo
--- distinfo 3 Mar 2020 21:40:13 -0000 1.1.1.1
+++ distinfo 2 Feb 2026 01:11:12 -0000
@@ -1,2 +1,2 @@
-SHA256 (requests-cache-0.5.2.tar.gz) = gTAjJpaGBF+OAeIonMHn6a5asi3dHihJqQk6s6tycOs=
-SIZE (requests-cache-0.5.2.tar.gz) = 31159
+SHA256 (requests_cache-1.2.1.tar.gz) = aKvJhv3FuNCRExj7tffIDuvNTQG/rMZoXs+IdgUlEdE=
+SIZE (requests_cache-1.2.1.tar.gz) = 3018209
Index: pkg/PLIST
===================================================================
RCS file: /home/cvs/ports/www/py-requests-cache/pkg/PLIST,v
diff -u -p -r1.6 PLIST
--- pkg/PLIST 23 Oct 2025 13:20:34 -0000 1.6
+++ pkg/PLIST 2 Feb 2026 01:13:25 -0000
@@ -6,15 +6,19 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/requests_cache-${MODPY_DISTV}.dist-info/WHEEL
lib/python${MODPY_VERSION}/site-packages/requests_cache-${MODPY_DISTV}.dist-info/licenses/
lib/python${MODPY_VERSION}/site-packages/requests_cache-${MODPY_DISTV}.dist-info/licenses/LICENSE
-lib/python${MODPY_VERSION}/site-packages/requests_cache-${MODPY_DISTV}.dist-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/requests_cache/__init__.py
lib/python${MODPY_VERSION}/site-packages/requests_cache/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/requests_cache/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/requests_cache/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/requests_cache/${MODPY_PYCACHE}compat.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
-lib/python${MODPY_VERSION}/site-packages/requests_cache/${MODPY_PYCACHE}compat.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/requests_cache/${MODPY_PYCACHE}core.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
-lib/python${MODPY_VERSION}/site-packages/requests_cache/${MODPY_PYCACHE}core.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/requests_cache/${MODPY_PYCACHE}_utils.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/requests_cache/${MODPY_PYCACHE}_utils.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/requests_cache/${MODPY_PYCACHE}cache_keys.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/requests_cache/${MODPY_PYCACHE}cache_keys.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/requests_cache/${MODPY_PYCACHE}patcher.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/requests_cache/${MODPY_PYCACHE}patcher.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/requests_cache/${MODPY_PYCACHE}session.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/requests_cache/${MODPY_PYCACHE}session.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/requests_cache/_utils.py
lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/
lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/__init__.py
lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/${MODPY_PYCACHE}/
@@ -24,39 +28,72 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/${MODPY_PYCACHE}base.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/${MODPY_PYCACHE}dynamodb.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/${MODPY_PYCACHE}dynamodb.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/${MODPY_PYCACHE}filesystem.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/${MODPY_PYCACHE}filesystem.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/${MODPY_PYCACHE}gridfs.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/${MODPY_PYCACHE}gridfs.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/${MODPY_PYCACHE}mongo.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
-lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/${MODPY_PYCACHE}mongo.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/${MODPY_PYCACHE}mongodb.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/${MODPY_PYCACHE}mongodb.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/${MODPY_PYCACHE}redis.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/${MODPY_PYCACHE}redis.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/${MODPY_PYCACHE}sqlite.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/${MODPY_PYCACHE}sqlite.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/base.py
lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/dynamodb.py
+lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/filesystem.py
lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/gridfs.py
-lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/mongo.py
+lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/mongodb.py
lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/redis.py
lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/sqlite.py
-lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/storage/
-lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/storage/__init__.py
-lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/storage/${MODPY_PYCACHE}/
-lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/storage/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
-lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/storage/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/storage/${MODPY_PYCACHE}dbdict.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
-lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/storage/${MODPY_PYCACHE}dbdict.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/storage/${MODPY_PYCACHE}dynamodbdict.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
-lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/storage/${MODPY_PYCACHE}dynamodbdict.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/storage/${MODPY_PYCACHE}gridfspickledict.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
-lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/storage/${MODPY_PYCACHE}gridfspickledict.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/storage/${MODPY_PYCACHE}mongodict.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
-lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/storage/${MODPY_PYCACHE}mongodict.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/storage/${MODPY_PYCACHE}redisdict.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
-lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/storage/${MODPY_PYCACHE}redisdict.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/storage/dbdict.py
-lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/storage/dynamodbdict.py
-lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/storage/gridfspickledict.py
-lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/storage/mongodict.py
-lib/python${MODPY_VERSION}/site-packages/requests_cache/backends/storage/redisdict.py
-lib/python${MODPY_VERSION}/site-packages/requests_cache/compat.py
-lib/python${MODPY_VERSION}/site-packages/requests_cache/core.py
+lib/python${MODPY_VERSION}/site-packages/requests_cache/cache_keys.py
+lib/python${MODPY_VERSION}/site-packages/requests_cache/models/
+lib/python${MODPY_VERSION}/site-packages/requests_cache/models/__init__.py
+lib/python${MODPY_VERSION}/site-packages/requests_cache/models/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/requests_cache/models/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/requests_cache/models/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/requests_cache/models/${MODPY_PYCACHE}base.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/requests_cache/models/${MODPY_PYCACHE}base.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/requests_cache/models/${MODPY_PYCACHE}raw_response.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/requests_cache/models/${MODPY_PYCACHE}raw_response.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/requests_cache/models/${MODPY_PYCACHE}request.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/requests_cache/models/${MODPY_PYCACHE}request.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/requests_cache/models/${MODPY_PYCACHE}response.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/requests_cache/models/${MODPY_PYCACHE}response.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/requests_cache/models/base.py
+lib/python${MODPY_VERSION}/site-packages/requests_cache/models/raw_response.py
+lib/python${MODPY_VERSION}/site-packages/requests_cache/models/request.py
+lib/python${MODPY_VERSION}/site-packages/requests_cache/models/response.py
+lib/python${MODPY_VERSION}/site-packages/requests_cache/patcher.py
+lib/python${MODPY_VERSION}/site-packages/requests_cache/policy/
+lib/python${MODPY_VERSION}/site-packages/requests_cache/policy/__init__.py
+lib/python${MODPY_VERSION}/site-packages/requests_cache/policy/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/requests_cache/policy/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/requests_cache/policy/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/requests_cache/policy/${MODPY_PYCACHE}actions.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/requests_cache/policy/${MODPY_PYCACHE}actions.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/requests_cache/policy/${MODPY_PYCACHE}directives.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/requests_cache/policy/${MODPY_PYCACHE}directives.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/requests_cache/policy/${MODPY_PYCACHE}expiration.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/requests_cache/policy/${MODPY_PYCACHE}expiration.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/requests_cache/policy/${MODPY_PYCACHE}settings.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/requests_cache/policy/${MODPY_PYCACHE}settings.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/requests_cache/policy/actions.py
+lib/python${MODPY_VERSION}/site-packages/requests_cache/policy/directives.py
+lib/python${MODPY_VERSION}/site-packages/requests_cache/policy/expiration.py
+lib/python${MODPY_VERSION}/site-packages/requests_cache/policy/settings.py
+lib/python${MODPY_VERSION}/site-packages/requests_cache/py.typed
+lib/python${MODPY_VERSION}/site-packages/requests_cache/serializers/
+lib/python${MODPY_VERSION}/site-packages/requests_cache/serializers/__init__.py
+lib/python${MODPY_VERSION}/site-packages/requests_cache/serializers/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/requests_cache/serializers/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/requests_cache/serializers/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/requests_cache/serializers/${MODPY_PYCACHE}cattrs.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/requests_cache/serializers/${MODPY_PYCACHE}cattrs.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/requests_cache/serializers/${MODPY_PYCACHE}pipeline.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/requests_cache/serializers/${MODPY_PYCACHE}pipeline.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/requests_cache/serializers/${MODPY_PYCACHE}preconf.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+lib/python${MODPY_VERSION}/site-packages/requests_cache/serializers/${MODPY_PYCACHE}preconf.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/requests_cache/serializers/cattrs.py
+lib/python${MODPY_VERSION}/site-packages/requests_cache/serializers/pipeline.py
+lib/python${MODPY_VERSION}/site-packages/requests_cache/serializers/preconf.py
+lib/python${MODPY_VERSION}/site-packages/requests_cache/session.py
On Mon, 02 Feb 2026 17:07:07 +0100,
Stuart Henderson <stu@spacehopper.org> wrote:
>
> On 2026/02/02 12:52, Kirill A. Korinsky wrote:

> > - www/py-requests-cache to 1.2.1
>
> i started looking at updating py-requests-cache last week, that one
> isn't ready yet. you are missing some RDEPs, and some of those TDEPs
> need to be RDEPs, also some other bits to get tests working a bit more
> sensibly (still some failures but it's no longer thousands of lines of
> error output).
>
> RUN_DEPENDS = www/py-requests \
> www/py-urllib3 \
> devel/py-attrs \
> devel/py-cattrs \
> sysutils/py-platformdirs \
> www/py-url-normalize
>
> # tests require network and nothing listening on localhost:8080
> TEST_DEPENDS = databases/py-mongo \
> devel/py-mock \
> devel/py-rich \
> devel/py-tenacity \
> devel/py-test-httpbin \
> devel/py-timeout-decorator \
> www/py-responses
>
> PORTHOME = ${WRKDIR}
> # move from default of commonly used localhost:8080 to avoid conflicts
> TEST_ENV = HTTPBIN_URL=http://localhost:6823/ \
> USE_PYTEST_HTTPBIN=true
> # backends need setup (and boto3, for dynamodb)
> MODPY_PYTEST_ARGS = --ignore tests/integration/test_dynamodb.py \
> --ignore tests/integration/test_mongodb.py
>

Thanks for tweaks. I move a bit forward (see attached diff) and with import
py-time-machine it passes all tests with enabled network on my machine.

> > - devel/py-timeout-decorator
>
> no tests in sdist, either use NO_TEST, or GH_ACCOUNT=pnpnpn
> GH_PROJECT=timeout-decorator GH_TAGNAME=${MODPY_DISTV} and drop
> MODPY_PI (and regen distinfo).
>
> I'd slightly prefer fetching from gh, there is a - in the name so
> if there ever is an update, portroach won't find it on pypi because
> they normalized filenames for newer files (which will change - to
> _).

Imported with NO_TEST

--
wbr, Kirill

Re: [new] audio/csound

Thanks for your comments. Attached is an updated version (7.0.0-beta-12).
Comments inline ..

On Fri, Jan 30, 2026 at 02:29:14PM +0000, Stuart Henderson wrote:
> On 2026/01/30 12:25, Raphael Graf wrote:
> > Attached is a port of csound-7.0.0beta11, inspired by a previous submission
> > of this port (https://marc.info/?l=openbsd-ports&m=172237278719349).
> >
> > Almost all tests pass. There is only one failing test that tries to allocate
> > 8GB of memory.
> >
> > Here is an example of how csound can be used:
> > $ export OPCODE7DIR64=/usr/local/lib/csound/plugins64-7.0
> > $ csound -+rtaudio=pulse -o dac example.csd
> >
> > The manual for version 7 has not not been released yet. The pregenerated manual
> > could be installed as a part of this port when it's available from
> > https://github.com/csound/manual/releases.
> >
> > (There are multiple frontends to csound. I have tried CsoundQt, which works
> > quite well on OpenBSD.)
> >
> > Comments and tests are welcome!
> >
>
> gtest is required for build if BUILD_TESTS is set (this is pretty common
> for cmake ports using gtest).

Sure, I have moved gtest to BUILD_DEPENDS.

> there are a *lot* of binaries, with fairly generic names, some of which
> conflict with existing ports:
>
> go-cs-1.1:sysutils/go-cs:/usr/local/bin/cs
> gpstk-2.10:geo/gpstk:/usr/local/bin/scale
>
> I see Debian splits into a main package (with cs, csbeats, csdebugger,
> csound) and csound-utils with the rest, which might be a reasonable
> approach (then just the -utils subpackage could conflict). Otherwise
> they'd probably need to be installed in a different dir.

I think using a subpackage for the utils is reasonable. There is now a
main package and a utils package. The utils package still does conflict.
Is this acceptable?

> Might be better to use a different dir name instead of
> /usr/local/share/samples too? not sure..

These samples seem to be used for tests only. I guess there is no need
to install them at all. I have commented them out in PLIST-main.

update textproc/tre

Hi,

this updates textproc/tre to the latest version (0.9.0), now available
on github.

cc'ing maintainers of consuming ports (textproc/ding, editors/vis,
www/elinks). textproc/ding will need a revision bump, because it's
linked statically against libtre.a.

Everything still builds fine for me on amd64 (and the tests of tre
itself work fine). I'll will wait a few days in case someone wants to do
some testing with the three ports depending on tre.

Ciao,
Kili

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/tre/Makefile,v
diff -u -p -r1.20 Makefile
--- Makefile 21 Jul 2025 15:44:28 -0000 1.20
+++ Makefile 31 Jan 2026 22:35:28 -0000
@@ -1,20 +1,18 @@
COMMENT= lightweight regexp matching library with additional features

-DISTNAME= tre-0.8.0
-EXTRACT_SUFX= .tar.bz2
+V= 0.9.0
+DISTNAME= tre-$V
CATEGORIES= textproc
-REVISION= 5

-HOMEPAGE= http://laurikari.net/tre/
-
-SITES= ${HOMEPAGE}
+HOMEPAGE= https://github.com/laurikari/tre
+SITES= ${HOMEPAGE}/releases/download/v$V/

MAINTAINER= Matthias Kilian <kili@openbsd.org>

# 2-clause BSD
PERMIT_PACKAGE= Yes

-SHARED_LIBS += tre 7.0 # 5.0
+SHARED_LIBS += tre 7.1 # 5.0

WANTLIB= c iconv intl pthread

Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/tre/distinfo,v
diff -u -p -r1.4 distinfo
--- distinfo 28 Jan 2013 21:08:04 -0000 1.4
+++ distinfo 31 Jan 2026 22:35:28 -0000
@@ -1,2 +1,2 @@
-SHA256 (tre-0.8.0.tar.bz2) = jcZCws3gKy2saALNvizaIB2vecTry7PqEzkV7fFjZlg=
-SIZE (tre-0.8.0.tar.bz2) = 380714
+SHA256 (tre-0.9.0.tar.gz) = 9X9WmMr9/lFtEfsLcXBZFv4RYvFLCM9p18+GkjtaJHc=
+SIZE (tre-0.9.0.tar.gz) = 579986
Index: patches/patch-tests_agrep_exitstatus_ok
===================================================================
RCS file: patches/patch-tests_agrep_exitstatus_ok
diff -N patches/patch-tests_agrep_exitstatus_ok
--- patches/patch-tests_agrep_exitstatus_ok 11 Mar 2022 20:03:33 -0000 1.2
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,91 +0,0 @@
-# Those tests are supposed to bail out with exit code 2 (confirmed by
-# upstream).
-
---- tests/agrep/exitstatus.ok.orig Fri Dec 8 20:07:03 2006
-+++ tests/agrep/exitstatus.ok Thu Jan 4 15:12:26 2007
-@@ -524,65 +524,64 @@ Exit status 1.
- Exit status 1.
- #### TEST: agrep -d .* dummy exitstatus.in
-
--Exit status 1.
-+Exit status 2.
- #### TEST: agrep -d .* dummy < exitstatus.in
-
--Exit status 1.
-+Exit status 2.
- #### TEST: agrep -c -d .* dummy exitstatus.in
--exitstatus.in:0
-
--Exit status 1.
-+Exit status 2.
- #### TEST: agrep -c -d .* dummy < exitstatus.in
-
--Exit status 1.
-+Exit status 2.
- #### TEST: agrep -H -d .* dummy exitstatus.in
-
--Exit status 1.
-+Exit status 2.
- #### TEST: agrep -H -d .* dummy < exitstatus.in
-
--Exit status 1.
-+Exit status 2.
- #### TEST: agrep -l -d .* dummy exitstatus.in
-
--Exit status 1.
-+Exit status 2.
- #### TEST: agrep -l -d .* dummy < exitstatus.in
-
--Exit status 1.
-+Exit status 2.
- #### TEST: agrep -n -d .* dummy exitstatus.in
-
--Exit status 1.
-+Exit status 2.
- #### TEST: agrep -n -d .* dummy < exitstatus.in
-
--Exit status 1.
-+Exit status 2.
- #### TEST: agrep -s -d .* dummy exitstatus.in
-
--Exit status 1.
-+Exit status 2.
- #### TEST: agrep -s -d .* dummy < exitstatus.in
-
--Exit status 1.
-+Exit status 2.
- #### TEST: agrep -M -d .* dummy exitstatus.in
-
--Exit status 1.
-+Exit status 2.
- #### TEST: agrep -M -d .* dummy < exitstatus.in
-
--Exit status 1.
-+Exit status 2.
- #### TEST: agrep --show-position -d .* dummy exitstatus.in
-
--Exit status 1.
-+Exit status 2.
- #### TEST: agrep --show-position -d .* dummy < exitstatus.in
-
--Exit status 1.
-+Exit status 2.
- #### TEST: agrep --color -d .* dummy exitstatus.in
-
--Exit status 1.
-+Exit status 2.
- #### TEST: agrep --color -d .* dummy < exitstatus.in
-
--Exit status 1.
-+Exit status 2.
- #### TEST: agrep -H -n -s --color --show-position -d .* dummy exitstatus.in
-
--Exit status 1.
-+Exit status 2.
- #### TEST: agrep -H -n -s --color --show-position -d .* dummy < exitstatus.in
-
--Exit status 1.
-+Exit status 2.
- #### TEST: agrep -d {1 dummy exitstatus.in
-
- Exit status 2.
Index: patches/patch-tests_retest_c
===================================================================
RCS file: patches/patch-tests_retest_c
diff -N patches/patch-tests_retest_c
--- patches/patch-tests_retest_c 11 Mar 2022 20:03:33 -0000 1.4
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,21 +0,0 @@
---- tests/retest.c.orig Fri May 22 13:22:44 2009
-+++ tests/retest.c Sun Apr 17 10:24:01 2011
-@@ -1625,6 +1625,7 @@ main(int argc, char **argv)
-
-
-
-+#ifndef __OpenBSD__
- /*
- * Internationalization tests.
- */
-@@ -1632,8 +1633,9 @@ main(int argc, char **argv)
- /* This same test with the correct locale is below. */
- test_comp("��+", REG_EXTENDED, 0);
- test_exec("���ξޤϡ�����������������", 0, REG_OK, 10, 13, END);
-+

7.8 GPU errors

Any thoughts if this is HW or SW? I don't reboot too often and when I
rebooted this today it took about 15-30 seconds to start my X11
session. I then powered off the PC and when X11 started I got some
psychedelic patterns. After switching back and forth between the
console and X a few times the display started behaving fine. No
problems before the reboot or since it has been up and running.

The errors are at the bottom of the dmesg.

Thanks.

Jon



OpenBSD 7.8 (GENERIC.MP) #1: Sat Nov 29 11:02:59 MST 2025
root@syspatch-78-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 34253340672 (32666MB)
avail mem = 33188126720 (31650MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.2 @ 0xe6cc0 (23 entries)
bios0: vendor American Megatrends Inc. version "P6.00" date 08/06/2019
bios0: ASRock AB350 Gaming-ITX/ac
efi0 at bios0: UEFI 2.7
efi0: American Megatrends rev 0x5000e
acpi0 at bios0: ACPI 6.0
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP APIC FPDT FIDT SSDT SSDT SSDT MCFG AAFT HPET SSDT UEFI BGRT SSDT CRAT CDIT SSDT SSDT WSMT
acpi0: wakeup devices GPP0(S4) GPP1(S4) GPP3(S4) GPP4(S4) GPP5(S4) GPP6(S4) GPP7(S4) GPP8(S4) GPP9(S4) GPPA(S4) GPPB(S4) GPPC(S4) GPPD(S4) GPPE(S4) GPPF(S4) GP17(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 32 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: AMD Ryzen 5 1600 Six-Core Processor, 3200.01 MHz, 17-01-01, patch 08001138
cpu0: cpuid 1 edx=178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT> ecx=76d8320b<SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND>
cpu0: cpuid 6 eax=4<ARAT> ecx=1<EFFFREQ>
cpu0: cpuid 7.0 ebx=209c01a9<FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA>
cpu0: cpuid d.1 eax=f<XSAVEOPT,XSAVEC,XGETBV1,XSAVES>
cpu0: cpuid 80000001 edx=2fd3fbff<NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG> ecx=35c233ff<LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX>
cpu0: cpuid 80000007 edx=6599<HWPSTATE,ITSC>
cpu0: cpuid 80000008 ebx=1007<IBPB>
cpu0: cpuid 8000001F eax=7<SME,SEV,PFLUSH_MSR> ecx=f
cpu0: 32KB 64b/line 8-way D-cache, 64KB 64b/line 4-way I-cache, 512KB 64b/line 8-way L2 cache, 8MB 64b/line 16-way L3 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
cpu0: apic clock running at 100MHz
cpu0: mwait min=64, max=64, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: AMD Ryzen 5 1600 Six-Core Processor, 3200.00 MHz, 17-01-01, patch 08001138
cpu1: smt 0, core 1, package 0
cpu2 at mainbus0: apid 4 (application processor)
cpu2: AMD Ryzen 5 1600 Six-Core Processor, 3200.00 MHz, 17-01-01, patch 08001138
cpu2: smt 0, core 2, package 0
cpu3 at mainbus0: apid 8 (application processor)
cpu3: AMD Ryzen 5 1600 Six-Core Processor, 3200.00 MHz, 17-01-01, patch 08001138
cpu3: smt 0, core 4, package 0
cpu4 at mainbus0: apid 10 (application processor)
cpu4: AMD Ryzen 5 1600 Six-Core Processor, 3200.00 MHz, 17-01-01, patch 08001138
cpu4: smt 0, core 5, package 0
cpu5 at mainbus0: apid 12 (application processor)
cpu5: AMD Ryzen 5 1600 Six-Core Processor, 3200.00 MHz, 17-01-01, patch 08001138
cpu5: smt 0, core 6, package 0
cpu6 at mainbus0: apid 1 (application processor)
cpu6: AMD Ryzen 5 1600 Six-Core Processor, 3200.00 MHz, 17-01-01, patch 08001138
cpu6: smt 1, core 0, package 0
cpu7 at mainbus0: apid 3 (application processor)
cpu7: AMD Ryzen 5 1600 Six-Core Processor, 3200.00 MHz, 17-01-01, patch 08001138
cpu7: smt 1, core 1, package 0
cpu8 at mainbus0: apid 5 (application processor)
cpu8: AMD Ryzen 5 1600 Six-Core Processor, 3200.00 MHz, 17-01-01, patch 08001138
cpu8: smt 1, core 2, package 0
cpu9 at mainbus0: apid 9 (application processor)
cpu9: AMD Ryzen 5 1600 Six-Core Processor, 3200.00 MHz, 17-01-01, patch 08001138
cpu9: smt 1, core 4, package 0
cpu10 at mainbus0: apid 11 (application processor)
cpu10: AMD Ryzen 5 1600 Six-Core Processor, 3200.01 MHz, 17-01-01, patch 08001138
cpu10: smt 1, core 5, package 0
cpu11 at mainbus0: apid 13 (application processor)
cpu11: AMD Ryzen 5 1600 Six-Core Processor, 3200.01 MHz, 17-01-01, patch 08001138
cpu11: smt 1, core 6, package 0
ioapic0 at mainbus0: apid 13 pa 0xfec00000, version 21, 24 pins
ioapic1 at mainbus0: apid 14 pa 0xfec01000, version 21, 32 pins
acpimcfg0 at acpi0
acpimcfg0: addr 0xf8000000, bus 0-63
acpihpet0 at acpi0: 14318180 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 1 (GPP0)
acpiprt2 at acpi0: bus -1 (GPP1)
acpiprt3 at acpi0: bus -1 (GPP3)
acpiprt4 at acpi0: bus -1 (GPP4)
acpiprt5 at acpi0: bus -1 (GPP5)
acpiprt6 at acpi0: bus -1 (GPP6)
acpiprt7 at acpi0: bus -1 (GPP7)
acpiprt8 at acpi0: bus 10 (GPP8)
acpiprt9 at acpi0: bus -1 (GPP9)
acpiprt10 at acpi0: bus -1 (GPPA)
acpiprt11 at acpi0: bus -1 (GPPB)
acpiprt12 at acpi0: bus -1 (GPPC)
acpiprt13 at acpi0: bus -1 (GPPD)
acpiprt14 at acpi0: bus -1 (GPPE)
acpiprt15 at acpi0: bus -1 (GPPF)
acpiprt16 at acpi0: bus 11 (GP17)
acpiprt17 at acpi0: bus 12 (GP18)
acpiprt18 at acpi0: bus 2 (GPP2)
acpipci0 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000
acpicmos0 at acpi0
acpibtn0 at acpi0: PWRB
amdgpio0 at acpi0 GPIO uid 0 addr 0xfed81500/0x400 irq 7, 184 pins
"AMDIF030" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpicpu0 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS
acpicpu1 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS
acpicpu2 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS
acpicpu3 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS
acpicpu4 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS
acpicpu5 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS
acpicpu6 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS
acpicpu7 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS
acpicpu8 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS
acpicpu9 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS
acpicpu10 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS
acpicpu11 at acpi0: C1 bad (state 1 has no substates): C2(0@400 io@0x414), C1(@1 halt!), PSS
cpu0: 3200 MHz: speeds: 3200 2800 1550 MHz
pci0 at mainbus0 bus 0
ksmn0 at pci0 dev 0 function 0 "AMD 17h Root Complex" rev 0x00
pchb0 at pci0 dev 1 function 0 "AMD 17h PCIE" rev 0x00
ppb0 at pci0 dev 1 function 1 "AMD 17h PCIE" rev 0x00: msi
pci1 at ppb0 bus 1
nvme0 at pci1 dev 0 function 0 "Samsung PM9A1" rev 0x00: msix, NVMe 1.3
nvme0: Samsung SSD 980 PRO 1TB, firmware 5B2QGXA7, serial S5P2NL0T902215R
scsibus1 at nvme0: 2 targets, initiator 0
sd0 at scsibus1 targ 1 lun 0: <NVMe, Samsung SSD 980, 5B2Q>
sd0: 953869MB, 512 bytes/sector, 1953525168 sectors
ppb1 at pci0 dev 1 function 3 "AMD 17h PCIE" rev 0x00: msi
pci2 at ppb1 bus 2
xhci0 at pci2 dev 0 function 0 "AMD 300 Series xHCI" rev 0x02: msi, xHCI 1.10
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00 addr 1
ahci0 at pci2 dev 0 function 1 "AMD 300 Series SATA" rev 0x02: msi, AHCI 1.3.1
scsibus2 at ahci0: 32 targets
ppb2 at pci2 dev 0 function 2 vendor "AMD", unknown product 0x43b2 rev 0x02
pci3 at ppb2 bus 3
ppb3 at pci3 dev 0 function 0 "AMD 300 Series PCIE" rev 0x02: msi
pci4 at ppb3 bus 4
ppb4 at pci3 dev 1 function 0 "AMD 300 Series PCIE" rev 0x02: msi
pci5 at ppb4 bus 5
ppb5 at pci3 dev 4 function 0 "AMD 300 Series PCIE" rev 0x02: msi
pci6 at ppb5 bus 6
ppb6 at pci3 dev 5 function 0 "AMD 300 Series PCIE" rev 0x02: msi
pci7 at ppb6 bus 7
ppb7 at pci3 dev 6 function 0 "AMD 300 Series PCIE" rev 0x02: msi
pci8 at ppb7 bus 8
iwm0 at pci8 dev 0 function 0 "Intel Dual Band Wireless-AC 3168" rev 0x10, msi
ppb8 at pci3 dev 7 function 0 "AMD 300 Series PCIE" rev 0x02: msi
pci9 at ppb8 bus 9
em0 at pci9 dev 0 function 0 "Intel I211" rev 0x03: msi, address 70:85:c2:86:64:7d
pchb1 at pci0 dev 2 function 0 "AMD 17h PCIE" rev 0x00
pchb2 at pci0 dev 3 function 0 "AMD 17h PCIE" rev 0x00
ppb9 at pci0 dev 3 function 1 "AMD 17h PCIE" rev 0x00: msi
pci10 at ppb9 bus 10
radeondrm0 at pci10 dev 0 function 0 "ATI Radeon HD 7850" rev 0x00
drm0 at radeondrm0
radeondrm0: msi
azalia0 at pci10 dev 0 function 1 "ATI Radeon HD 7700 Audio" rev 0x00: msi
azalia0: no supported codecs
pchb3 at pci0 dev 4 function 0 "AMD 17h PCIE" rev 0x00
pchb4 at pci0 dev 7 function 0 "AMD 17h PCIE" rev 0x00
ppb10 at pci0 dev 7 function 1 "AMD 17h PCIE" rev 0x00
pci11 at ppb10 bus 11
vendor "AMD", unknown product 0x145a (class instrumentation unknown subclass 0x00, rev 0x00) at pci11 dev 0 function 0 not configured
ccp0 at pci11 dev 0 function 2 "AMD 17h Crypto" rev 0x00
xhci1 at pci11 dev 0 function 3 "AMD 17h xHCI" rev 0x00: msi, xHCI 1.0
usb1 at xhci1: USB revision 3.0
uhub1 at usb1 configuration 1 interface 0 "AMD xHCI root hub" rev 3.00/1.00 addr 1
pchb5 at pci0 dev 8 function 0 "AMD 17h PCIE" rev 0x00
ppb11 at pci0 dev 8 function 1 "AMD 17h PCIE" rev 0x00
pci12 at ppb11 bus 12
vendor "AMD", unknown product 0x1455 (class instrumentation unknown subclass 0x00, rev 0x00) at pci12 dev 0 function 0 not configured
ahci1 at pci12 dev 0 function 2 "AMD FCH AHCI" rev 0x51: msi, AHCI 1.3.1
scsibus3 at ahci1: 32 targets
azalia1 at pci12 dev 0 function 3 "AMD 17h HD Audio" rev 0x00: msi
azalia1: codecs: Realtek ALC1220
audio0 at azalia1
piixpm0 at pci0 dev 20 function 0 "AMD FCH SMBus" rev 0x59: SMI
iic0 at piixpm0
spdmem0 at iic0 addr 0x50: 16GB DDR4 SDRAM PC4-21300
spdmem1 at iic0 addr 0x51: 16GB DDR4 SDRAM PC4-21300
iic1 at piixpm0
pcib0 at pci0 dev 20 function 3 "AMD FCH LPC" rev 0x51
pchb6 at pci0 dev 24 function 0 "AMD 17h Data Fabric" rev 0x00
pchb7 at pci0 dev 24 function 1 "AMD 17h Data Fabric" rev 0x00
pchb8 at pci0 dev 24 function 2 "AMD 17h Data Fabric" rev 0x00
pchb9 at pci0 dev 24 function 3 "AMD 17h Data Fabric" rev 0x00
pchb10 at pci0 dev 24 function 4 "AMD 17h Data Fabric" rev 0x00
pchb11 at pci0 dev 24 function 5 "AMD 17h Data Fabric" rev 0x00
pchb12 at pci0 dev 24 function 6 "AMD 17h Data Fabric" rev 0x00
pchb13 at pci0 dev 24 function 7 "AMD 17h Data Fabric" rev 0x00
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
wbsio0 at isa0 port 0x2e/2: NCT6792D rev 0x11
lm1 at wbsio0 port 0x290/8: NCT6792D
vmm0 at mainbus0: SVM/RVI
efifb at mainbus0 not configured
uhidev0 at uhub0 port 5 configuration 1 interface 0 "Keychron Keychron C2" rev 2.00/1.04 addr 2
uhidev0: iclass 3/1
ukbd0 at uhidev0: 8 variable keys, 5 key codes
wskbd1 at ukbd0 mux 1
uhidev1 at uhub0 port 5 configuration 1 interface 1 "Keychron Keychron C2" rev 2.00/1.04 addr 2
uhidev1: iclass 3/1, 3 report ids
ukbd1 at uhidev1 reportid 1: 120 variable keys, 0 key codes
wskbd2 at ukbd1 mux 1
uhid0 at uhidev1 reportid 2: input=1, output=0, feature=0
ucc0 at uhidev1 reportid 3: 829 usages, 20 keys, array
wskbd3 at ucc0 mux 1
uhidev2 at uhub0 port 6 configuration 1 interface 0 "SINOWEALTH Game Mouse" rev 1.10/1.00 addr 3
uhidev2: iclass 3/1
ums0 at uhidev2: 5 buttons, Z and W dir
wsmouse0 at ums0 mux 0
uhidev3 at uhub0 port 6 configuration 1 interface 1 "SINOWEALTH Game Mouse" rev 1.10/1.00 addr 3
uhidev3: iclass 3/1, 8 report ids
ukbd2 at uhidev3 reportid 1: 8 variable keys, 6 key codes
wskbd4 at ukbd2 mux 1
ucc1 at uhidev3 reportid 2: 24 usages, 13 keys, enum
wskbd5 at ucc1 mux 1
uhid1 at uhidev3 reportid 4: input=0, output=0, feature=58
uhid2 at uhidev3 reportid 5: input=0, output=0, feature=5
uhid3 at uhidev3 reportid 6: input=0, output=0, feature=255
uhid4 at uhidev3 reportid 7: input=4, output=0, feature=0
uhid5 at uhidev3 reportid 8: input=0, output=0, feature=8
ugen0 at uhub0 port 10 "Intel Bluetooth" rev 2.00/0.01 addr 4
uslcom0 at uhub0 port 11 configuration 1 interface 0 "Silicon Labs CP2104 USB to UART Bridge Controller" rev 2.00/1.00 addr 5
ucom0 at uslcom0 portno 0: usb0.0.0000b.0
uhidev4 at uhub0 port 14 configuration 1 interface 0 "American Power Conversion Back-UPS ES 600M1 FW:928.a9 .D USB F" rev 2.00/0.90 addr 6
uhidev4: iclass 3/0, 128 report ids
upd0 at uhidev4
uhid6 at uhidev4 reportid 1: input=0, output=0, feature=1
uhid7 at uhidev4 reportid 2: input=0, output=0, feature=1
uhid8 at uhidev4 reportid 3: input=0, output=0, feature=1
uhid9 at uhidev4 reportid 4: input=0, output=0, feature=1
uhid10 at uhidev4 reportid 5: input=0, output=0, feature=1
uhid11 at uhidev4 reportid 6: input=3, output=0, feature=3
uhid12 at uhidev4 reportid 7: input=0, output=0, feature=2
uhid13 at uhidev4 reportid 8: input=0, output=0, feature=2
uhid14 at uhidev4 reportid 9: input=0, output=0, feature=2
uhid15 at uhidev4 reportid 10: input=0, output=0, feature=1
uhid16 at uhidev4 reportid 11: input=0, output=0, feature=1
uhid17 at uhidev4 reportid 12: input=3, output=0, feature=3
uhid18 at uhidev4 reportid 13: input=0, output=0, feature=1
uhid19 at uhidev4 reportid 14: input=0, output=0, feature=1
uhid20 at uhidev4 reportid 15: input=0, output=0, feature=1
uhid21 at uhidev4 reportid 16: input=0, output=0, feature=1
uhid22 at uhidev4 reportid 17: input=0, output=0, feature=1
uhid23 at uhidev4 reportid 18: input=0, output=0, feature=1
uhid24 at uhidev4 reportid 21: input=0, output=0, feature=2
uhid25 at uhidev4 reportid 23: input=0, output=0, feature=2
uhid26 at uhidev4 reportid 24: input=0, output=0, feature=1
uhid27 at uhidev4 reportid 28: input=0, output=0, feature=3
uhid28 at uhidev4 reportid 32: input=0, output=0, feature=2
uhid29 at uhidev4 reportid 33: input=1, output=0, feature=1
uhid30 at uhidev4 reportid 34: input=0, output=0, feature=1
uhid31 at uhidev4 reportid 35: input=0, output=0, feature=2
uhid32 at uhidev4 reportid 36: input=0, output=0, feature=2
uhid33 at uhidev4 reportid 37: input=0, output=0, feature=2
uhid34 at uhidev4 reportid 38: input=0, output=0, feature=2
uhid35 at uhidev4 reportid 39: input=0, output=0, feature=2
uhid36 at uhidev4 reportid 40: input=0, output=0, feature=4
uhid37 at uhidev4 reportid 48: input=0, output=0, feature=1
uhid38 at uhidev4 reportid 49: input=0, output=0, feature=2
uhid39 at uhidev4 reportid 50: input=0, output=0, feature=2
uhid40 at uhidev4 reportid 51: input=0, output=0, feature=2
uhid41 at uhidev4 reportid 52: input=0, output=0, feature=2
uhid42 at uhidev4 reportid 53: input=0, output=0, feature=1
uhid43 at uhidev4 reportid 54: input=0, output=0, feature=1
uhid44 at uhidev4 reportid 64: input=0, output=0, feature=1
uhid45 at uhidev4 reportid 65: input=0, output=0, feature=2
uhid46 at uhidev4 reportid 66: input=0, output=0, feature=2
uhid47 at uhidev4 reportid 80: input=0, output=0, feature=1
uhid48 at uhidev4 reportid 81: input=0, output=0, feature=1
uhid49 at uhidev4 reportid 82: input=0, output=0, feature=2
uhid50 at uhidev4 reportid 96: input=0, output=0, feature=2
uhid51 at uhidev4 reportid 97: input=0, output=0, feature=1
uhid52 at uhidev4 reportid 98: input=0, output=0, feature=4
uhid53 at uhidev4 reportid 116: input=0, output=0, feature=4
uhid54 at uhidev4 reportid 117: input=0, output=0, feature=2
uhid55 at uhidev4 reportid 120: input=0, output=0, feature=1
uhid56 at uhidev4 reportid 121: input=0, output=0, feature=1
uhid57 at uhidev4 reportid 122: input=0, output=0, feature=4
uhid58 at uhidev4 reportid 123: input=0, output=0, feature=2
uhid59 at uhidev4 reportid 124: input=0, output=0, feature=1
uhid60 at uhidev4 reportid 125: input=0, output=0, feature=1
uhid61 at uhidev4 reportid 126: input=0, output=0, feature=1
uhid62 at uhidev4 reportid 127: input=0, output=0, feature=1
uhid63 at uhidev4 reportid 128: input=0, output=0, feature=1
vscsi0 at root
scsibus4 at vscsi0: 256 targets
softraid0 at root
scsibus5 at softraid0: 256 targets
root on sd0a (d860753e7eb73bef.a) swap on sd0b dump on sd0b
iwm0: hw rev 0x220, fw ver 29.198743027.0, address 38:de:ad:17:18:9e
radeondrm0: PITCAIRN
radeon_audio_component_init: stub
radeondrm0: 1920x1080, 32bpp
wsdisplay0 at radeondrm0 mux 1: console (std, vt100 emulation), using wskbd0
wskbd1: connecting to wsdisplay0
wskbd2: connecting to wsdisplay0
wskbd3: connecting to wsdisplay0
wskbd4: connecting to wsdisplay0
wskbd5: connecting to wsdisplay0
wsdisplay0: screen 1-5 added (std, vt100 emulation)
drm:pid68074:si_irq_process *ERROR* GPU fault detected: 147 0x02028401
drm:pid68074:si_irq_process *ERROR* VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x0FE00910
drm:pid68074:si_irq_process *ERROR* VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x02084001
VM fault (0x01, vmid 1) at page 266340624, read from TC (132)
drm:pid37477:si_irq_process *ERROR* GPU fault detected: 147 0x02028401
drm:pid37477:si_irq_process *ERROR* VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x0FE00910
drm:pid37477:si_irq_process *ERROR* VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x02084001
VM fault (0x01, vmid 1) at page 266340624, read from TC (132)
drm:pid37477:si_irq_process *ERROR* GPU fault detected: 147 0x02028401
drm:pid37477:si_irq_process *ERROR* VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x0FE00910
drm:pid37477:si_irq_process *ERROR* VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x02084001
VM fault (0x01, vmid 1) at page 266340624, read from TC (132)
drm:pid64964:si_irq_process *ERROR* GPU fault detected: 147 0x02028401
drm:pid64964:si_irq_process *ERROR* VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x0FE00910
drm:pid64964:si_irq_process *ERROR* VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x02084001
VM fault (0x01, vmid 1) at page 266340624, read from TC (132)
drm:pid37477:si_irq_process *ERROR* GPU fault detected: 147 0x02028401
drm:pid37477:si_irq_process *ERROR* VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x0FE00910
drm:pid37477:si_irq_process *ERROR* VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x02084001
VM fault (0x01, vmid 1) at page 266340624, read from TC (132)
drm:pid37477:si_irq_process *ERROR* GPU fault detected: 147 0x02028401
drm:pid37477:si_irq_process *ERROR* VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x05E00910
drm:pid37477:si_irq_process *ERROR* VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x02084001
VM fault (0x01, vmid 1) at page 98568464, read from TC (132)
drm:pid37477:si_irq_process *ERROR* GPU fault detected: 147 0x02028401
drm:pid37477:si_irq_process *ERROR* VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x0FE00910
drm:pid37477:si_irq_process *ERROR* VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x02084001
VM fault (0x01, vmid 1) at page 266340624, read from TC (132)
drm:pid37477:si_irq_process *ERROR* GPU fault detected: 147 0x02028401
drm:pid37477:si_irq_process *ERROR* VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x0FE00910
drm:pid37477:si_irq_process *ERROR* VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x02084001
VM fault (0x01, vmid 1) at page 266340624, read from TC (132)