Created attachment 249038 [details] Update to 0.4.0 Update to 0.4.0
Created attachment 249249 [details] update to 0.4.0 fix patch
Created attachment 252784 [details] 0.4.0, add test Pet portlint, portfmt. Add TEST_TARGET but it fails (pass: 3, fail: 7). Could you please check?
I tried it and it passed. ... /usr/bin/make check-TESTS PASS: test-crc16 PASS: test-basic-reader PASS: test-decoder PASS: test-decompress PASS: test-file-headers PASS: test-list-output PASS: test-crc-output PASS: test-print PASS: test-dry-run PASS: test-extract ============================================================================ Testsuite summary for Lhasa 0.4.0 ============================================================================ # TOTAL: 10 # PASS: 10 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================
Created attachment 252800 [details] 0.4.0, add test and TEST_DEPENDS (In reply to mew14930xvi from comment #3) FAIL: test-decompress ===================== env: bash: No such file or directory FAIL test-decompress (exit status: 127) ... Added bash to TEST_DEPENDS and works fine. If it's okay I'll commit it.
(In reply to Zsolt Udvari from comment #4) Sorry, we need maintainer's approval or wait two weeks.
Created attachment 253177 [details] update to 0.4.0 fix post-install-DOCS-on:
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4070cc4c4b9d7d8878db9045edc9af63b1db0ec5 commit 4070cc4c4b9d7d8878db9045edc9af63b1db0ec5 Author: mew14930xvi <mew14930xvi@inbox.lv> AuthorDate: 2024-09-15 06:12:02 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-09-15 06:14:45 +0000 archivers/lhasa: Update to 0.4.0 Add TEST_TARGETS and TEST_DEPENDS. Switch to DISTVERSION. Pet portlint, portfmt. Changelog: https://github.com/fragglet/lhasa/blob/master/NEWS PR: 277586 Approved by: maintainer timeout (2+ weeks) archivers/lhasa/Makefile | 20 ++++++++++---------- archivers/lhasa/distinfo | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-)
Committed, thanks!