Download raw body.
[update] audio/beets update to 2.0.0; taking maintainer
On 2024/05/30 13:20, Kirill A. Korinsky wrote:
> -RUN_DEPENDS+= audio/py-discogs-client${MODPY_FLAVOR}>=2.0.2 \
> +RUN_DEPENDS+= audio/py-discogs-client${MODPY_FLAVOR}>=2.3.15 \
> audio/py-last${MODPY_FLAVOR} \
> - audio/py-mediafile${MODPY_FLAVOR} \
> - audio/py-musicbrainzngs${MODPY_FLAVOR} \
> + audio/py-mediafile${MODPY_FLAVOR}>=0.12.0 \
> + audio/py-musicbrainzngs${MODPY_FLAVOR}>=0.4 \
I recommend not listing the minimum versions, there's no support for
using mixed versions of the ports tree, or current versions of the ports
tree with out of date packages, and if they're present then it's one
more thing that needs dealing with if we ever have to revert an update
to one of those ports (which would require using EPOCH and then changing
version specs to add the 'v0').
[update] audio/beets update to 2.0.0; taking maintainer