Bug 285887 - www/tgpt: Update 2.9.3 → 2.9.4
Summary: www/tgpt: Update 2.9.3 → 2.9.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-04 19:25 UTC by Yusuf Yaman
Modified: 2025-04-05 10:54 UTC (History)
2 users (show)

See Also:


Attachments
www/tgpt.patch: Update 2.9.3 → 2.9.4 (1.78 KB, patch)
2025-04-04 19:27 UTC, Yusuf Yaman
nxjoseph: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuf Yaman 2025-04-04 19:25:39 UTC

    
Comment 1 Yusuf Yaman 2025-04-04 19:27:11 UTC
Created attachment 259324 [details]
www/tgpt.patch: Update 2.9.3 → 2.9.4

- Fix for deepseek reasoner.
- Add support for -q flag for image generation.
- Add support for image generation with custom
  output filename and dimensions.

ChangeLog:	https://github.com/aandrew-me/tgpt/releases/tag/v2.9.4

Poudriere testport passes on 142amd64-default.

Thanks in advance.
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2025-04-04 21:02:39 UTC
Fast new release! :-D
Comment 3 commit-hook freebsd_committer freebsd_triage 2025-04-04 21:31:43 UTC
A commit in branch main references this bug:

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

commit e621c3223846f3844afcf63cb455ddff888c5a7f
Author:     Yusuf Yaman <nxjoseph@protonmail.com>
AuthorDate: 2025-04-04 21:30:23 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-04-04 21:30:23 +0000

    www/tgpt: Update 2.9.3 → 2.9.4

    ChangeLog:
    - Fix for deepseek reasoner.
    - Add support for -q flag for image generation.
    - Add support for image generation with custom
      output filename and dimensions.
    https://github.com/aandrew-me/tgpt/releases/tag/v2.9.4

    PR:     285887

 www/tgpt/Makefile |  2 +-
 www/tgpt/distinfo | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)
Comment 4 Vladimir Druzenko freebsd_committer freebsd_triage 2025-04-04 21:36:00 UTC
Thanks.
Comment 5 Yusuf Yaman 2025-04-05 10:54:31 UTC
(In reply to Vladimir Druzenko from comment #2)
Haha, indeed. Thanks for reviewing!