Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Apr 2022 12:18:30 GMT
From:      =?utf-8?Q?Fernando Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 86b0da672a - main - [phb] Improve poudriere xbuild instructions
Message-ID:  <202204241218.23OCIUn8016454@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=86b0da672aca0605607d2ec397d7b647c6742b71

commit 86b0da672aca0605607d2ec397d7b647c6742b71
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2022-04-23 15:51:05 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2022-04-24 12:17:55 +0000

    [phb] Improve poudriere xbuild instructions
    
    * Clarify arguments
    * One sentence per line
    
    Reported by: Pau Amma
---
 documentation/content/en/books/porters-handbook/uses/_index.adoc | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc
index 522c2f8155..021c993c8d 100644
--- a/documentation/content/en/books/porters-handbook/uses/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc
@@ -1373,9 +1373,11 @@ USE_PYQT=	core doc_build designer_run
 Possible arguments: (none), 4
 
 Introduces a new dependency on package:devel/pytest[]. It defines a `do-test`
-target which will run the tests properly. If your port uses package:devel/pytest[]
-consider using this before rolling your own `do-test` target. The framework
-exposes the following variables to the port:
+target which will run the tests properly.
+Use the argument to depend on a specific package:devel/pytest[] version.
+For ports using package:devel/pytest[] consider using this instead of a specific
+`do-test` target.
+The framework exposes the following variables to the port:
 
 `PYTEST_ARGS`::
 Additional arguments to pytest (defaults to empty).



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