Bug 254486 - devel/fpc-regexpr: fails check-plist
Summary: devel/fpc-regexpr: fails check-plist
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: Jose Alonso Cardenas Marquez
URL:
Keywords: needs-patch
Depends on:
Blocks:
 
Reported: 2021-03-22 20:19 UTC by Jan Beich
Modified: 2021-04-15 01:22 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2021-03-22 20:19:43 UTC
$ poudriere testport -j 122amd64 devel/fpc-regexpr
[...]
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/uregexpr.o
Error: Orphaned: lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/uregexpr.ppu
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-04-15 01:22:08 UTC
A commit in branch main references this bug:

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

commit cc7353676cb24ab329aad91078b898ec11de017b
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2021-04-15 01:19:22 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2021-04-15 01:19:22 +0000

    devel/fpc-regexpr:
    - Fix pkg-plist
    - Bump PORTREVISION

    PR:             254486
    Reported by:    jbeich

 devel/fpc-regexpr/Makefile  | 1 +
 devel/fpc-regexpr/pkg-plist | 2 ++
 2 files changed, 3 insertions(+)
Comment 2 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2021-04-15 01:22:37 UTC
- Committed thanks!