Bug 279613 - graphics/vhs: Update to 0.7.2
Summary: graphics/vhs: Update to 0.7.2
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: Fernando Apesteguía
URL: https://github.com/charmbracelet/vhs/...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-09 20:18 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2024-06-14 06:32 UTC (History)
1 user (show)

See Also:


Attachments
vhs-0.7.2.patch (1.79 KB, patch)
2024-06-09 20:18 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús Daniel Colmenares Oviedo 2024-06-09 20:18:29 UTC
Created attachment 251329 [details]
vhs-0.7.2.patch

Description:

ChangeLog: https://github.com/charmbracelet/vhs/releases/tag/v0.7.2

* Fix vhs serve mode.
* Update log dependency.
* Fix app crash when there is repeated SLEEP at the end of the "lines" slice.
* Refactor Lexer, Parser, Token into packages.

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 14.1-RELEASE, amd64)
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2024-06-14 06:32:28 UTC
Committed,

Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-06-14 06:32:58 UTC
A commit in branch main references this bug:

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

commit a0212e16212c62d3892a4debd0762a64e58ee7c8
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2024-06-12 07:15:40 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2024-06-14 06:32:06 +0000

    graphics/vhs: Update to 0.7.2

    ChangeLog: https://github.com/charmbracelet/vhs/releases/tag/v0.7.2

    Bug fixes

     * Fix vhs serve mode
     * Update log dependency

    Other work

     * Fix app crash when there is repeated SLEEP at the end of the "lines" slice
     * Refactor Lexer, Parser, Token into packages

    PR:             279613
    Reported by:    DtxdF@disroot.org (maintainer)

 graphics/vhs/Makefile |  3 +--
 graphics/vhs/distinfo | 10 +++++-----
 2 files changed, 6 insertions(+), 7 deletions(-)