Bug 275238 - net-mgmt/unifi8 pkg-message.in missing
Summary: net-mgmt/unifi8 pkg-message.in missing
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: Juraj Lutter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-21 17:16 UTC by Sigi
Modified: 2023-11-21 19:52 UTC (History)
0 users

See Also:
otis: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.