On 2020/02/17 11:17, Pavel Korovin wrote:
> CVSROOT: /cvs
> Module name: ports
> Changes by: [email protected] 2020/02/17 11:17:42
>
> Modified files:
> sysutils/ansible: Makefile distinfo
> sysutils/ansible/pkg: PLIST-html
>
> Log message:
> Update ansible 2.9.4 -> 2.9.5
> Changelog:
> https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst#v2-9-5
>
I have a packaging problem with the -html subpackage, not all documents are
generated - it seems that more of the runtime dependencies are required at
build time. I propose to add them all as build dependencies rather than try
to figure out the minimal set, this should reduce the risk of it happening
in the future.
OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/ansible/Makefile,v
retrieving revision 1.119
diff -u -p -r1.119 Makefile
--- Makefile 17 Feb 2020 18:17:42 -0000 1.119
+++ Makefile 25 Feb 2020 13:59:57 -0000
@@ -25,10 +25,10 @@ MODULES = lang/python
MODPY_SETUPTOOLS = Yes
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
-BUILD_DEPENDS = devel/py-straight.plugin${MODPY_FLAVOR} \
+BUILD_DEPENDS = ${RUN_DEPENDS} \
+ devel/py-straight.plugin${MODPY_FLAVOR} \
textproc/py-sphinx${MODPY_FLAVOR} \
- textproc/py-sphinx-notfound-page${MODPY_FLAVOR} \
- textproc/py-yaml${MODPY_FLAVOR}
+ textproc/py-sphinx-notfound-page${MODPY_FLAVOR}
RUN_DEPENDS = net/py-netaddr${MODPY_FLAVOR} \
security/py-cryptodome${MODPY_FLAVOR} \
security/py-paramiko${MODPY_FLAVOR} \