Created attachment 255712 [details] Patch to fix the typo There seems to be a mistake in the documentation. It instructs you to enable caddy using `service enable caddy`, but it should actually be `service caddy enable`. This error makes copying and pasting the command problematic.
I assume you're using a quarterly branch? This was fixed recently in main, and it'll make its way automatically to quarterly soon.
Thank you for your quick response to the bug report. Indeed, there were recent changes in the main branch, but they only affected the file caddy.in. The file pkg-message.in remained unchanged and contains the typo in the main branch. https://cgit.freebsd.org/ports/tree/www/caddy/files/pkg-message.in
Oh! I completely blew right past that. Thank you!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=362954a158482d4bb15bfc8c0d97c4ff9361e9ee commit 362954a158482d4bb15bfc8c0d97c4ff9361e9ee Author: Adam Weinberger <adamw@FreeBSD.org> AuthorDate: 2024-12-08 22:44:17 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2024-12-08 22:45:31 +0000 www/caddy: Fix service command in pkg-message PR: 283200 Reported by: Roman Gromov www/caddy/files/pkg-message.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
OK should be fixed for real this time.
Thank you so much!