pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/shells/oh-my-posh



Module Name:    pkgsrc
Committed By:   pin
Date:           Mon Aug 31 08:40:00 UTC 2026

Modified Files:
        pkgsrc/shells/oh-my-posh: Makefile distinfo

Log Message:
shells/oh-my-posh: update to 31.1.0

v31.1.0
Features

    git: extend the native gitstatus engine (857a49a)

v31.0.0
Bug Fixes

    config: close field-set analysis gaps and version the stamps (866f3cb)
    config: widen heuristic scan to all config texts, stabilize fingerprints (c360885)
    runtime: never cache a dir index built from an empty listing (27d853e)
    segments: cover per-segment version fields in the derived fetch (41a7d6d)
    segments: exclude wrapper-dispatch tools from the version cache (e8baaa9)
    segments: keep Enabled standalone-correct under gate bypasses (2a70481)
    feat(segments)!: derive version fetching from templates (4f8331e)
    feat(jujutsu)!: separate bookmark names and distance (75b17d8)
    feat(scm)!: derive fetch behavior from templates (e35405e)

Features

    git: derive fetch units from template field references (a82b4de)
    segments: activation gates to skip provably-inactive segments (a021176)

Performance Improvements

    battery: use GetSystemPowerStatus on Windows instead of SetupAPI/IOCTL (5e94923), closes #1599
    config: persist template field-set analysis across prompts (1e0cfb4)
    runtime: index directory entries once for pattern matching (c87d72a)
    segments: memoize version commands keyed by executable identity (d7d1e50)

BREAKING CHANGES

    fetch_version is no longer used by language and
    Terraform segments. Remove the option and reference a version field in
    the template to fetch it. Remove version fields from the template to
    skip version commands. Existing configs still load, and the obsolete
    option is ignored.

Co-Authored-By: Claude noreply%anthropic.com@localhost
Claude-Session: https://claude.ai/code/session_01M4RA9ZrP7vuqVSR7nddNiQ

    fetch_ahead_counter and ahead_icon are no longer
    used. .ClosestBookmarks now returns undecorated bookmark names. Add
    .AheadCount and an icon to the template to keep showing the distance.
    Existing configs still load, and obsolete options are ignored.

Co-Authored-By: Claude noreply%anthropic.com@localhost
Claude-Session: https://claude.ai/code/session_01M4RA9ZrP7vuqVSR7nddNiQ

    SCM fetch options are no longer used. Remove
    fetch_status, fetch_push_status, fetch_upstream_icon, fetch_bare_info,
    and fetch_user. To control fetching, add or remove the corresponding
    fields from the segment templates. Existing configs still load, and
    obsolete options are ignored.

Co-Authored-By: Claude noreply%anthropic.com@localhost
Claude-Session: https://claude.ai/code/session_01M4RA9ZrP7vuqVSR7nddNiQ


To generate a diff of this commit:
cvs rdiff -u -r1.362 -r1.363 pkgsrc/shells/oh-my-posh/Makefile
cvs rdiff -u -r1.328 -r1.329 pkgsrc/shells/oh-my-posh/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/oh-my-posh/Makefile
diff -u pkgsrc/shells/oh-my-posh/Makefile:1.362 pkgsrc/shells/oh-my-posh/Makefile:1.363
--- pkgsrc/shells/oh-my-posh/Makefile:1.362     Sun Aug 30 15:08:13 2026
+++ pkgsrc/shells/oh-my-posh/Makefile   Mon Aug 31 08:39:59 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.362 2026/08/30 15:08:13 pin Exp $
+# $NetBSD: Makefile,v 1.363 2026/08/31 08:39:59 pin Exp $
 
-DISTNAME=              oh-my-posh-30.9.0
+DISTNAME=              oh-my-posh-31.1.0
 CATEGORIES=            shells
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=JanDeDobbeleer/}
 GITHUB_TAG=            v${PKGVERSION_NOREV}
@@ -10,6 +10,8 @@ HOMEPAGE=             https://ohmyposh.dev/
 COMMENT=               Prompt theme engine for any shell
 LICENSE=               mit
 
+GO_VERSION_REQD+=      127
+
 WRKSRC=                        ${WRKDIR}/${DISTNAME}/src
 
 USE_LANGUAGES=         c

Index: pkgsrc/shells/oh-my-posh/distinfo
diff -u pkgsrc/shells/oh-my-posh/distinfo:1.328 pkgsrc/shells/oh-my-posh/distinfo:1.329
--- pkgsrc/shells/oh-my-posh/distinfo:1.328     Sun Aug 30 15:08:13 2026
+++ pkgsrc/shells/oh-my-posh/distinfo   Mon Aug 31 08:39:59 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.328 2026/08/30 15:08:13 pin Exp $
+$NetBSD: distinfo,v 1.329 2026/08/31 08:39:59 pin Exp $
 
 BLAKE2s (dario.cat_mergo_@v_v1.0.2.mod) = 7b465f298a2de57c12f0f78180f97e8de899412ad8639d2d72653c98d550d78f
 SHA512 (dario.cat_mergo_@v_v1.0.2.mod) = 7ce66ba65c020143c4a7d000bbe82ad40dcef6602b462cbe81a4cb79bb948decae6e3dee7dfc7f580f09573efe37e1380d8e14a0e8c37b1dc2d32d0b8c1adbb6
@@ -345,7 +345,7 @@ Size (gopkg.in_yaml.v2_@v_v2.2.2.mod) = 
 BLAKE2s (gopkg.in_yaml.v2_@v_v2.4.0.mod) = bc2baf62a6e657cc41127b91b88509b4f2c0db68f57858ff8353d3f778154862
 SHA512 (gopkg.in_yaml.v2_@v_v2.4.0.mod) = 2790882fbfa812468b9b3443630b1f1ee67a968eb20da8e4a1bfd410e4b516a8a7e77c07414b64f17e11e2151161b85d019e172cc833a45b19e66d4c70f89f82
 Size (gopkg.in_yaml.v2_@v_v2.4.0.mod) = 95 bytes
-BLAKE2s (oh-my-posh-30.9.0.tar.gz) = fd74a0b9e88e09b2d0f8ad72b47c20fc255d0882b5207c30e70a0595a64f859a
-SHA512 (oh-my-posh-30.9.0.tar.gz) = 3b55d3610e906f70ee8a4c4a577f0c557ea9364cacc2be703846177a493fc86cff8a1ed4da8d31e33c9bc798fecb8708ef9ec0464138a6d78de7058a69bb0cb9
-Size (oh-my-posh-30.9.0.tar.gz) = 7640853 bytes
+BLAKE2s (oh-my-posh-31.1.0.tar.gz) = 994cdb4ff0934fde87506b33b8700bcb635bed14e0e779ac790604bdca00bdb3
+SHA512 (oh-my-posh-31.1.0.tar.gz) = e266dee26576f4ab2b4335fcbfca5eaf0afce2d8b78fcacc3952d2fe0ea54002b29a00ef04c76711c7ab5017cde929df400c5e8bf1f30b75d18e2f3311a7ca7e
+Size (oh-my-posh-31.1.0.tar.gz) = 7687419 bytes
 SHA1 (patch-runtime_battery_battery__solaris.go) = 9e8f8fa10006cadfc7fb9d2b95e7a85bc271315a



Home | Main Index | Thread Index | Old Index