Bug 263637 - sysutils/lsof: Update to 4.95.0
Summary: sysutils/lsof: Update to 4.95.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: Larry Rosenman
URL: https://github.com/lsof-org/lsof/rele...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-28 19:42 UTC by Yasuhiro Kimura
Modified: 2022-05-01 19:05 UTC (History)
2 users (show)

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


Attachments
Patch file (20.88 KB, patch)
2022-04-28 19:42 UTC, Yasuhiro Kimura
no flags Details | Diff
Updated patch file (21.38 KB, patch)
2022-04-29 07:18 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2022-04-28 19:42:28 UTC
Created attachment 233567 [details]
Patch file

Update to 4.95.0.

* Pet portclippy.
* Tidy up Makefile with portfmt

ChangeLog:      https://github.com/lsof-org/lsof/releases/tag/4.95.0
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2022-04-29 00:32:59 UTC
USES= tar:bzip2 is incorrect however is there any reason why we can't use the source tarball?
https://github.com/lsof-org/lsof/releases/download/4.95.0/lsof_4.95.0.linux.tar.bz2

Thanks!
Comment 2 Yasuhiro Kimura freebsd_committer freebsd_triage 2022-04-29 07:18:36 UTC
Created attachment 233573 [details]
Updated patch file

* Remove unnecessary tar:bzip2 from USES.
* Update WWW.
Comment 3 Yasuhiro Kimura freebsd_committer freebsd_triage 2022-04-29 07:25:07 UTC
(In reply to Daniel Engberg from comment #1)

Thanks for pointing out. 'tar:bzip2' is removed from USES. As for release source archive file, it is intended to be used to build it on Linux and doesn't include files necessary to build it on other OSes. So we can't use it for the source file of the port.
Comment 4 Larry Rosenman freebsd_committer freebsd_triage 2022-05-01 19:05:12 UTC
Committed, thanks @yasu for the help!
Comment 5 commit-hook freebsd_committer freebsd_triage 2022-05-01 19:05:30 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2c77770fcc6e5897c2b0a5c4f4dd5fc1d0d0df51

commit 2c77770fcc6e5897c2b0a5c4f4dd5fc1d0d0df51
Author:     Larry Rosenman <ler@FreeBSD.org>
AuthorDate: 2022-05-01 19:03:41 +0000
Commit:     Larry Rosenman <ler@FreeBSD.org>
CommitDate: 2022-05-01 19:04:36 +0000

    sysutils/lsof: upgrade to 4.95.0

    * Remove unnecessary tar:bzip2 from USES. [1]
    * Update WWW.
    * Pet portclippy.
    * Tidy up Makefile with portfmt.

    ChangeLog:      https://github.com/lsof-org/lsof/releases/tag/4.95.0
    PR:             263637
    Reported by:    diizzy [1], yasu@freebsd.org

 sysutils/lsof/Makefile                             |  30 +-
 sysutils/lsof/distinfo                             |   6 +-
 sysutils/lsof/files/patch-Configure (gone)         |  22 --
 .../files/patch-dialects-freebsd-dlsof.h (gone)    | 388 ---------------------
 .../files/patch-dialects_freebsd_dproc.c (gone)    | 204 -----------
 sysutils/lsof/pkg-descr                            |   2 +-
 sysutils/lsof/pkg-plist                            |  20 +-
 7 files changed, 28 insertions(+), 644 deletions(-)