Bug 285880 - www/tgpt: Update 2.9.2 → 2.9.3
Summary: www/tgpt: Update 2.9.2 → 2.9.3
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 11:36 UTC by Yusuf Yaman
Modified: 2025-04-04 13:19 UTC (History)
2 users (show)

See Also:


Attachments
www/tgpt.patch: Update 2.9.2 → 2.9.3 (2.30 KB, patch)
2025-04-04 11:37 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 11:36:01 UTC

    
Comment 1 Yusuf Yaman 2025-04-04 11:37:41 UTC
Created attachment 259315 [details]
www/tgpt.patch: Update 2.9.2 → 2.9.3

- Added Gemini provider.
- Fix missing letters in response.
- Images generated with same prompt will be random.

Port changes:
- Added new provider Gemini to pkg-descr.

ChangeLog:	https://github.com/aandrew-me/tgpt/releases/tag/v2.9.3
Reported by:	portscout

Poudriere testport passes on 142amd64-default.

Thanks in advance.
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-04-04 13:18:41 UTC
A commit in branch main references this bug:

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

commit 65d19dbf1631d9af12d7dfcedadf2bd4666bb6e9
Author:     Yusuf Yaman <nxjoseph@protonmail.com>
AuthorDate: 2025-04-04 13:12:26 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-04-04 13:17:20 +0000

    www/tgpt: Update 2.9.2 → 2.9.3

    - Added Gemini provider.
    - Fix missing letters in response.
    - Images generated with same prompt will be random.

    Port changes:
    - Added new provider Gemini to pkg-descr.

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

    PR:             285880
    Reported by:    portscout

 www/tgpt/Makefile  |  3 +--
 www/tgpt/distinfo  | 10 +++++-----
 www/tgpt/pkg-descr |  2 ++
 3 files changed, 8 insertions(+), 7 deletions(-)
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2025-04-04 13:19:29 UTC
Thanks.