git: fe2724ba200f - 2024Q3 - net-mgmt/zabbux7-frontend: Fix pkg-plist and thus build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Jul 2024 21:00:53 UTC
The branch 2024Q3 has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=fe2724ba200f03f305e3a1d0df53fe5c87bf8264 commit fe2724ba200f03f305e3a1d0df53fe5c87bf8264 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2024-07-26 19:59:24 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2024-07-26 21:00:34 +0000 net-mgmt/zabbux7-frontend: Fix pkg-plist and thus build Fix pkg-plist for frontend where two files were missing from the previous attempt to fix. Reported by: russian@russerver.org (via e-mail) (cherry picked from commit b04d5a5ceba01e6ebbb305c6b71e9b474c13c7b1) --- net-mgmt/zabbix7-server/pkg-plist.frontend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-mgmt/zabbix7-server/pkg-plist.frontend b/net-mgmt/zabbix7-server/pkg-plist.frontend index 0a54c51f4562..777dda77d3dc 100644 --- a/net-mgmt/zabbix7-server/pkg-plist.frontend +++ b/net-mgmt/zabbix7-server/pkg-plist.frontend @@ -1069,6 +1069,7 @@ %%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectUserView.php %%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldMultiSelectView.php %%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldNumericBoxView.php +%%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldPatternSelectHostView.php %%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldPatternSelectItemView.php %%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldPatternSelectView.php %%WWWDIR%%/include/classes/html/widgets/fields/CWidgetFieldRadioButtonListView.php @@ -1287,6 +1288,7 @@ %%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldNavTree.php %%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldNumericBox.php %%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldPatternSelect.php +%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldPatternSelectHost.php %%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldPatternSelectItem.php %%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldRadioButtonList.php %%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldRangeControl.php