svn commit: r493126 - head/audio/beets
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Feb 16 22:55:30 UTC 2019
Author: sunpoet
Date: Sat Feb 16 22:55:26 2019
New Revision: 493126
URL: https://svnweb.freebsd.org/changeset/ports/493126
Log:
Change RUN_DEPENDS from py-munkres to py-munkres10
- Bump PORTREVISION for dependency change
Modified:
head/audio/beets/Makefile
Modified: head/audio/beets/Makefile
==============================================================================
--- head/audio/beets/Makefile Sat Feb 16 22:55:21 2019 (r493125)
+++ head/audio/beets/Makefile Sat Feb 16 22:55:26 2019 (r493126)
@@ -3,7 +3,7 @@
PORTNAME= beets
PORTVERSION= 1.4.7
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
@@ -14,7 +14,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jellyfish>=0:devel/py-jellyfish@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}munkres>=0:math/py-munkres@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}munkres10>=0:math/py-munkres10@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}musicbrainzngs>=0.4:audio/py-musicbrainzngs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mutagen>=1.33:audio/py-mutagen@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six@${PY_FLAVOR} \
More information about the svn-ports-head
mailing list