Bug 277586 - archivers/lhasa: Update to 0.4.0
Summary: archivers/lhasa: Update to 0.4.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: Zsolt Udvari
URL: https://github.com/fragglet/lhasa/blo...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-08 20:06 UTC by mew14930xvi
Modified: 2024-09-15 06:16 UTC (History)
2 users (show)

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


Attachments
Update to 0.4.0 (910 bytes, text/plain)
2024-03-08 20:06 UTC, mew14930xvi
no flags Details
update to 0.4.0 (862 bytes, patch)
2024-03-18 00:04 UTC, mew14930xvi
no flags Details | Diff
0.4.0, add test (1.37 KB, patch)
2024-08-15 19:11 UTC, Zsolt Udvari
no flags Details | Diff
0.4.0, add test and TEST_DEPENDS (1.40 KB, patch)
2024-08-16 04:50 UTC, Zsolt Udvari
no flags Details | Diff
update to 0.4.0 (1.65 KB, patch)
2024-08-30 07:14 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-08 20:06:51 UTC
Created attachment 249038 [details]
Update to 0.4.0

Update to 0.4.0
Comment 1 mew14930xvi 2024-03-18 00:04:06 UTC
Created attachment 249249 [details]
update to 0.4.0

fix patch
Comment 2 Zsolt Udvari freebsd_committer freebsd_triage 2024-08-15 19:11:19 UTC
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?
Comment 3 mew14930xvi 2024-08-16 03:34:46 UTC
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
============================================================================
Comment 4 Zsolt Udvari freebsd_committer freebsd_triage 2024-08-16 04:50:42 UTC
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.
Comment 5 Zsolt Udvari freebsd_committer freebsd_triage 2024-08-16 04:51:38 UTC
(In reply to Zsolt Udvari from comment #4)
Sorry, we need maintainer's approval or wait two weeks.
Comment 6 mew14930xvi 2024-08-30 07:14:24 UTC
Created attachment 253177 [details]
update to 0.4.0

fix post-install-DOCS-on:
Comment 7 commit-hook freebsd_committer freebsd_triage 2024-09-15 06:16:01 UTC
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(-)
Comment 8 Zsolt Udvari freebsd_committer freebsd_triage 2024-09-15 06:16:58 UTC
Committed, thanks!