Bug 268388 - deskutils/just: Upgrade to 1.9.0
Summary: deskutils/just: Upgrade to 1.9.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yuri Victorovich
URL: https://github.com/casey/just/release...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-15 04:25 UTC by Yonas Yanfa
Modified: 2022-12-15 05:12 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (yuri)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yonas Yanfa 2022-12-15 04:25:51 UTC
Latest version is 1.9.0
Comment 1 Yonas Yanfa 2022-12-15 04:27:21 UTC
1.9.0 - 2022-11-25
Breaking Changes to Unstable Features

    Change fallback setting default to false (#1425)

Added

    Hide recipes with [private] attribute (#1422)
    Add replace_regex function (#1393 by @miles170)
    Add [no-cd] attribute (#1400)

Changed

    Omit shebang lines on Windows (#1417)

Misc

    Placate clippy (#1423)
    Make include_shebang_line clearer (#1418)
    Use more secure cURL options in install.sh (#1416)
    Document how shebang recipes are executed (#1412)
    Fix typo: regec → regex (#1409)
    Use powershell.exe instead of pwsh.exe in readme (#1394 by @asdf8dfafjk)
    Expand alternatives and prior art in readme (#1401)
    Split up CI workflow (#1399)

1.8.0 - 2022-11-02
Added

    Add OS Configuration Attributes (#1387)

Misc

    Link to sclu1034/vscode-just in readme (#1396)

1.7.0 - 2022-10-26
Breaking Changes to Unstable Features

    Make fallback setting default to true (#1384)

Added

    Add more case-conversion functions (#1383 by @gVirtu)
    Add tempdir setting (#1369 by @dmatos2012)
    Add [no-exit-message] recipe annotation (#1354 by @gokhanettin)
    Add capitalize(s) function (#1375 by @femnad)

Misc

    Credit contributors in changelog (#1385)
    Update asdf just plugin repository (#1380 by @kachick)
    Prepend commit messages with - in changelog (#1379)
    Fail publish if <sup>master</sup> is found in README.md (#1378)
    Use for loop in capitalize implementation (#1377)

1.6.0 - 2022-10-19
Breaking Changes to Unstable Features

    Require set fallback := true to enable recipe fallback (#1368)

Changed

    Allow fallback with search directory (#1348)

Added

    Don't evaluate comments (#1358)
    Add skip-comments setting (#1333 by @neunenak)
    Allow bash completion to complete tasks in other directories (#1303 by @jpbochi)

Misc

    Restore www/CNAME (#1364)
    Improve book config (#1363)
    Add kitchen sink justfile to test syntax highlighting (#1362 by @nk9)
    Note version in which absolute path construction was added (#1361)
    Inline setup and cleanup functions in completion script test (#1352)
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2022-12-15 05:12:05 UTC
Port updated.

Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-12-15 05:12:28 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ab0c34e1087d7d6d79c481a9f7c12a2d188c15e5

commit ab0c34e1087d7d6d79c481a9f7c12a2d188c15e5
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-15 05:09:18 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-15 05:12:11 +0000

    deskutils/just: Update 1.6.0 -> 1.9.0

    Changelog: https://github.com/casey/just/releases/download/1.9.0/CHANGELOG.md

    PR:             268388
    Reported by:    Yonas Yanfa <yonas.yanfa@gmail.com>

 deskutils/just/Makefile | 35 ++++++++++++-------------
 deskutils/just/distinfo | 70 ++++++++++++++++++++++++-------------------------
 2 files changed, 52 insertions(+), 53 deletions(-)