Bug 278067 - lang/tcbasic: Update to 2.3.0
Summary: lang/tcbasic: Update to 2.3.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: Fernando Apesteguía
URL: https://github.com/tcort/tcbasic/rele...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-31 13:24 UTC by mew14930xvi
Modified: 2024-04-21 12:06 UTC (History)
2 users (show)

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


Attachments
Update to 2.3.0. (1.90 KB, patch)
2024-03-31 13:24 UTC, mew14930xvi
no flags Details | Diff
update patch (2.14 KB, patch)
2024-04-04 14:52 UTC, mew14930xvi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mew14930xvi 2024-03-31 13:24:22 UTC
Created attachment 249591 [details]
Update to 2.3.0.

Update to 2.3.0.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2024-04-01 16:33:42 UTC
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: %%DATADIR%%/examples/guess.bas
Error: Orphaned: %%DATADIR%%/examples/sample.bas
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1

Please, use poudriere to test ports, it's a great tool :-)

https://docs.freebsd.org/en/books/porters-handbook/testing/
Comment 2 mew14930xvi 2024-04-04 14:52:01 UTC
Created attachment 249706 [details]
update patch
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2024-04-21 12:06:26 UTC
Committed,

Thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-04-21 12:06:42 UTC
A commit in branch main references this bug:

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

commit 5717daedf4e3129dd46808b8367ef01adb67ac0f
Author:     mew14930xvi <mew14930xvi@inbox.lv>
AuthorDate: 2024-04-20 17:16:11 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2024-04-21 12:06:05 +0000

    lang/tcbasic: Update to 2.3.0

    ChangeLog: https://github.com/tcort/tcbasic/releases/tag/v2.3.0

     * Add FOR/NEXT loops
     * Add integer division operator (\) and exponentiation operator (^)
     * Add built-in functions: CLS, INT, SHELL, BEEP
     * Allow spaces between GO and TO as well as GO and SUB.
     * Allow mixed case keywords
     * Improved error checking and reporting
     * Switch from autotools build system to cmake build system
     * Increase randomness of RANDOMIZE
     * Documentation updates

    PR:             278067
    Reported by:    mew14930xvi@inbox.lv
    Approved by:    linuxgeek@gmail.com (maintainer, timeout > 2 weeks)

 lang/tcbasic/Makefile                         | 16 +++++++++++-----
 lang/tcbasic/distinfo                         |  6 +++---
 lang/tcbasic/files/patch-CMakeLists.txt (new) | 12 ++++++++++++
 3 files changed, 26 insertions(+), 8 deletions(-)