Created attachment 239473 [details] git-patch Hello all, find attached the patch to update to newest version of step-certificates Best regards Markus
^Triage: Simplifying title ^Triage: Maintainer-feedback flag (+) not required unless requested (?) first. Q/A: PORTREVISION should be removed Thanks!
There are errors. Also, why did you remove the WWW line from Makefile? It has to be there. ====> Running Q/A tests (stage-qa) ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: %%DOCSDIR%%/CONTRIBUTING.md Error: Missing: %%DOCSDIR%%/GETTING_STARTED.md Error: Missing: %%DOCSDIR%%/acme.md Error: Missing: %%DOCSDIR%%/database.md Error: Missing: %%DOCSDIR%%/defaults.md Error: Missing: %%DOCSDIR%%/docker.md Error: Missing: %%DOCSDIR%%/images/connect-with-mtls-2.png Error: Missing: %%DOCSDIR%%/images/oidc1.png Error: Missing: %%DOCSDIR%%/images/oidc2.png Error: Missing: %%DOCSDIR%%/images/oidc3.png Error: Missing: %%DOCSDIR%%/images/step-ca-2-legged.gif Error: Missing: %%DOCSDIR%%/images/step-ca-3-legged.gif Error: Missing: %%DOCSDIR%%/kms.md Error: Missing: %%DOCSDIR%%/provisioners.md Error: Missing: %%DOCSDIR%%/questions.md Error: Missing: %%DOCSDIR%%/revocation.md ===> Error: Plist issues found. *** Error code 1
Created attachment 239506 [details] git patch new reworked the patch. sorry for the trouble
(In reply to Fernando Apesteguía from comment #1) removed it
(In reply to Fernando Apesteguía from comment #2) WWW - line was shown by portlint -C, now during reworking the patch it was no longer showing this behavior. so WWW is in again issue should be fixed now.
This is the same patch as before :S It removes the WWW line, etc...
Created attachment 239541 [details] git patch new 2 sorry, somehow uploaded the old file again
(In reply to Markus Wipp from comment #7) *sigh* This patch is not right. It does not address the problem in pkg-plist. *PLEASE*, *PLEASE*, check your patches and test the port *BEFORE* submission.
Created attachment 239616 [details] git patch new 3 sorry 1000 times, I don't know why i missed this the last time. should work now. ran it 3 times through poudriere now and it always succeded.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a5d8b4b18551f4b1727eaed8a074d7355e193e90 commit a5d8b4b18551f4b1727eaed8a074d7355e193e90 Author: Markus Wipp <mw@wipp.bayern> AuthorDate: 2023-01-21 16:16:36 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-01-23 12:16:48 +0000 security/step-certificates: update to 0.23.1 PR: 268959 Reported by: mw@wipp.bayern (maintainer) security/step-certificates/Makefile | 10 ++++-- security/step-certificates/distinfo | 10 +++--- security/step-certificates/pkg-plist | 59 +++++++++++++++++++++++++++--------- 3 files changed, 56 insertions(+), 23 deletions(-)
Committed, Thanks!