Bug 265372 - net-mgmt/smokeping: Fix PLIST error
Summary: net-mgmt/smokeping: Fix PLIST error
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: Rodrigo Osorio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-22 04:18 UTC by Yasuhiro Kimura
Modified: 2022-07-23 16:48 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (rodrigo)
yasu: merge-quarterly?


Attachments
Patch file (1.93 KB, patch)
2022-07-22 04: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-07-22 04:18:13 UTC
Created attachment 235416 [details]
Patch file

Fix PLIST error.

====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: man/man1/smokeinfo.1.gz
Error: Orphaned: man/man3/Smokeping_matchers_ConsecutiveLoss.3.gz
Error: Orphaned: smokeping/lib/Smokeping/matchers/ConsecutiveLoss.pm
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1

Stop.
make: stopped in /usr/ports/net-mgmt/smokeping
=>> Error: check-plist failures detected
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-07-23 16:42:55 UTC
A commit in branch main references this bug:

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

commit 7284774d8d4c07cc33ab74ec515cf7c38f022f77
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2022-07-23 09:06:40 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2022-07-23 16:29:24 +0000

    net-mgmt/smokeping: Add orphaned files to plist

    Add 3 missing files to pkg-plist reported as orphaned
     * man/man1/smokeinfo.1.gz
     * man/man3/Smokeping_matchers_ConsecutiveLoss.3.gz
     * smokeping/lib/Smokeping/matchers/ConsecutiveLoss.pm

    PR:             265372
    Reported by:    yasu

 net-mgmt/smokeping/Makefile  | 2 +-
 net-mgmt/smokeping/pkg-plist | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)
Comment 2 Rodrigo Osorio freebsd_committer freebsd_triage 2022-07-23 16:48:59 UTC
Committed, thanks.