[Bug 265141] net/self-service-password: Update to 1.4.5
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 265141] net/self-service-password: Update to 1.4.5"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Jul 2022 07:31:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265141
Nuno Teixeira <eduardo@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |eduardo@FreeBSD.org
--- Comment #1 from Nuno Teixeira <eduardo@FreeBSD.org> ---
Hi,
1. PLIST_SUB fix:
---
+PLIST_SUB+= SSP_GRP=${WWWGRP} \
+ SSP_OWN=${WWWOWN}
-PLIST_SUB+= SSP_OWN=${WWWOWN}
-PLIST_SUB+= SSP_GRP=${WWWGRP}
---
2. PLIST issues:
---
====> Running Q/A tests (stage-qa)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned:
%%WWWDIR%%/lib/vendor/phpmailer/phpmailer/language/phpmailer.lang-sr_latn.php
Error: Orphaned: %%WWWDIR%%/rest/v1/adminchangepassword.php
Error: Orphaned: %%WWWDIR%%/rest/v1/changepassword.php
Error: Orphaned: %%WWWDIR%%/rest/v1/checkpassword.php
Error: Orphaned: %%WWWDIR%%/rest/v1/doc/openapi-spec.yaml
Error: Orphaned: %%WWWDIR%%/rest/v1/include.php
Error: Orphaned: @dir %%WWWDIR%%/lib/vendor/bin
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
---
--
You are receiving this mail because:
You are the assignee for the bug.