aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2024-07-02 02:05:46 +0000
committerColin Percival <cperciva@FreeBSD.org>2024-07-02 02:05:46 +0000
commitb8511437a360b690a0f22addacfc56022239521f (patch)
tree4da3e2decafb1ccce47677b27bb1496682bddf20
parent1432a608bdb64afd31da093fd2323af56cb2aa0f (diff)
downloadports-b8511437a360b690a0f22addacfc56022239521f.tar.gz
ports-b8511437a360b690a0f22addacfc56022239521f.zip
audio/beets: Chase ipfs-go -> kubo-go rename
INDEX has been broken for approximately 40 hours.
-rw-r--r--audio/beets/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/beets/Makefile b/audio/beets/Makefile
index 227ad5f205eb..0445c920a7fb 100644
--- a/audio/beets/Makefile
+++ b/audio/beets/Makefile
@@ -1,6 +1,6 @@
PORTNAME= beets
DISTVERSION= 1.6.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= audio python
MASTER_SITES= PYPI
@@ -70,7 +70,7 @@ EMBYUPDATE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_
FETCHART_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
FFMPEG_RUN_DEPENDS= ffmpeg>=2:multimedia/ffmpeg
IMAGEMAGICK_USES= magick:run
-IPFS_RUN_DEPENDS= ipfs-go:sysutils/ipfs-go
+IPFS_RUN_DEPENDS= kubo:sysutils/kubo-go
KODIUPDATE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
LASTFM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylast>=0:audio/py-pylast@${PY_FLAVOR}
LASTIMPORT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}