Bug 290828 - security/strongswan: Plist issues
Summary: security/strongswan: Plist issues
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: Daniel Engberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-06 01:38 UTC by Daniel Engberg
Modified: 2025-11-15 13:26 UTC (History)
3 users (show)

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


Attachments
security/strongswan: Update pkg-plist file (1.33 KB, patch)
2025-11-06 20:37 UTC, Jose Luis Duran
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2025-11-06 01:38:54 UTC
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: %%ETCDIR%%.d/iptfs.conf.sample
Error: Orphaned: %%DATADIR%%/templates/config/strongswan.d/iptfs.conf
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1

Poudriere on 14.3-RELEASE (amd64), default settings, bulk -t option
Comment 1 Jose Luis Duran freebsd_committer freebsd_triage 2025-11-06 20:37:09 UTC
Created attachment 265218 [details]
security/strongswan: Update pkg-plist file
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-11-15 13:24:18 UTC
A commit in branch main references this bug:

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

commit 5b3e57e1366b87d7ff2b069a7f8756b6c3360bc3
Author:     Jose Luis Duran <jlduran@FreeBSD.org>
AuthorDate: 2025-11-15 10:54:32 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-11-15 11:52:43 +0000

    security/strongswan: Fix plist

    Error: Orphaned: %%ETCDIR%%.d/iptfs.conf.sample
    Error: Orphaned: %%DATADIR%%/templates/config/strongswan.d/iptfs.conf

    PR:             290828
    Approved by:    blanket, just fix it

 security/strongswan/Makefile  | 1 +
 security/strongswan/pkg-plist | 2 ++
 2 files changed, 3 insertions(+)
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2025-11-15 13:26:25 UTC
Thanks!