Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Mar 2025 07:14:03 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 2939a2de44 - main - [phb][Uses]: Fix Uses=apache version requirements
Message-ID:  <202503050714.5257E3eL089334@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/doc/commit/?id=2939a2de44d8744e953a47aa8c87bf62dbae8c92

commit 2939a2de44d8744e953a47aa8c87bf62dbae8c92
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2025-03-05 07:13:11 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2025-03-05 07:13:11 +0000

    [phb][Uses]: Fix Uses=apache version requirements
    
    Reported by:    ohauer@gmx.de
---
 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.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202503050714.5257E3eL089334>