On Fri, May 03, 2019 at 09:17:05AM +0200, Gonzalo L. Rodriguez wrote:
> OK? Comments?
Runs fine on amd64, OK with below fixed.
MESSAGE still links to 6.1 documentation; maybe you want to move the
version to ${V} and use that so future updates require only one bump?
`pre-configure' can turned into `do-gen' with ${AUTO_ENV}.
> -DISTNAME = varnish-6.1.1
> -REVISION = 1
> +DISTNAME = varnish-6.2.0
libvarnish symbols were renamed as per release notes, it seems you're
missig the major bump. This should probably be
-SHARED_LIBS = varnishapi 1.0 # 1.6
+SHARED_LIBS = varnishapi 2.0 # 2.2
> -MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2}
> +MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
py-sphinx misses ${MODPY_FLAVOR}, leaving a dependency on Python 2.