Bug 275238

Summary: net-mgmt/unifi8 pkg-message.in missing
Product: Ports & Packages Reporter: Sigi <freebsd-bt>
Component: Individual Port(s)Assignee: Juraj Lutter <otis>
Status: Closed FIXED    
Severity: Affects Only Me Flags: otis: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Sigi 2023-11-21 17:16:47 UTC
make
===>  Configuring for unifi8-8.0.7
** Missing /usr/ports/net-mgmt/unifi8/files/pkg-message.in for unifi8-8.0.7.


# ll files/
total 9
-rw-r--r--  1 root wheel  564 Nov 21 14:31 pkg-message.extdb.in
-rw-r--r--  1 root wheel 2185 Nov 21 14:31 unifi.in
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-11-21 19:52:12 UTC
A commit in branch main references this bug:

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

commit f35110cb5d3ab83a1e73c4f7a08ddc2b835aa057
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2023-11-21 19:50:40 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2023-11-21 19:50:40 +0000

    net-mgmt/unifi8: Fix build

    The pkg-message.in file was removed, but SUB_FILES was still
    referencing to it. Sorry about that.

    PR:             275238

 net-mgmt/unifi8/Makefile | 1 -
 1 file changed, 1 deletion(-)
Comment 2 Juraj Lutter freebsd_committer freebsd_triage 2023-11-21 19:52:32 UTC
Thanks for spotting this. Committed.