From: izzy Meyer Subject: UPDATE: sysutils/exfetch -> 1.5.1 (from maintainer> To: ports@openbsd.org Date: Mon, 9 Feb 2026 16:06:18 -0600 Hello, ports@ Here's a small point-release update to sysutils/exfetch I added tests to the code inbetween 1.5 and 1.5.1 so I removed NO_TEST Changelog: * Since(1.5) Misc Changes: - Added a test suite using Crystal's spec framework - Documented test suite in CONTRIBUTING.org Optimizations: Bugfixes: - Invalid options and missing arguments now return STDERR 1 and a pointer to --help and exfetch(1) which matches the documentation in the manpage - When resources fetched are wrong, errors are reported to the user - Linux package count now reports unsupported if any of the attempted fetching locations fail New features: - New Homebrew tap for those on Linux - brew package count - xbps package count (thanks Zyxer) Could I get this imported? Tested on amd64 Thanks, -- iz (she/her) > i like to say mundane things, > there are too many uninteresting things > that go unnoticed. izder456 (dot) neocities (dot) org diff --git sysutils/exfetch/Makefile sysutils/exfetch/Makefile index 91668b9ae9c..100f8a5303a 100644 --- sysutils/exfetch/Makefile +++ sysutils/exfetch/Makefile @@ -1,6 +1,6 @@ COMMENT = shell-extensible fetching program -DIST_TUPLE += codeberg izder456 exfetch 1.5 . +DIST_TUPLE += codeberg izder456 exfetch 1.5.1 . DIST_TUPLE += github schovi baked_file_system \ f4f658812c5b8b404437d8cf34b72a0eb5fe7701 \ lib/baked_file_system @@ -27,6 +27,4 @@ WANTLIB += pthread z FAKE_FLAGS = PREFIX=${TRUEPREFIX} \ MANDIR=${TRUEPREFIX}/man/man1 -NO_TEST = Yes - .include diff --git sysutils/exfetch/distinfo sysutils/exfetch/distinfo index eae81e762b4..6ee6b1366c2 100644 --- sysutils/exfetch/distinfo +++ sysutils/exfetch/distinfo @@ -1,4 +1,4 @@ -SHA256 (izder456-exfetch-1.5.tar.gz) = A0Qk7lW71bSob4l76NoFTthqFESmChgJzhW209LfT5Q= +SHA256 (izder456-exfetch-1.5.1.tar.gz) = NytRcCSTrHGXVT4zZWg8fDPyDHUBbL5ixujT4Lobzi8= SHA256 (schovi-baked_file_system-f4f658812c5b8b404437d8cf34b72a0eb5fe7701.tar.gz) = tTPwhaL4SoA31VcKAO5Gj6WSUmMTbAaBgGoCQU6Cj8w= -SIZE (izder456-exfetch-1.5.tar.gz) = 23112 +SIZE (izder456-exfetch-1.5.1.tar.gz) = 25713 SIZE (schovi-baked_file_system-f4f658812c5b8b404437d8cf34b72a0eb5fe7701.tar.gz) = 56332