Bug 257718 - security/logcheck: Improve ports compliance
Summary: security/logcheck: Improve ports compliance
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: Li-Wen Hsu
URL:
Keywords: needs-qa
Depends on:
Blocks:
 
Reported: 2021-08-09 18:13 UTC by Yasuhiro Kimura
Modified: 2021-09-22 08:14 UTC (History)
1 user (show)

See Also:
koobs: merge-quarterly?


Attachments
Patch file (4.87 KB, patch)
2021-08-09 18:13 UTC, Yasuhiro Kimura
yasu: maintainer-approval+
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 2021-08-09 18:13:45 UTC
Created attachment 227057 [details]
Patch file

* Replace deprecated @exec keyword with @postexec in plist.
* Make owner/group/permission of files/directories under ${DATADIR} and ${ETCDIR} same as upstream as much as possible.
* Pet portclippy.
* Reformat Makefile with portfmt.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-08-10 03:49:10 UTC
A commit in branch main references this bug:

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

commit f026865e514ab4a99cafa63c99439b40f68d0f58
Author:     Yasuhiro Kimura <yasu@utahime.org>
AuthorDate: 2021-08-09 17:26:58 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-08-10 03:47:19 +0000

    security/logcheck: Miscellaneous changes and cleanups

    * Replace deprecated @exec keyword with @postexec in plist.
    * Make owner/group/permission of files/directories under ${DATADIR}
      and ${ETCDIR} same as upstream as much as possible.
    * Pet portclippy.
    * Reformat Makefile with portfmt.

    PR:             257718
    MFH:            2021Q3

 security/logcheck/Makefile  | 64 +++++++++++++++++++++++----------------------
 security/logcheck/pkg-plist |  5 ++--
 2 files changed, 36 insertions(+), 33 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-09-22 08:14:07 UTC
A commit in branch 2021Q3 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0432ffb9ba1e1b21b9b326e909997fb959fc4a0c

commit 0432ffb9ba1e1b21b9b326e909997fb959fc4a0c
Author:     Yasuhiro Kimura <yasu@utahime.org>
AuthorDate: 2021-08-09 17:26:58 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-09-22 08:12:26 +0000

    security/logcheck: Miscellaneous changes and cleanups

    * Replace deprecated @exec keyword with @postexec in plist.
    * Make owner/group/permission of files/directories under ${DATADIR}
      and ${ETCDIR} same as upstream as much as possible.
    * Pet portclippy.
    * Reformat Makefile with portfmt.

    PR:             257718
    MFH:            2021Q3
    (cherry picked from commit f026865e514ab4a99cafa63c99439b40f68d0f58)

 security/logcheck/Makefile  | 64 +++++++++++++++++++++++----------------------
 security/logcheck/pkg-plist |  5 ++--
 2 files changed, 36 insertions(+), 33 deletions(-)