svn commit: r563747 - head/audio/beets
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Feb 1 19:47:09 UTC 2021
Author: sunpoet
Date: Mon Feb 1 19:47:04 2021
New Revision: 563747
URL: https://svnweb.freebsd.org/changeset/ports/563747
Log:
Change RUN_DEPENDS from py-munkres10 to py-munkres
- Bump PORTREVISION for dependency change
py-munkres10 was used for python 2.7 support which has been removed in r542200.
Modified:
head/audio/beets/Makefile
Modified: head/audio/beets/Makefile
==============================================================================
--- head/audio/beets/Makefile Mon Feb 1 19:46:58 2021 (r563746)
+++ head/audio/beets/Makefile Mon Feb 1 19:47:04 2021 (r563747)
@@ -3,7 +3,7 @@
PORTNAME= beets
PORTVERSION= 1.4.9
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}confuse>=1.0.0:devel/py-confuse@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jellyfish>=0:devel/py-jellyfish@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}munkres10>=0:math/py-munkres10@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}munkres>=0:math/py-munkres@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}musicbrainzngs>=0.4:audio/py-musicbrainzngs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mutagen>=1.33:audio/py-mutagen@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyacoustid>=0:audio/py-pyacoustid@${PY_FLAVOR} \
More information about the svn-ports-all
mailing list