git: 2939a2de44 - main - [phb][Uses]: Fix Uses=apache version requirements
Fernando Apesteguía <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=2939a2de44d8744e953a47aa8c87bf62dbae8c92 commit 2939a2de44d8744e953a47aa8c87bf62dbae8c92 Author: Fernando Apesteguía <[email protected]> AuthorDate: 2025-03-05 07:13:11 +0000 Commit: Fernando Apesteguía <[email protected]> CommitDate: 2025-03-05 07:13:11 +0000 [phb][Uses]: Fix Uses=apache version requirements Reported by: [email protected] --- documentation/content/en/books/porters-handbook/uses/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc index 38a20b7cbb..4d83495605 100644 --- a/documentation/content/en/books/porters-handbook/uses/_index.adoc +++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc @@ -190,7 +190,7 @@ Provide support for ports depending on the Apache web server. The version argument can be used to require a specific Apache httpd version. It is possible to set a specific version (`USES=apache:2.4`) a minimum version -(`USES=apache:+2.4`) or a maximum version (`USES=-apache:2.4`). +(`USES=apache:2.4+`) or a maximum version (`USES=apache:-2.4`). If the `build` argument is provided a build dependency is added to the port.