On Sun, 28 Jun 2026 12:44:42 -0500 izzy Meyer <[email protected]> wrote:
> Hello ports@ > > Attached is a trivial update to my tiny program, exfetch. > > No code/behavior/plist changes since 1.6. But- what *did* change was > the upstream CI infra. Mostly updating this port to keep on track > with other packaging of my software on other systems. > > Not a change on my end, but the recent lang/crystal update added the > option to combine BSD-style short options, > > E.G.: > > $ exfetch -lr > > rather than: > > $ exfetch -l -r > > That may be of note to people using this software who may want shorter > alias configs in their .profile or shell rc file. > > Tested on amd64. > > Questions, comments, concerns, OKs, nits welcome. > > Thanks, > Just a friendly ping. Attached again for brevity. Thanks, -- iz (she/her) > I say mundane things > so the uninteresting > just might get noticed. izder456 (dot) neocities (dot) org
diff --git a/sysutils/exfetch/Makefile b/sysutils/exfetch/Makefile index 24bd02306..cefb36e54 100644 --- a/sysutils/exfetch/Makefile +++ b/sysutils/exfetch/Makefile @@ -1,6 +1,6 @@ COMMENT = shell-extensible fetching program -DIST_TUPLE += codeberg izder456 exfetch 1.6 . +DIST_TUPLE += codeberg izder456 exfetch 1.6.3 . DIST_TUPLE += github schovi baked_file_system \ f4f658812c5b8b404437d8cf34b72a0eb5fe7701 \ lib/baked_file_system diff --git a/sysutils/exfetch/distinfo b/sysutils/exfetch/distinfo index 7c64dee11..470f4a2bf 100644 --- a/sysutils/exfetch/distinfo +++ b/sysutils/exfetch/distinfo @@ -1,4 +1,4 @@ -SHA256 (izder456-exfetch-1.6.tar.gz) = Sgy9ta4gnPBwjM9/5dI9W5I6wa3Ywii3uSbiYDy32NE= +SHA256 (izder456-exfetch-1.6.3.tar.gz) = 6dPfAn4FOK96aJB6VPpjiSW+ZgJJQViVjN1F9eN6dno= SHA256 (schovi-baked_file_system-f4f658812c5b8b404437d8cf34b72a0eb5fe7701.tar.gz) = tTPwhaL4SoA31VcKAO5Gj6WSUmMTbAaBgGoCQU6Cj8w= -SIZE (izder456-exfetch-1.6.tar.gz) = 26888 +SIZE (izder456-exfetch-1.6.3.tar.gz) = 27475 SIZE (schovi-baked_file_system-f4f658812c5b8b404437d8cf34b72a0eb5fe7701.tar.gz) = 56332
