On 2021/03/18 23:10, Sebastian Reitenbach wrote:
> Hi,
>
> this is a simple update: 0.0.12 -> 0.0.16
>
> The only consumer seems to be devel/angr/py-cle, that at least seems to build
> fine.
>
> OK to update?
Oh this is one of those ports which is py3 only but doesn't set FLAVOR.
As you're updating anyway please could you fix that:
: devel/py-minidump/Makefile
FLAVORS = python3
FLAVOR = python3
: devel/py-minidump/pkg/PLIST
@pkgpath devel/py-minidump
: devel/Makefile
add ,python3 to the py-minidump line
: devel/angr/py-cle/Makefile
add ${MODPY_FLAVOR} to the py-minidump line and bump REVISION