git: b8511437a360 - main - audio/beets: Chase ipfs-go -> kubo-go rename
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Jul 2024 02:07:58 UTC
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/ports/commit/?id=b8511437a360b690a0f22addacfc56022239521f commit b8511437a360b690a0f22addacfc56022239521f Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2024-07-02 02:05:46 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2024-07-02 02:05:46 +0000 audio/beets: Chase ipfs-go -> kubo-go rename INDEX has been broken for approximately 40 hours. --- audio/beets/Makefile | 4 ++-- 1 file 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}