Created attachment 249591 [details] Update to 2.3.0. Update to 2.3.0.
====> 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/
Created attachment 249706 [details] update patch
Committed, Thanks!
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(-)